Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / http-errors / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "http-errors@~1.3.1",
6         "scope": null,
7         "escapedName": "http-errors",
8         "name": "http-errors",
9         "rawSpec": "~1.3.1",
10         "spec": ">=1.3.1 <1.4.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "http-errors@>=1.3.1 <1.4.0",
17   "_id": "http-errors@1.3.1",
18   "_inCache": true,
19   "_location": "/http-errors",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "http-errors@~1.3.1",
28     "scope": null,
29     "escapedName": "http-errors",
30     "name": "http-errors",
31     "rawSpec": "~1.3.1",
32     "spec": ">=1.3.1 <1.4.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/body-parser",
37     "/connect",
38     "/connect-timeout",
39     "/csurf",
40     "/send",
41     "/serve-index"
42   ],
43   "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
44   "_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
45   "_shrinkwrap": null,
46   "_spec": "http-errors@~1.3.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
48   "author": {
49     "name": "Jonathan Ong",
50     "email": "me@jongleberry.com",
51     "url": "http://jongleberry.com"
52   },
53   "bugs": {
54     "url": "https://github.com/jshttp/http-errors/issues"
55   },
56   "contributors": [
57     {
58       "name": "Alan Plum",
59       "email": "me@pluma.io"
60     },
61     {
62       "name": "Douglas Christopher Wilson",
63       "email": "doug@somethingdoug.com"
64     }
65   ],
66   "dependencies": {
67     "inherits": "~2.0.1",
68     "statuses": "1"
69   },
70   "description": "Create HTTP error objects",
71   "devDependencies": {
72     "istanbul": "0",
73     "mocha": "1"
74   },
75   "directories": {},
76   "dist": {
77     "shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
78     "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz"
79   },
80   "engines": {
81     "node": ">= 0.6"
82   },
83   "files": [
84     "index.js",
85     "HISTORY.md",
86     "LICENSE",
87     "README.md"
88   ],
89   "gitHead": "89a8502b40d5dd42da2908f265275e2eeb8d0699",
90   "homepage": "https://github.com/jshttp/http-errors",
91   "keywords": [
92     "http",
93     "error"
94   ],
95   "license": "MIT",
96   "maintainers": [
97     {
98       "name": "egeste",
99       "email": "npm@egeste.net"
100     },
101     {
102       "name": "jongleberry",
103       "email": "jonathanrichardong@gmail.com"
104     },
105     {
106       "name": "dougwilson",
107       "email": "doug@somethingdoug.com"
108     }
109   ],
110   "name": "http-errors",
111   "optionalDependencies": {},
112   "readme": "ERROR: No README data found!",
113   "repository": {
114     "type": "git",
115     "url": "git+https://github.com/jshttp/http-errors.git"
116   },
117   "scripts": {
118     "test": "mocha --reporter spec --bail",
119     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
120     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
121   },
122   "version": "1.3.1"
123 }