package.json
1.72 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
{
"_from": "minimatch@^2.0.3",
"_id": "minimatch@2.0.10",
"_inBundle": false,
"_integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
"_location": "/babel-core/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@^2.0.3",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/babel-core"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
"_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
"_spec": "minimatch@^2.0.3",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\babel-core",
"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": {
"brace-expansion": "^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": {
"browserify": "^9.0.3",
"standard": "^3.7.2",
"tap": "^1.2.0"
},
"engines": {
"node": "*"
},
"files": [
"minimatch.js",
"browser.js"
],
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": "ISC",
"main": "minimatch.js",
"name": "minimatch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"posttest": "standard minimatch.js test/*.js",
"prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
"test": "tap test/*.js"
},
"version": "2.0.10"
}