compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
129 lines (128 loc) • 3.2 kB
JSON
{
"_args": [
[
"compressible@~2.0.5",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/compression"
]
],
"_from": "compressible@>=2.0.5 <2.1.0",
"_id": "compressible@2.0.7",
"_inCache": true,
"_installable": true,
"_location": "/compressible",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "compressible",
"raw": "compressible@~2.0.5",
"rawSpec": "~2.0.5",
"scope": null,
"spec": ">=2.0.5 <2.1.0",
"type": "range"
},
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.7.tgz",
"_shasum": "2058c52722fd3f1538a4f22ab14d0635904d19ae",
"_shrinkwrap": null,
"_spec": "compressible@~2.0.5",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/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.21.0 < 2"
},
"description": "Compressible Content-Type / mime checking",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "~1.21.5"
},
"directories": {},
"dist": {
"shasum": "2058c52722fd3f1538a4f22ab14d0635904d19ae",
"tarball": "http://registry.npmjs.org/compressible/-/compressible-2.0.7.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "c12994fff506aa15af676c59a4117c0e09c0ae65",
"homepage": "https://github.com/jshttp/compressible",
"keywords": [
"compress",
"content-type",
"gzip",
"mime"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "federomero",
"email": "federomero@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "defunctzombie",
"email": "shtylman@gmail.com"
}
],
"name": "compressible",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/compressible.git"
},
"scripts": {
"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.7"
}