package.json
1.4 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
{
"_from": "glob@~3.1.21",
"_id": "glob@3.1.21",
"_inBundle": false,
"_integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
"_location": "/glob",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glob@~3.1.21",
"name": "glob",
"escapedName": "glob",
"rawSpec": "~3.1.21",
"saveSpec": null,
"fetchSpec": "~3.1.21"
},
"_requiredBy": [
"/globule",
"/grunt"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
"_shasum": "d29e0a055dea5138f4d07ed40e8982e83c2066cd",
"_spec": "glob@~3.1.21",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/node-glob/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-fs": "~1.2.0",
"inherits": "1",
"minimatch": "~0.2.11"
},
"deprecated": false,
"description": "a little globber",
"devDependencies": {
"mkdirp": "0",
"rimraf": "1",
"tap": "~0.4.0"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/node-glob#readme",
"license": "BSD",
"main": "glob.js",
"name": "glob",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.1.21"
}