Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / send / node_modules / statuses / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "statuses@~1.2.1",
6         "scope": null,
7         "escapedName": "statuses",
8         "name": "statuses",
9         "rawSpec": "~1.2.1",
10         "spec": ">=1.2.1 <1.3.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\send"
14     ]
15   ],
16   "_from": "statuses@>=1.2.1 <1.3.0",
17   "_id": "statuses@1.2.1",
18   "_inCache": true,
19   "_location": "/send/statuses",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "statuses@~1.2.1",
28     "scope": null,
29     "escapedName": "statuses",
30     "name": "statuses",
31     "rawSpec": "~1.2.1",
32     "spec": ">=1.2.1 <1.3.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/send"
37   ],
38   "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz",
39   "_shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
40   "_shrinkwrap": null,
41   "_spec": "statuses@~1.2.1",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\send",
43   "author": {
44     "name": "Jonathan Ong",
45     "email": "me@jongleberry.com",
46     "url": "http://jongleberry.com"
47   },
48   "bugs": {
49     "url": "https://github.com/jshttp/statuses/issues"
50   },
51   "dependencies": {},
52   "description": "HTTP status utility",
53   "devDependencies": {
54     "csv-parse": "0.0.6",
55     "istanbul": "0",
56     "mocha": "1",
57     "stream-to-array": "2"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "dded45cc18256d51ed40aec142489d5c61026d28",
62     "tarball": "https://registry.npmjs.org/statuses/-/statuses-1.2.1.tgz"
63   },
64   "files": [
65     "index.js",
66     "codes.json",
67     "LICENSE"
68   ],
69   "gitHead": "49e6ac7ae4c63ee8186f56cb52112a7eeda28ed7",
70   "homepage": "https://github.com/jshttp/statuses",
71   "keywords": [
72     "http",
73     "status",
74     "code"
75   ],
76   "license": "MIT",
77   "maintainers": [
78     {
79       "name": "jongleberry",
80       "email": "jonathanrichardong@gmail.com"
81     },
82     {
83       "name": "tjholowaychuk",
84       "email": "tj@vision-media.ca"
85     },
86     {
87       "name": "dougwilson",
88       "email": "doug@somethingdoug.com"
89     },
90     {
91       "name": "shtylman",
92       "email": "shtylman@gmail.com"
93     },
94     {
95       "name": "mscdex",
96       "email": "mscdex@mscdex.net"
97     },
98     {
99       "name": "fishrock123",
100       "email": "fishrock123@rocketmail.com"
101     }
102   ],
103   "name": "statuses",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/jshttp/statuses.git"
109   },
110   "scripts": {
111     "build": "node scripts/build.js",
112     "test": "mocha --reporter spec --bail --check-leaks",
113     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
114     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks",
115     "update": "node scripts/update.js"
116   },
117   "version": "1.2.1"
118 }