package.json
1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"_args": [
[
"glob@~3.1.21",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt"
]
],
"_from": "glob@>=3.1.21 <3.2.0",
"_id": "glob@3.1.21",
"_inCache": true,
"_installable": true,
"_location": "/glob",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "1.2.12",
"_phantomChildren": {},
"_requested": {
"name": "glob",
"raw": "glob@~3.1.21",
"rawSpec": "~3.1.21",
"scope": null,
"spec": ">=3.1.21 <3.2.0",
"type": "range"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
"_shasum": "d29e0a055dea5138f4d07ed40e8982e83c2066cd",
"_shrinkwrap": null,
"_spec": "glob@~3.1.21",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"dependencies": {
"graceful-fs": "~1.2.0",
"inherits": "1",
"minimatch": "~0.2.11"
},
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "1",
"tap": "~0.4.0"
},
"directories": {},
"dist": {
"shasum": "d29e0a055dea5138f4d07ed40e8982e83c2066cd",
"tarball": "http://registry.npmjs.org/glob/-/glob-3.1.21.tgz"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "BSD",
"main": "glob.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "glob",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.1.21"
}