mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
97 lines
2.4 KiB
JSON
97 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"serve-favicon@*",
|
|
"/home/mitchell/Desktop/test-mywebsite/mywebsite"
|
|
]
|
|
],
|
|
"_from": "serve-favicon@*",
|
|
"_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@*",
|
|
"rawSpec": "*",
|
|
"scope": null,
|
|
"spec": "*",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/mongo-express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.3.0.tgz",
|
|
"_shasum": "aed36cc6834069a6f189cc7222c6a1a811dc5b39",
|
|
"_shrinkwrap": null,
|
|
"_spec": "serve-favicon@*",
|
|
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite",
|
|
"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"
|
|
}
|