package.json
1.61 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
{
"_from": "minimatch@~0.2.5",
"_id": "minimatch@0.2.14",
"_inBundle": false,
"_integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@~0.2.5",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "~0.2.5",
"saveSpec": null,
"fetchSpec": "~0.2.5"
},
"_requiredBy": [
"/glob-whatev"
],
"_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-0.2.14.tgz",
"_shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
"_spec": "minimatch@~0.2.5",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\glob-whatev",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"lru-cache": "2",
"sigmund": "~1.0.0"
},
"deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": ""
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
"main": "minimatch.js",
"name": "minimatch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "0.2.14"
}