d2-ui
Version:
138 lines (137 loc) • 3.52 kB
JSON
{
"_args": [
[
"compressible@~2.0.8",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/compression"
]
],
"_from": "compressible@>=2.0.8 <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.8",
"rawSpec": "~2.0.8",
"scope": null,
"spec": ">=2.0.8 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.8.tgz",
"_shasum": "7162e6c46d3b9d200ffb45cb4e4a0f7832732503",
"_shrinkwrap": null,
"_spec": "compressible@~2.0.8",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/compression",
"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"
}