You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "fresh@0.2.4",
|
|
"_id": "fresh@0.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-NYJJkgbJcjcUGQ7ddLRgT+tKYUw=",
|
|
"_location": "/fresh",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "fresh@0.2.4",
|
|
"name": "fresh",
|
|
"escapedName": "fresh",
|
|
"rawSpec": "0.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/express",
|
|
"/express/send",
|
|
"/serve-static/send"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz",
|
|
"_shasum": "3582499206c9723714190edd74b4604feb4a614c",
|
|
"_spec": "fresh@0.2.4",
|
|
"_where": "/var/www/htdocs/coze/socket/node_modules/express",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/fresh/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "HTTP response freshness testing",
|
|
"devDependencies": {
|
|
"istanbul": "0",
|
|
"mocha": "1",
|
|
"should": "3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jshttp/fresh#readme",
|
|
"keywords": [
|
|
"fresh",
|
|
"http",
|
|
"conditional",
|
|
"cache"
|
|
],
|
|
"license": "MIT",
|
|
"name": "fresh",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jshttp/fresh.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --require should",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
|
|
},
|
|
"version": "0.2.4"
|
|
}
|