compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
96 lines (95 loc) • 2.54 kB
JSON
{
"_args": [
[
"serve-favicon@~2.3.0",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect"
]
],
"_from": "serve-favicon@>=2.3.0 <2.4.0",
"_id": "serve-favicon@2.3.0",
"_inCache": true,
"_installable": true,
"_location": "/serve-favicon",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "serve-favicon",
"raw": "serve-favicon@~2.3.0",
"rawSpec": "~2.3.0",
"scope": null,
"spec": ">=2.3.0 <2.4.0",
"type": "range"
},
"_requiredBy": [
"/connect"
],
"_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz",
"_shasum": "aed36cc6834069a6f189cc7222c6a1a811dc5b39",
"_shrinkwrap": null,
"_spec": "serve-favicon@~2.3.0",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/connect",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/expressjs/serve-favicon/issues"
},
"dependencies": {
"etag": "~1.7.0",
"fresh": "0.3.0",
"ms": "0.7.1",
"parseurl": "~1.3.0"
},
"description": "favicon serving middleware with caching",
"devDependencies": {
"istanbul": "0.3.9",
"mocha": "2.2.5",
"proxyquire": "~1.2.0",
"supertest": "1.0.1"
},
"directories": {},
"dist": {
"shasum": "aed36cc6834069a6f189cc7222c6a1a811dc5b39",
"tarball": "http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "3d719b0103a56eefecefa199dc622b4ea87b128b",
"homepage": "https://github.com/expressjs/serve-favicon",
"keywords": [
"express",
"favicon",
"middleware"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "serve-favicon",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/serve-favicon.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "2.3.0"
}