Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / connect / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "connect@^2.29.2",
6         "scope": null,
7         "escapedName": "connect",
8         "name": "connect",
9         "rawSpec": "^2.29.2",
10         "spec": ">=2.29.2 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma"
14     ]
15   ],
16   "_from": "connect@>=2.29.2 <3.0.0",
17   "_id": "connect@2.30.2",
18   "_inCache": true,
19   "_location": "/connect",
20   "_npmUser": {
21     "name": "dougwilson",
22     "email": "doug@somethingdoug.com"
23   },
24   "_npmVersion": "1.4.28",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "connect@^2.29.2",
28     "scope": null,
29     "escapedName": "connect",
30     "name": "connect",
31     "rawSpec": "^2.29.2",
32     "spec": ">=2.29.2 <3.0.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/karma"
37   ],
38   "_resolved": "https://registry.npmjs.org/connect/-/connect-2.30.2.tgz",
39   "_shasum": "8da9bcbe8a054d3d318d74dfec903b5c39a1b609",
40   "_shrinkwrap": null,
41   "_spec": "connect@^2.29.2",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\karma",
43   "author": {
44     "name": "TJ Holowaychuk",
45     "email": "tj@vision-media.ca",
46     "url": "http://tjholowaychuk.com"
47   },
48   "bugs": {
49     "url": "https://github.com/senchalabs/connect/issues"
50   },
51   "contributors": [
52     {
53       "name": "Douglas Christopher Wilson",
54       "email": "doug@somethingdoug.com"
55     },
56     {
57       "name": "Jonathan Ong",
58       "email": "me@jongleberry.com"
59     },
60     {
61       "name": "Tim Caswell",
62       "email": "tim@creationix.com"
63     }
64   ],
65   "dependencies": {
66     "basic-auth-connect": "1.0.0",
67     "body-parser": "~1.13.3",
68     "bytes": "2.1.0",
69     "compression": "~1.5.2",
70     "connect-timeout": "~1.6.2",
71     "content-type": "~1.0.1",
72     "cookie": "0.1.3",
73     "cookie-parser": "~1.3.5",
74     "cookie-signature": "1.0.6",
75     "csurf": "~1.8.3",
76     "debug": "~2.2.0",
77     "depd": "~1.0.1",
78     "errorhandler": "~1.4.2",
79     "express-session": "~1.11.3",
80     "finalhandler": "0.4.0",
81     "fresh": "0.3.0",
82     "http-errors": "~1.3.1",
83     "method-override": "~2.3.5",
84     "morgan": "~1.6.1",
85     "multiparty": "3.3.2",
86     "on-headers": "~1.0.0",
87     "parseurl": "~1.3.0",
88     "pause": "0.1.0",
89     "qs": "4.0.0",
90     "response-time": "~2.3.1",
91     "serve-favicon": "~2.3.0",
92     "serve-index": "~1.7.2",
93     "serve-static": "~1.10.0",
94     "type-is": "~1.6.6",
95     "utils-merge": "1.0.0",
96     "vhost": "~3.0.1"
97   },
98   "description": "High performance middleware framework",
99   "devDependencies": {
100     "dox": "~0.4.6",
101     "istanbul": "0.3.17",
102     "mocha": "2.2.5",
103     "should": "7.0.2"
104   },
105   "directories": {},
106   "dist": {
107     "shasum": "8da9bcbe8a054d3d318d74dfec903b5c39a1b609",
108     "tarball": "https://registry.npmjs.org/connect/-/connect-2.30.2.tgz"
109   },
110   "engines": {
111     "node": ">= 0.8.0"
112   },
113   "files": [
114     "lib/",
115     "LICENSE",
116     "History.md",
117     "Readme.md",
118     "index.js"
119   ],
120   "gitHead": "5412f50bba39cc2e1f2448fd4ca125fdeeef1bf9",
121   "homepage": "https://github.com/senchalabs/connect",
122   "keywords": [
123     "framework",
124     "web",
125     "middleware",
126     "connect",
127     "rack"
128   ],
129   "license": "MIT",
130   "maintainers": [
131     {
132       "name": "tjholowaychuk",
133       "email": "tj@vision-media.ca"
134     },
135     {
136       "name": "creationix",
137       "email": "tim@creationix.com"
138     },
139     {
140       "name": "jongleberry",
141       "email": "jonathanrichardong@gmail.com"
142     },
143     {
144       "name": "dougwilson",
145       "email": "doug@somethingdoug.com"
146     }
147   ],
148   "name": "connect",
149   "optionalDependencies": {},
150   "readme": "ERROR: No README data found!",
151   "repository": {
152     "type": "git",
153     "url": "git+https://github.com/senchalabs/connect.git"
154   },
155   "scripts": {
156     "test": "mocha --reporter spec --bail --check-leaks test/",
157     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
158     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
159   },
160   "version": "2.30.2"
161 }