71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"name": "serve-favicon",
|
|
"description": "favicon serving middleware with caching",
|
|
"version": "2.3.0",
|
|
"author": {
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"express",
|
|
"favicon",
|
|
"middleware"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expressjs/serve-favicon"
|
|
},
|
|
"dependencies": {
|
|
"etag": "~1.7.0",
|
|
"fresh": "0.3.0",
|
|
"ms": "0.7.1",
|
|
"parseurl": "~1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"istanbul": "0.3.9",
|
|
"mocha": "2.2.5",
|
|
"proxyquire": "~1.2.0",
|
|
"supertest": "1.0.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"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/"
|
|
},
|
|
"gitHead": "3d719b0103a56eefecefa199dc622b4ea87b128b",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/serve-favicon/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/serve-favicon",
|
|
"_id": "serve-favicon@2.3.0",
|
|
"_shasum": "aed36cc6834069a6f189cc7222c6a1a811dc5b39",
|
|
"_from": "serve-favicon@~2.3.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "aed36cc6834069a6f189cc7222c6a1a811dc5b39",
|
|
"tarball": "http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|