Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / on-headers / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "on-headers@~1.0.0",
6         "scope": null,
7         "escapedName": "on-headers",
8         "name": "on-headers",
9         "rawSpec": "~1.0.0",
10         "spec": ">=1.0.0 <1.1.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "on-headers@>=1.0.0 <1.1.0",
17   "_id": "on-headers@1.0.1",
18   "_inCache": true,
19   "_location": "/on-headers",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "on-headers@~1.0.0",
28     "scope": null,
29     "escapedName": "on-headers",
30     "name": "on-headers",
31     "rawSpec": "~1.0.0",
32     "spec": ">=1.0.0 <1.1.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/compression",
37     "/connect",
38     "/connect-timeout",
39     "/express-session",
40     "/morgan",
41     "/response-time"
42   ],
43   "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
44   "_shasum": "928f5d0f470d49342651ea6794b0857c100693f7",
45   "_shrinkwrap": null,
46   "_spec": "on-headers@~1.0.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
48   "author": {
49     "name": "Douglas Christopher Wilson",
50     "email": "doug@somethingdoug.com"
51   },
52   "bugs": {
53     "url": "https://github.com/jshttp/on-headers/issues"
54   },
55   "dependencies": {},
56   "description": "Execute a listener when a response is about to write headers",
57   "devDependencies": {
58     "istanbul": "0.3.21",
59     "mocha": "2.3.3",
60     "supertest": "1.1.0"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "928f5d0f470d49342651ea6794b0857c100693f7",
65     "tarball": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz"
66   },
67   "engines": {
68     "node": ">= 0.8"
69   },
70   "files": [
71     "LICENSE",
72     "HISTORY.md",
73     "README.md",
74     "index.js"
75   ],
76   "gitHead": "ab0156a979d72353cfe666cccb3639e016b00280",
77   "homepage": "https://github.com/jshttp/on-headers",
78   "keywords": [
79     "event",
80     "headers",
81     "http",
82     "onheaders"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "dougwilson",
88       "email": "doug@somethingdoug.com"
89     },
90     {
91       "name": "jongleberry",
92       "email": "jonathanrichardong@gmail.com"
93     }
94   ],
95   "name": "on-headers",
96   "optionalDependencies": {},
97   "readme": "ERROR: No README data found!",
98   "repository": {
99     "type": "git",
100     "url": "git+https://github.com/jshttp/on-headers.git"
101   },
102   "scripts": {
103     "test": "mocha --reporter spec --bail --check-leaks test/",
104     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
105     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
106   },
107   "version": "1.0.1"
108 }