mirror of
https://gitee.com/doramart/DoraCMS.git
synced 2024-12-05 21:58:47 +08:00
97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"name": "compression",
|
|
"description": "Node.js compression middleware",
|
|
"version": "1.4.4",
|
|
"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": "https://github.com/expressjs/compression"
|
|
},
|
|
"dependencies": {
|
|
"accepts": "~1.2.7",
|
|
"bytes": "1.0.0",
|
|
"compressible": "~2.0.2",
|
|
"debug": "~2.2.0",
|
|
"on-headers": "~1.0.0",
|
|
"vary": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.9",
|
|
"mocha": "2.2.4",
|
|
"supertest": "~0.15.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"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"
|
|
},
|
|
"gitHead": "2086d1139c839ccfcf404282306bd78ca6f7a58a",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/compression/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/compression",
|
|
"_id": "compression@1.4.4",
|
|
"_shasum": "2f9994ca476e4d9ba5fdc67ac929942837d0b6a4",
|
|
"_from": "compression@>=1.4.4 <2.0.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "2f9994ca476e4d9ba5fdc67ac929942837d0b6a4",
|
|
"tarball": "http://registry.npmjs.org/compression/-/compression-1.4.4.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.4.4.tgz"
|
|
}
|