summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json132
1 files changed, 132 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json
new file mode 100644
index 00000000..bebe6f53
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/connect-timeout/package.json
@@ -0,0 +1,132 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "connect-timeout@~1.6.2",
+ "scope": null,
+ "escapedName": "connect-timeout",
+ "name": "connect-timeout",
+ "rawSpec": "~1.6.2",
+ "spec": ">=1.6.2 <1.7.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "connect-timeout@>=1.6.2 <1.7.0",
+ "_id": "connect-timeout@1.6.2",
+ "_inCache": true,
+ "_location": "/connect-timeout",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "connect-timeout@~1.6.2",
+ "scope": null,
+ "escapedName": "connect-timeout",
+ "name": "connect-timeout",
+ "rawSpec": "~1.6.2",
+ "spec": ">=1.6.2 <1.7.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/connect"
+ ],
+ "_resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz",
+ "_shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
+ "_shrinkwrap": null,
+ "_spec": "connect-timeout@~1.6.2",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "bugs": {
+ "url": "https://github.com/expressjs/timeout/issues"
+ },
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "url": "http://jongleberry.com"
+ }
+ ],
+ "dependencies": {
+ "debug": "~2.2.0",
+ "http-errors": "~1.3.1",
+ "ms": "0.7.1",
+ "on-headers": "~1.0.0"
+ },
+ "description": "timeout middleware",
+ "devDependencies": {
+ "istanbul": "0.3.9",
+ "mocha": "~2.2.4",
+ "supertest": "~0.15.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "de9a5ec61e33a12b6edaab7b5f062e98c599b88e",
+ "tarball": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.6.2.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "gitHead": "f0042a0555ae52f4407be39a7635715234443417",
+ "homepage": "https://github.com/expressjs/timeout",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "aaron",
+ "email": "aaron.heckmann+github@gmail.com"
+ },
+ {
+ "name": "rauchg",
+ "email": "rauchg@gmail.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "mscdex",
+ "email": "mscdex@mscdex.net"
+ },
+ {
+ "name": "fishrock123",
+ "email": "fishrock123@rocketmail.com"
+ },
+ {
+ "name": "defunctzombie",
+ "email": "shtylman@gmail.com"
+ }
+ ],
+ "name": "connect-timeout",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/expressjs/timeout.git"
+ },
+ "scripts": {
+ "test": "mocha --reporter spec --bail --check-leaks test/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
+ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks test/"
+ },
+ "version": "1.6.2"
+}