root / HServer / 00.Server / 00.Program / node_modules / glob / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.88 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"glob@6.0.4",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "glob@6.0.4", |
9 |
"_id": "glob@6.0.4", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-DwiGD2oVUSey+t1PnOJLGqtuTSI=", |
12 |
"_location": "/glob", |
13 |
"_optional": true, |
14 |
"_phantomChildren": {},
|
15 |
"_requested": {
|
16 |
"type": "version", |
17 |
"registry": true, |
18 |
"raw": "glob@6.0.4", |
19 |
"name": "glob", |
20 |
"escapedName": "glob", |
21 |
"rawSpec": "6.0.4", |
22 |
"saveSpec": null, |
23 |
"fetchSpec": "6.0.4" |
24 |
}, |
25 |
"_requiredBy": [
|
26 |
"/rimraf"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", |
29 |
"_spec": "6.0.4", |
30 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
31 |
"author": {
|
32 |
"name": "Isaac Z. Schlueter", |
33 |
"email": "i@izs.me", |
34 |
"url": "http://blog.izs.me/" |
35 |
}, |
36 |
"bugs": {
|
37 |
"url": "https://github.com/isaacs/node-glob/issues" |
38 |
}, |
39 |
"dependencies": {
|
40 |
"inflight": "^1.0.4", |
41 |
"inherits": "2", |
42 |
"minimatch": "2 || 3", |
43 |
"once": "^1.3.0", |
44 |
"path-is-absolute": "^1.0.0" |
45 |
}, |
46 |
"description": "a little globber", |
47 |
"devDependencies": {
|
48 |
"mkdirp": "0", |
49 |
"rimraf": "^2.2.8", |
50 |
"tap": "^5.0.0", |
51 |
"tick": "0.0.6" |
52 |
}, |
53 |
"engines": {
|
54 |
"node": "*" |
55 |
}, |
56 |
"files": [
|
57 |
"glob.js",
|
58 |
"sync.js",
|
59 |
"common.js"
|
60 |
], |
61 |
"homepage": "https://github.com/isaacs/node-glob#readme", |
62 |
"license": "ISC", |
63 |
"main": "glob.js", |
64 |
"name": "glob", |
65 |
"repository": {
|
66 |
"type": "git", |
67 |
"url": "git://github.com/isaacs/node-glob.git" |
68 |
}, |
69 |
"scripts": {
|
70 |
"bench": "bash benchmark.sh", |
71 |
"benchclean": "node benchclean.js", |
72 |
"prepublish": "npm run benchclean", |
73 |
"prof": "bash prof.sh && cat profile.txt", |
74 |
"profclean": "rm -f v8.log profile.txt", |
75 |
"test": "tap test/*.js --cov", |
76 |
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" |
77 |
}, |
78 |
"version": "6.0.4" |
79 |
} |