aboutsummaryrefslogtreecommitdiff
path: root/node_modules/compression/package.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-27 00:18:34 +0000
committerHumairAK <humair88@hotmail.com>2016-07-27 00:18:34 +0000
commit25706820837bd05cdc3b186eb1d5ebabf9688a61 (patch)
treeafbc83b902d3f0789d5174bd2e2798937ab57b26 /node_modules/compression/package.json
parent38594fd274a4bebee75ae71dbed457b39d253cae (diff)
parent714368c049f8749ed22c6d1d07bb3adc783dc349 (diff)
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'node_modules/compression/package.json')
-rw-r--r--node_modules/compression/package.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/node_modules/compression/package.json b/node_modules/compression/package.json
new file mode 100644
index 0000000..6f71870
--- /dev/null
+++ b/node_modules/compression/package.json
@@ -0,0 +1,82 @@
+{
+ "name": "compression",
+ "description": "Node.js compression middleware",
+ "version": "1.6.2",
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "url": "http://jongleberry.com"
+ }
+ ],
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/expressjs/compression.git"
+ },
+ "dependencies": {
+ "accepts": "~1.3.3",
+ "bytes": "2.3.0",
+ "compressible": "~2.0.8",
+ "debug": "~2.2.0",
+ "on-headers": "~1.0.1",
+ "vary": "~1.1.0"
+ },
+ "devDependencies": {
+ "eslint": "2.9.0",
+ "eslint-config-standard": "5.3.1",
+ "eslint-plugin-promise": "1.1.0",
+ "eslint-plugin-standard": "1.3.2",
+ "istanbul": "0.4.3",
+ "mocha": "2.4.5",
+ "supertest": "1.1.0"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "scripts": {
+ "lint": "eslint **/*.js",
+ "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"
+ },
+ "gitHead": "b9c63ced82b9f719cd5d9fd250c8432b00752d89",
+ "bugs": {
+ "url": "https://github.com/expressjs/compression/issues"
+ },
+ "homepage": "https://github.com/expressjs/compression#readme",
+ "_id": "compression@1.6.2",
+ "_shasum": "cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3",
+ "_from": "compression@latest",
+ "_npmVersion": "2.15.1",
+ "_nodeVersion": "4.4.3",
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "dist": {
+ "shasum": "cceb121ecc9d09c52d7ad0c3350ea93ddd402bc3",
+ "tarball": "https://registry.npmjs.org/compression/-/compression-1.6.2.tgz"
+ },
+ "maintainers": [
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/compression-1.6.2.tgz_1463095977791_0.03453603922389448"
+ },
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/compression/-/compression-1.6.2.tgz"
+}