Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / is-binary-path / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "is-binary-path@^1.0.0",
6         "scope": null,
7         "escapedName": "is-binary-path",
8         "name": "is-binary-path",
9         "rawSpec": "^1.0.0",
10         "spec": ">=1.0.0 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\chokidar"
14     ]
15   ],
16   "_from": "is-binary-path@>=1.0.0 <2.0.0",
17   "_id": "is-binary-path@1.0.1",
18   "_inCache": true,
19   "_location": "/is-binary-path",
20   "_nodeVersion": "0.12.4",
21   "_npmUser": {
22     "name": "sindresorhus",
23     "email": "sindresorhus@gmail.com"
24   },
25   "_npmVersion": "2.10.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "is-binary-path@^1.0.0",
29     "scope": null,
30     "escapedName": "is-binary-path",
31     "name": "is-binary-path",
32     "rawSpec": "^1.0.0",
33     "spec": ">=1.0.0 <2.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/chokidar"
38   ],
39   "_resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
40   "_shasum": "75f16642b480f187a711c814161fd3a4a7655898",
41   "_shrinkwrap": null,
42   "_spec": "is-binary-path@^1.0.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\chokidar",
44   "author": {
45     "name": "Sindre Sorhus",
46     "email": "sindresorhus@gmail.com",
47     "url": "sindresorhus.com"
48   },
49   "bugs": {
50     "url": "https://github.com/sindresorhus/is-binary-path/issues"
51   },
52   "dependencies": {
53     "binary-extensions": "^1.0.0"
54   },
55   "description": "Check if a filepath is a binary file",
56   "devDependencies": {
57     "ava": "0.0.4"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "75f16642b480f187a711c814161fd3a4a7655898",
62     "tarball": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz"
63   },
64   "engines": {
65     "node": ">=0.10.0"
66   },
67   "files": [
68     "index.js"
69   ],
70   "gitHead": "ed26bd7be5e29dad159c2771cb99dd48913f9de0",
71   "homepage": "https://github.com/sindresorhus/is-binary-path",
72   "keywords": [
73     "bin",
74     "binary",
75     "ext",
76     "extensions",
77     "extension",
78     "file",
79     "path",
80     "check",
81     "detect",
82     "is"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "sindresorhus",
88       "email": "sindresorhus@gmail.com"
89     },
90     {
91       "name": "paulmillr",
92       "email": "paul@paulmillr.com"
93     },
94     {
95       "name": "es128",
96       "email": "elan.shanker+npm@gmail.com"
97     }
98   ],
99   "name": "is-binary-path",
100   "optionalDependencies": {},
101   "readme": "ERROR: No README data found!",
102   "repository": {
103     "type": "git",
104     "url": "git+https://github.com/sindresorhus/is-binary-path.git"
105   },
106   "scripts": {
107     "test": "node test.js"
108   },
109   "version": "1.0.1"
110 }