root / HServer / 00.Server / 00.Program / node_modules / minimatch / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.68 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"minimatch@3.0.4",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "minimatch@3.0.4", |
9 |
"_id": "minimatch@3.0.4", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", |
12 |
"_location": "/minimatch", |
13 |
"_optional": true, |
14 |
"_phantomChildren": {},
|
15 |
"_requested": {
|
16 |
"type": "version", |
17 |
"registry": true, |
18 |
"raw": "minimatch@3.0.4", |
19 |
"name": "minimatch", |
20 |
"escapedName": "minimatch", |
21 |
"rawSpec": "3.0.4", |
22 |
"saveSpec": null, |
23 |
"fetchSpec": "3.0.4" |
24 |
}, |
25 |
"_requiredBy": [
|
26 |
"/glob"
|
27 |
], |
28 |
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", |
29 |
"_spec": "3.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/minimatch/issues" |
38 |
}, |
39 |
"dependencies": {
|
40 |
"brace-expansion": "^1.1.7" |
41 |
}, |
42 |
"description": "a glob matcher in javascript", |
43 |
"devDependencies": {
|
44 |
"tap": "^10.3.2" |
45 |
}, |
46 |
"engines": {
|
47 |
"node": "*" |
48 |
}, |
49 |
"files": [
|
50 |
"minimatch.js"
|
51 |
], |
52 |
"homepage": "https://github.com/isaacs/minimatch#readme", |
53 |
"license": "ISC", |
54 |
"main": "minimatch.js", |
55 |
"name": "minimatch", |
56 |
"repository": {
|
57 |
"type": "git", |
58 |
"url": "git://github.com/isaacs/minimatch.git" |
59 |
}, |
60 |
"scripts": {
|
61 |
"postpublish": "git push origin --all; git push origin --tags", |
62 |
"postversion": "npm publish", |
63 |
"preversion": "npm test", |
64 |
"test": "tap test/*.js --cov" |
65 |
}, |
66 |
"version": "3.0.4" |
67 |
} |