Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / anymatch / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "anymatch@^1.3.0",
6         "scope": null,
7         "escapedName": "anymatch",
8         "name": "anymatch",
9         "rawSpec": "^1.3.0",
10         "spec": ">=1.3.0 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\chokidar"
14     ]
15   ],
16   "_from": "anymatch@>=1.3.0 <2.0.0",
17   "_id": "anymatch@1.3.0",
18   "_inCache": true,
19   "_location": "/anymatch",
20   "_nodeVersion": "1.6.2",
21   "_npmUser": {
22     "name": "es128",
23     "email": "elan.shanker+npm@gmail.com"
24   },
25   "_npmVersion": "2.7.3",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "anymatch@^1.3.0",
29     "scope": null,
30     "escapedName": "anymatch",
31     "name": "anymatch",
32     "rawSpec": "^1.3.0",
33     "spec": ">=1.3.0 <2.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/chokidar"
38   ],
39   "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz",
40   "_shasum": "a3e52fa39168c825ff57b0248126ce5a8ff95507",
41   "_shrinkwrap": null,
42   "_spec": "anymatch@^1.3.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\chokidar",
44   "author": {
45     "name": "Elan Shanker",
46     "url": "http://github.com/es128"
47   },
48   "bugs": {
49     "url": "https://github.com/es128/anymatch/issues"
50   },
51   "dependencies": {
52     "arrify": "^1.0.0",
53     "micromatch": "^2.1.5"
54   },
55   "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
56   "devDependencies": {
57     "coveralls": "^2.11.2",
58     "istanbul": "^0.3.13",
59     "mocha": "^2.2.4"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "a3e52fa39168c825ff57b0248126ce5a8ff95507",
64     "tarball": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz"
65   },
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "253d2ad42f644ed18557f561312a7f8426daca84",
70   "homepage": "https://github.com/es128/anymatch",
71   "keywords": [
72     "match",
73     "any",
74     "string",
75     "file",
76     "fs",
77     "list",
78     "glob",
79     "regex",
80     "regexp",
81     "regular",
82     "expression",
83     "function"
84   ],
85   "license": "ISC",
86   "maintainers": [
87     {
88       "name": "es128",
89       "email": "elan.shanker+npm@gmail.com"
90     }
91   ],
92   "name": "anymatch",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/es128/anymatch.git"
98   },
99   "scripts": {
100     "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
101   },
102   "version": "1.3.0"
103 }