Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / connect-timeout / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "connect-timeout@~1.6.2",
6         "scope": null,
7         "escapedName": "connect-timeout",
8         "name": "connect-timeout",
9         "rawSpec": "~1.6.2",
10         "spec": ">=1.6.2 <1.7.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
14     ]
15   ],
16   "_from": "connect-timeout@>=1.6.2 <1.7.0",
17   "_id": "connect-timeout@1.6.2",
18   "_inCache": true,
19   "_location": "/connect-timeout",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "connect-timeout@~1.6.2",
28     "scope": null,
29     "escapedName": "connect-timeout",
30     "name": "connect-timeout",
31     "rawSpec": "~1.6.2",
32     "spec": ">=1.6.2 <1.7.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/connect"
37   ],
38   "_resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
39   "_shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
40   "_shrinkwrap": null,
41   "_spec": "connect-timeout@~1.6.2",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
43   "bugs": {
44     "url": "https://github.com/expressjs/timeout/issues"
45   },
46   "contributors": [
47     {
48       "name": "Douglas Christopher Wilson",
49       "email": "doug@somethingdoug.com"
50     },
51     {
52       "name": "Jonathan Ong",
53       "email": "me@jongleberry.com",
54       "url": "http://jongleberry.com"
55     }
56   ],
57   "dependencies": {
58     "debug": "~2.2.0",
59     "http-errors": "~1.3.1",
60     "ms": "0.7.1",
61     "on-headers": "~1.0.0"
62   },
63   "description": "timeout middleware",
64   "devDependencies": {
65     "istanbul": "0.3.9",
66     "mocha": "~2.2.4",
67     "supertest": "~0.15.0"
68   },
69   "directories": {},
70   "dist": {
71     "shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
72     "tarball": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz"
73   },
74   "engines": {
75     "node": ">= 0.8"
76   },
77   "files": [
78     "LICENSE",
79     "HISTORY.md",
80     "index.js"
81   ],
82   "gitHead": "f0042a0555ae52f4407be39a7635715234443417",
83   "homepage": "https://github.com/expressjs/timeout",
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "aaron",
88       "email": "aaron.heckmann+github@gmail.com"
89     },
90     {
91       "name": "rauchg",
92       "email": "rauchg@gmail.com"
93     },
94     {
95       "name": "jongleberry",
96       "email": "jonathanrichardong@gmail.com"
97     },
98     {
99       "name": "dougwilson",
100       "email": "doug@somethingdoug.com"
101     },
102     {
103       "name": "tjholowaychuk",
104       "email": "tj@vision-media.ca"
105     },
106     {
107       "name": "mscdex",
108       "email": "mscdex@mscdex.net"
109     },
110     {
111       "name": "fishrock123",
112       "email": "fishrock123@rocketmail.com"
113     },
114     {
115       "name": "defunctzombie",
116       "email": "shtylman@gmail.com"
117     }
118   ],
119   "name": "connect-timeout",
120   "optionalDependencies": {},
121   "readme": "ERROR: No README data found!",
122   "repository": {
123     "type": "git",
124     "url": "git+https://github.com/expressjs/timeout.git"
125   },
126   "scripts": {
127     "test": "mocha --reporter spec --bail --check-leaks test/",
128     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
129     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks test/"
130   },
131   "version": "1.6.2"
132 }