27923cd8e3a311b1edc51d6fd7c121d8686b1e86.svn-base
1.6 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": "minimatch@0.0.x",
"_id": "minimatch@0.0.5",
"_inBundle": false,
"_integrity": "sha1-lrtJC707poNrv6wRGt91MBsVhN4=",
"_location": "/jshint/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@0.0.x",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "0.0.x",
"saveSpec": null,
"fetchSpec": "0.0.x"
},
"_requiredBy": [
"/jshint"
],
"_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-0.0.5.tgz",
"_shasum": "96bb490bbd3ba6836bbfac111adf75301b1584de",
"_spec": "minimatch@0.0.x",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\jshint",
"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": "~1.0.2"
},
"deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": "~0.0.5"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/minimatch#readme",
"licenses": [
{
"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"
},
"version": "0.0.5"
}