Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / which / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "which@^1.0.9",
6         "scope": null,
7         "escapedName": "which",
8         "name": "which",
9         "rawSpec": "^1.0.9",
10         "spec": ">=1.0.9 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma-chrome-launcher"
14     ]
15   ],
16   "_from": "which@>=1.0.9 <2.0.0",
17   "_id": "which@1.2.12",
18   "_inCache": true,
19   "_location": "/which",
20   "_nodeVersion": "6.5.0",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/which-1.2.12.tgz_1478902859933_0.6313941152766347"
24   },
25   "_npmUser": {
26     "name": "isaacs",
27     "email": "i@izs.me"
28   },
29   "_npmVersion": "3.10.9",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "which@^1.0.9",
33     "scope": null,
34     "escapedName": "which",
35     "name": "which",
36     "rawSpec": "^1.0.9",
37     "spec": ">=1.0.9 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/istanbul",
42     "/karma-chrome-launcher",
43     "/phantomjs"
44   ],
45   "_resolved": "https://registry.npmjs.org/which/-/which-1.2.12.tgz",
46   "_shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
47   "_shrinkwrap": null,
48   "_spec": "which@^1.0.9",
49   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma-chrome-launcher",
50   "author": {
51     "name": "Isaac Z. Schlueter",
52     "email": "i@izs.me",
53     "url": "http://blog.izs.me"
54   },
55   "bin": {
56     "which": "./bin/which"
57   },
58   "bugs": {
59     "url": "https://github.com/isaacs/node-which/issues"
60   },
61   "dependencies": {
62     "isexe": "^1.1.1"
63   },
64   "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
65   "devDependencies": {
66     "mkdirp": "^0.5.0",
67     "rimraf": "^2.3.3",
68     "tap": "^5.1.1"
69   },
70   "directories": {},
71   "dist": {
72     "shasum": "de67b5e450269f194909ef23ece4ebe416fa1192",
73     "tarball": "https://registry.npmjs.org/which/-/which-1.2.12.tgz"
74   },
75   "files": [
76     "which.js",
77     "bin/which"
78   ],
79   "gitHead": "5db2078bc2ec50d5c5f3d324e1ffcc2348b9cbbd",
80   "homepage": "https://github.com/isaacs/node-which#readme",
81   "license": "ISC",
82   "main": "which.js",
83   "maintainers": [
84     {
85       "name": "isaacs",
86       "email": "i@izs.me"
87     }
88   ],
89   "name": "which",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git://github.com/isaacs/node-which.git"
95   },
96   "scripts": {
97     "changelog": "bash gen-changelog.sh",
98     "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
99     "test": "tap test/*.js --cov"
100   },
101   "version": "1.2.12"
102 }