Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / minimatch / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "minimatch@^2.0.7",
6         "scope": null,
7         "escapedName": "minimatch",
8         "name": "minimatch",
9         "rawSpec": "^2.0.7",
10         "spec": ">=2.0.7 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
14     ]
15   ],
16   "_from": "minimatch@>=2.0.7 <3.0.0",
17   "_id": "minimatch@2.0.10",
18   "_inCache": true,
19   "_location": "/minimatch",
20   "_nodeVersion": "2.2.1",
21   "_npmUser": {
22     "name": "isaacs",
23     "email": "isaacs@npmjs.com"
24   },
25   "_npmVersion": "3.1.0",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "minimatch@^2.0.7",
29     "scope": null,
30     "escapedName": "minimatch",
31     "name": "minimatch",
32     "rawSpec": "^2.0.7",
33     "spec": ">=2.0.7 <3.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/glob",
38     "/istanbul/fileset",
39     "/karma"
40   ],
41   "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
42   "_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
43   "_shrinkwrap": null,
44   "_spec": "minimatch@^2.0.7",
45   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
46   "author": {
47     "name": "Isaac Z. Schlueter",
48     "email": "i@izs.me",
49     "url": "http://blog.izs.me"
50   },
51   "bugs": {
52     "url": "https://github.com/isaacs/minimatch/issues"
53   },
54   "dependencies": {
55     "brace-expansion": "^1.0.0"
56   },
57   "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
58   "description": "a glob matcher in javascript",
59   "devDependencies": {
60     "browserify": "^9.0.3",
61     "standard": "^3.7.2",
62     "tap": "^1.2.0"
63   },
64   "directories": {},
65   "dist": {
66     "shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
67     "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
68   },
69   "engines": {
70     "node": "*"
71   },
72   "files": [
73     "minimatch.js",
74     "browser.js"
75   ],
76   "gitHead": "6afb85f0c324b321f76a38df81891e562693e257",
77   "homepage": "https://github.com/isaacs/minimatch#readme",
78   "license": "ISC",
79   "main": "minimatch.js",
80   "maintainers": [
81     {
82       "name": "isaacs",
83       "email": "i@izs.me"
84     }
85   ],
86   "name": "minimatch",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git://github.com/isaacs/minimatch.git"
92   },
93   "scripts": {
94     "posttest": "standard minimatch.js test/*.js",
95     "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
96     "test": "tap test/*.js"
97   },
98   "version": "2.0.10"
99 }