compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
123 lines (122 loc) • 3.08 kB
JSON
{
"_args": [
[
"compression@~1.5.2",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "compression@>=1.5.2 <1.6.0",
"_id": "compression@1.5.2",
"_inCache": true,
"_installable": true,
"_location": "/compression",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "compression",
"raw": "compression@~1.5.2",
"rawSpec": "~1.5.2",
"scope": null,
"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": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/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": "http://registry.npmjs.org/compression/-/compression-1.5.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"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"
}