root / HServer / 00.Server / 00.Program / node_modules / resolve-from / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.62 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"resolve-from@2.0.0",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "resolve-from@2.0.0", |
9 |
"_id": "resolve-from@2.0.0", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=", |
12 |
"_location": "/resolve-from", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "resolve-from@2.0.0", |
18 |
"name": "resolve-from", |
19 |
"escapedName": "resolve-from", |
20 |
"rawSpec": "2.0.0", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "2.0.0" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/require_optional"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", |
28 |
"_spec": "2.0.0", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Sindre Sorhus", |
32 |
"email": "sindresorhus@gmail.com", |
33 |
"url": "sindresorhus.com" |
34 |
}, |
35 |
"bugs": {
|
36 |
"url": "https://github.com/sindresorhus/resolve-from/issues" |
37 |
}, |
38 |
"description": "Resolve the path of a module like require.resolve() but from a given path", |
39 |
"devDependencies": {
|
40 |
"ava": "*", |
41 |
"xo": "*" |
42 |
}, |
43 |
"engines": {
|
44 |
"node": ">=0.10.0" |
45 |
}, |
46 |
"files": [
|
47 |
"index.js"
|
48 |
], |
49 |
"homepage": "https://github.com/sindresorhus/resolve-from#readme", |
50 |
"keywords": [
|
51 |
"require",
|
52 |
"resolve",
|
53 |
"path",
|
54 |
"module",
|
55 |
"from",
|
56 |
"like",
|
57 |
"path"
|
58 |
], |
59 |
"license": "MIT", |
60 |
"name": "resolve-from", |
61 |
"repository": {
|
62 |
"type": "git", |
63 |
"url": "git+https://github.com/sindresorhus/resolve-from.git" |
64 |
}, |
65 |
"scripts": {
|
66 |
"test": "xo && ava" |
67 |
}, |
68 |
"version": "2.0.0" |
69 |
} |