Feuerwehr-eppingen/node_modules/compression/package.json

125 lines
3.4 KiB
JSON

{
"_args": [
[
{
"raw": "compression@^1.5.2",
"scope": null,
"escapedName": "compression",
"name": "compression",
"rawSpec": "^1.5.2",
"spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/webpack-dev-server"
]
],
"_from": "compression@>=1.5.2 <2.0.0",
"_id": "compression@1.7.2",
"_inCache": true,
"_location": "/compression",
"_nodeVersion": "6.11.1",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/compression_1.7.2_1519015854354_0.28362862485921836"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"raw": "compression@^1.5.2",
"scope": null,
"escapedName": "compression",
"name": "compression",
"rawSpec": "^1.5.2",
"spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz",
"_shasum": "aaffbcd6aaf854b44ebb280353d5ad1651f59a69",
"_shrinkwrap": null,
"_spec": "compression@^1.5.2",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/webpack-dev-server",
"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.3.4",
"bytes": "3.0.0",
"compressible": "~2.0.13",
"debug": "2.6.9",
"on-headers": "~1.0.1",
"safe-buffer": "5.1.1",
"vary": "~1.1.2"
},
"description": "Node.js compression middleware",
"devDependencies": {
"eslint": "4.18.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "aaffbcd6aaf854b44ebb280353d5ad1651f59a69",
"tarball": "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz",
"fileCount": 5,
"unpackedSize": 22623
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "20efa155bed9ecfb1d94fae3c2a8d338c61a3084",
"homepage": "https://github.com/expressjs/compression#readme",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "compression",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/compression.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"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.7.2"
}