summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json114
1 files changed, 114 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json
new file mode 100644
index 00000000..83716ee3
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/finalhandler/package.json
@@ -0,0 +1,114 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "finalhandler@0.4.0",
+ "scope": null,
+ "escapedName": "finalhandler",
+ "name": "finalhandler",
+ "rawSpec": "0.4.0",
+ "spec": "0.4.0",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect"
+ ]
+ ],
+ "_from": "finalhandler@0.4.0",
+ "_id": "finalhandler@0.4.0",
+ "_inCache": true,
+ "_location": "/finalhandler",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "finalhandler@0.4.0",
+ "scope": null,
+ "escapedName": "finalhandler",
+ "name": "finalhandler",
+ "rawSpec": "0.4.0",
+ "spec": "0.4.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/connect"
+ ],
+ "_resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz",
+ "_shasum": "965a52d9e8d05d2b857548541fb89b53a2497d9b",
+ "_shrinkwrap": null,
+ "_spec": "finalhandler@0.4.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\connect",
+ "author": {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "bugs": {
+ "url": "https://github.com/pillarjs/finalhandler/issues"
+ },
+ "dependencies": {
+ "debug": "~2.2.0",
+ "escape-html": "1.0.2",
+ "on-finished": "~2.3.0",
+ "unpipe": "~1.0.0"
+ },
+ "description": "Node.js final http responder",
+ "devDependencies": {
+ "istanbul": "0.3.15",
+ "mocha": "2.2.5",
+ "readable-stream": "2.0.0",
+ "supertest": "1.0.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "965a52d9e8d05d2b857548541fb89b53a2497d9b",
+ "tarball": "https://registry.npmjs.org/finalhandler/-/finalhandler-0.4.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "gitHead": "fe4e4de9ebb0f3831493ad75119ee6ba40542853",
+ "homepage": "https://github.com/pillarjs/finalhandler",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ },
+ {
+ "name": "fishrock123",
+ "email": "fishrock123@rocketmail.com"
+ },
+ {
+ "name": "defunctzombie",
+ "email": "shtylman@gmail.com"
+ }
+ ],
+ "name": "finalhandler",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/pillarjs/finalhandler.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 spec --check-leaks test/"
+ },
+ "version": "0.4.0"
+}