summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json145
1 files changed, 145 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json
new file mode 100644
index 00000000..6e5152f6
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/compressible/package.json
@@ -0,0 +1,145 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "compressible@~2.0.5",
+ "scope": null,
+ "escapedName": "compressible",
+ "name": "compressible",
+ "rawSpec": "~2.0.5",
+ "spec": ">=2.0.5 <2.1.0",
+ "type": "range"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression"
+ ]
+ ],
+ "_from": "compressible@>=2.0.5 <2.1.0",
+ "_id": "compressible@2.0.9",
+ "_inCache": true,
+ "_location": "/compressible",
+ "_npmOperationalInternal": {
+ "host": "packages-18-east.internal.npmjs.com",
+ "tmp": "tmp/compressible-2.0.9.tgz_1477956262136_0.9366124230436981"
+ },
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "compressible@~2.0.5",
+ "scope": null,
+ "escapedName": "compressible",
+ "name": "compressible",
+ "rawSpec": "~2.0.5",
+ "spec": ">=2.0.5 <2.1.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/compression"
+ ],
+ "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz",
+ "_shasum": "6daab4e2b599c2770dd9e21e7a891b1c5a755425",
+ "_shrinkwrap": null,
+ "_spec": "compressible@~2.0.5",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\compression",
+ "bugs": {
+ "url": "https://github.com/jshttp/compressible/issues"
+ },
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "url": "http://jongleberry.com"
+ },
+ {
+ "name": "Jeremiah Senkpiel",
+ "email": "fishrock123@rocketmail.com",
+ "url": "https://searchbeam.jit.su"
+ }
+ ],
+ "dependencies": {
+ "mime-db": ">= 1.24.0 < 2"
+ },
+ "description": "Compressible Content-Type / mime checking",
+ "devDependencies": {
+ "eslint": "3.9.1",
+ "eslint-config-standard": "6.2.1",
+ "eslint-plugin-promise": "3.3.0",
+ "eslint-plugin-standard": "2.0.1",
+ "istanbul": "0.4.5",
+ "mocha": "~1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "6daab4e2b599c2770dd9e21e7a891b1c5a755425",
+ "tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.9.tgz"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ },
+ "files": [
+ "HISTORY.md",
+ "LICENSE",
+ "README.md",
+ "index.js"
+ ],
+ "gitHead": "9e750e00d459f01b9a16df504f87ad829bf2a518",
+ "homepage": "https://github.com/jshttp/compressible",
+ "keywords": [
+ "compress",
+ "gzip",
+ "mime",
+ "content-type"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "defunctzombie",
+ "email": "shtylman@gmail.com"
+ },
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "federomero",
+ "email": "federomero@gmail.com"
+ },
+ {
+ "name": "fishrock123",
+ "email": "fishrock123@rocketmail.com"
+ },
+ {
+ "name": "jongleberry",
+ "email": "jonathanrichardong@gmail.com"
+ },
+ {
+ "name": "mscdex",
+ "email": "mscdex@mscdex.net"
+ },
+ {
+ "name": "tjholowaychuk",
+ "email": "tj@vision-media.ca"
+ }
+ ],
+ "name": "compressible",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jshttp/compressible.git"
+ },
+ "scripts": {
+ "lint": "eslint .",
+ "test": "mocha --reporter spec --bail --check-leaks test/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
+ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks"
+ },
+ "version": "2.0.9"
+}