Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / statuses / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "statuses@1",
6         "scope": null,
7         "escapedName": "statuses",
8         "name": "statuses",
9         "rawSpec": "1",
10         "spec": ">=1.0.0 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\http-errors"
14     ]
15   ],
16   "_from": "statuses@>=1.0.0 <2.0.0",
17   "_id": "statuses@1.3.1",
18   "_inCache": true,
19   "_location": "/statuses",
20   "_npmOperationalInternal": {
21     "host": "packages-12-west.internal.npmjs.com",
22     "tmp": "tmp/statuses-1.3.1.tgz_1478923281491_0.5574048184789717"
23   },
24   "_npmUser": {
25     "name": "dougwilson",
26     "email": "doug@somethingdoug.com"
27   },
28   "_npmVersion": "1.4.28",
29   "_phantomChildren": {},
30   "_requested": {
31     "raw": "statuses@1",
32     "scope": null,
33     "escapedName": "statuses",
34     "name": "statuses",
35     "rawSpec": "1",
36     "spec": ">=1.0.0 <2.0.0",
37     "type": "range"
38   },
39   "_requiredBy": [
40     "/http-errors"
41   ],
42   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz",
43   "_shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
44   "_shrinkwrap": null,
45   "_spec": "statuses@1",
46   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\http-errors",
47   "bugs": {
48     "url": "https://github.com/jshttp/statuses/issues"
49   },
50   "contributors": [
51     {
52       "name": "Douglas Christopher Wilson",
53       "email": "doug@somethingdoug.com"
54     },
55     {
56       "name": "Jonathan Ong",
57       "email": "me@jongleberry.com",
58       "url": "http://jongleberry.com"
59     }
60   ],
61   "dependencies": {},
62   "description": "HTTP status utility",
63   "devDependencies": {
64     "csv-parse": "1.1.7",
65     "eslint": "3.10.0",
66     "eslint-config-standard": "6.2.1",
67     "eslint-plugin-promise": "3.3.2",
68     "eslint-plugin-standard": "2.0.1",
69     "istanbul": "0.4.5",
70     "mocha": "1.21.5",
71     "stream-to-array": "2.3.0"
72   },
73   "directories": {},
74   "dist": {
75     "shasum": "faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e",
76     "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz"
77   },
78   "engines": {
79     "node": ">= 0.6"
80   },
81   "files": [
82     "HISTORY.md",
83     "index.js",
84     "codes.json",
85     "LICENSE"
86   ],
87   "gitHead": "28a619be77f5b4741e6578a5764c5b06ec6d4aea",
88   "homepage": "https://github.com/jshttp/statuses",
89   "keywords": [
90     "http",
91     "status",
92     "code"
93   ],
94   "license": "MIT",
95   "maintainers": [
96     {
97       "name": "defunctzombie",
98       "email": "shtylman@gmail.com"
99     },
100     {
101       "name": "dougwilson",
102       "email": "doug@somethingdoug.com"
103     },
104     {
105       "name": "fishrock123",
106       "email": "fishrock123@rocketmail.com"
107     },
108     {
109       "name": "jongleberry",
110       "email": "jonathanrichardong@gmail.com"
111     },
112     {
113       "name": "mscdex",
114       "email": "mscdex@mscdex.net"
115     },
116     {
117       "name": "tjholowaychuk",
118       "email": "tj@vision-media.ca"
119     }
120   ],
121   "name": "statuses",
122   "optionalDependencies": {},
123   "readme": "ERROR: No README data found!",
124   "repository": {
125     "type": "git",
126     "url": "git+https://github.com/jshttp/statuses.git"
127   },
128   "scripts": {
129     "build": "node scripts/build.js",
130     "fetch": "node scripts/fetch.js",
131     "lint": "eslint .",
132     "test": "mocha --reporter spec --check-leaks --bail test/",
133     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
134     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
135     "update": "npm run fetch && npm run build"
136   },
137   "version": "1.3.1"
138 }