package.json
1.69 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
{
"_from": "glob-whatev@~0.1.4",
"_id": "glob-whatev@0.1.8",
"_inBundle": false,
"_integrity": "sha1-ozp2MmLlAehRvIT9IrVzbP84Jv0=",
"_location": "/glob-whatev",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "glob-whatev@~0.1.4",
"name": "glob-whatev",
"escapedName": "glob-whatev",
"rawSpec": "~0.1.4",
"saveSpec": null,
"fetchSpec": "~0.1.4"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/glob-whatev/download/glob-whatev-0.1.8.tgz",
"_shasum": "a33a763262e501e851bc84fd22b5736cff3826fd",
"_spec": "glob-whatev@~0.1.4",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "https://github.com/cowboy/node-glob-whatev/issues"
},
"bundleDependencies": false,
"dependencies": {
"minimatch": "~0.2.5"
},
"deprecated": false,
"description": "A quick and dirty file globbing utility based on minimatch.",
"devDependencies": {
"grunt": "~0.3.11"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "http://github.com/cowboy/node-glob-whatev",
"keywords": [
"glob",
"wildcard",
"star",
"file",
"sync",
"synchronous"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/cowboy/node-glob-whatev/blob/master/LICENSE-MIT"
}
],
"main": "lib/glob",
"name": "glob-whatev",
"repository": {
"type": "git",
"url": "git://github.com/cowboy/node-glob-whatev.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.1.8"
}