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