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