Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / response-time / node_modules / depd / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "depd@~1.1.0",
6         "scope": null,
7         "escapedName": "depd",
8         "name": "depd",
9         "rawSpec": "~1.1.0",
10         "spec": ">=1.1.0 <1.2.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\response-time"
14     ]
15   ],
16   "_from": "depd@>=1.1.0 <1.2.0",
17   "_id": "depd@1.1.0",
18   "_inCache": true,
19   "_location": "/response-time/depd",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "depd@~1.1.0",
28     "scope": null,
29     "escapedName": "depd",
30     "name": "depd",
31     "rawSpec": "~1.1.0",
32     "spec": ">=1.1.0 <1.2.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/response-time"
37   ],
38   "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz",
39   "_shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
40   "_shrinkwrap": null,
41   "_spec": "depd@~1.1.0",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\response-time",
43   "author": {
44     "name": "Douglas Christopher Wilson",
45     "email": "doug@somethingdoug.com"
46   },
47   "browser": "lib/browser/index.js",
48   "bugs": {
49     "url": "https://github.com/dougwilson/nodejs-depd/issues"
50   },
51   "dependencies": {},
52   "description": "Deprecate all the things",
53   "devDependencies": {
54     "beautify-benchmark": "0.2.4",
55     "benchmark": "1.0.0",
56     "istanbul": "0.3.5",
57     "mocha": "~1.21.5"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "e1bd82c6aab6ced965b97b88b17ed3e528ca18c3",
62     "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.0.tgz"
63   },
64   "engines": {
65     "node": ">= 0.6"
66   },
67   "files": [
68     "lib/",
69     "History.md",
70     "LICENSE",
71     "index.js",
72     "Readme.md"
73   ],
74   "gitHead": "78c659de20283e3a6bee92bda455e6daff01686a",
75   "homepage": "https://github.com/dougwilson/nodejs-depd",
76   "keywords": [
77     "deprecate",
78     "deprecated"
79   ],
80   "license": "MIT",
81   "maintainers": [
82     {
83       "name": "dougwilson",
84       "email": "doug@somethingdoug.com"
85     }
86   ],
87   "name": "depd",
88   "optionalDependencies": {},
89   "readme": "ERROR: No README data found!",
90   "repository": {
91     "type": "git",
92     "url": "git+https://github.com/dougwilson/nodejs-depd.git"
93   },
94   "scripts": {
95     "bench": "node benchmark/index.js",
96     "test": "mocha --reporter spec --bail test/",
97     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
98     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
99   },
100   "version": "1.1.0"
101 }