mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
Added all files
This commit is contained in:
70
node_modules/serve-favicon/package.json
generated
vendored
Normal file
70
node_modules/serve-favicon/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"name": "serve-favicon",
|
||||
"description": "favicon serving middleware with caching",
|
||||
"version": "2.2.1",
|
||||
"author": {
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"express",
|
||||
"favicon",
|
||||
"middleware"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/expressjs/serve-favicon.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"etag": "~1.6.0",
|
||||
"fresh": "0.2.4",
|
||||
"ms": "0.7.1",
|
||||
"parseurl": "~1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"istanbul": "0.3.9",
|
||||
"mocha": "2.2.4",
|
||||
"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": "68ea9f2cb7363db6f66effe39c35e888689d81f6",
|
||||
"bugs": {
|
||||
"url": "https://github.com/expressjs/serve-favicon/issues"
|
||||
},
|
||||
"homepage": "https://github.com/expressjs/serve-favicon",
|
||||
"_id": "serve-favicon@2.2.1",
|
||||
"_shasum": "d97bacc150f66fe0e5cc4c78a84ba15bae5a584a",
|
||||
"_from": "serve-favicon@>=2.2.1 <2.3.0",
|
||||
"_npmVersion": "1.4.28",
|
||||
"_npmUser": {
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "dougwilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "d97bacc150f66fe0e5cc4c78a84ba15bae5a584a",
|
||||
"tarball": "http://registry.npmjs.org/serve-favicon/-/serve-favicon-2.2.1.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.2.1.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user