148 lines
3.7 KiB
JSON
148 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "compressible@~2.0.8",
|
|
"scope": null,
|
|
"escapedName": "compressible",
|
|
"name": "compressible",
|
|
"rawSpec": "~2.0.8",
|
|
"spec": ">=2.0.8 <2.1.0",
|
|
"type": "range"
|
|
},
|
|
"c:\\xampp\\htdocs\\laravel\\node_modules\\compression"
|
|
]
|
|
],
|
|
"_from": "compressible@>=2.0.8 <2.1.0",
|
|
"_id": "compressible@2.0.10",
|
|
"_inCache": true,
|
|
"_location": "/compressible",
|
|
"_nodeVersion": "4.7.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/compressible-2.0.10.tgz_1490330888540_0.3248714415822178"
|
|
},
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"_npmVersion": "2.15.11",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "compressible@~2.0.8",
|
|
"scope": null,
|
|
"escapedName": "compressible",
|
|
"name": "compressible",
|
|
"rawSpec": "~2.0.8",
|
|
"spec": ">=2.0.8 <2.1.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/compression"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz",
|
|
"_shasum": "feda1c7f7617912732b29bf8cf26252a20b9eecd",
|
|
"_shrinkwrap": null,
|
|
"_spec": "compressible@~2.0.8",
|
|
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\compression",
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/compressible/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
},
|
|
{
|
|
"name": "Jeremiah Senkpiel",
|
|
"email": "fishrock123@rocketmail.com",
|
|
"url": "https://searchbeam.jit.su"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"mime-db": ">= 1.27.0 < 2"
|
|
},
|
|
"description": "Compressible Content-Type / mime checking",
|
|
"devDependencies": {
|
|
"eslint": "3.18.0",
|
|
"eslint-config-standard": "7.1.0",
|
|
"eslint-plugin-markdown": "1.0.0-beta.4",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"eslint-plugin-standard": "2.1.1",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "~1.21.5"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "feda1c7f7617912732b29bf8cf26252a20b9eecd",
|
|
"tarball": "https://registry.npmjs.org/compressible/-/compressible-2.0.10.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "235bc74b36aa7fe854df88ce2c68242c0a4ca938",
|
|
"homepage": "https://github.com/jshttp/compressible#readme",
|
|
"keywords": [
|
|
"compress",
|
|
"gzip",
|
|
"mime",
|
|
"content-type"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "federomero",
|
|
"email": "federomero@gmail.com"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
}
|
|
],
|
|
"name": "compressible",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/compressible.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --plugin markdown --ext js,md .",
|
|
"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.10"
|
|
}
|