twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
125 lines (124 loc) • 3.04 kB
JSON
{
"_args": [
[
"compression@^1.6.0",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "compression@>=1.6.0 <2.0.0",
"_id": "compression@1.6.1",
"_inCache": true,
"_installable": true,
"_location": "/compression",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"mime-types": "2.1.10"
},
"_requested": {
"name": "compression",
"raw": "compression@^1.6.0",
"rawSpec": "^1.6.0",
"scope": null,
"spec": ">=1.6.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/compression/-/compression-1.6.1.tgz",
"_shasum": "1bf4f96fd72019a3fd11513b4fc4dcd3bd16db55",
"_shrinkwrap": null,
"_spec": "compression@^1.6.0",
"_where": "/Users/nick/codes/twreporter-react",
"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.1",
"bytes": "2.2.0",
"compressible": "~2.0.7",
"debug": "~2.2.0",
"on-headers": "~1.0.1",
"vary": "~1.1.0"
},
"description": "Node.js compression middleware",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "2.3.4",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "1bf4f96fd72019a3fd11513b4fc4dcd3bd16db55",
"tarball": "http://registry.npmjs.org/compression/-/compression-1.6.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "3333505901afc9508e026320feffa92d41e7c552",
"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.6.1"
}