123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "_args": [
- [
- "compressible@~2.0.0",
- "D:\\work\\im\\node_modules\\koa-static-cache"
- ]
- ],
- "_from": "compressible@>=2.0.0 <2.1.0",
- "_id": "compressible@2.0.8",
- "_inCache": true,
- "_installable": true,
- "_location": "/compressible",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/compressible-2.0.8.tgz_1463066991355_0.24597734049893916"
- },
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "compressible",
- "raw": "compressible@~2.0.0",
- "rawSpec": "~2.0.0",
- "scope": null,
- "spec": ">=2.0.0 <2.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa-static-cache"
- ],
- "_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz",
- "_shasum": "7162e6c46d3b9d200ffb45cb4e4a0f7832732503",
- "_shrinkwrap": null,
- "_spec": "compressible@~2.0.0",
- "_where": "D:\\work\\im\\node_modules\\koa-static-cache",
- "bugs": {
- "url": "https://github.com/jshttp/compressible/issues"
- },
- "contributors": [
- {
- "email": "doug@somethingdoug.com",
- "name": "Douglas Christopher Wilson"
- },
- {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- },
- {
- "email": "fishrock123@rocketmail.com",
- "name": "Jeremiah Senkpiel",
- "url": "https://searchbeam.jit.su"
- }
- ],
- "dependencies": {
- "mime-db": ">= 1.23.0 < 2"
- },
- "description": "Compressible Content-Type / mime checking",
- "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": "~1.21.5"
- },
- "directories": {},
- "dist": {
- "shasum": "7162e6c46d3b9d200ffb45cb4e4a0f7832732503",
- "tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "HISTORY.md",
- "LICENSE",
- "README.md",
- "index.js"
- ],
- "gitHead": "b696fa801bf93ffff41a3854cedd6f2ce86b0124",
- "homepage": "https://github.com/jshttp/compressible",
- "keywords": [
- "compress",
- "gzip",
- "mime",
- "content-type"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "shtylman@gmail.com",
- "name": "defunctzombie"
- },
- {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- {
- "email": "federomero@gmail.com",
- "name": "federomero"
- },
- {
- "email": "fishrock123@rocketmail.com",
- "name": "fishrock123"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "mscdex@mscdex.net",
- "name": "mscdex"
- },
- {
- "email": "tj@vision-media.ca",
- "name": "tjholowaychuk"
- }
- ],
- "name": "compressible",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/compressible.git"
- },
- "scripts": {
- "lint": "eslint **/*.js",
- "test": "mocha --reporter spec --bail --check-leaks test/",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --check-leaks"
- },
- "version": "2.0.8"
- }
|