Archived
1
0
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Pong/node_modules/fresh/package.json

113 lines
2.6 KiB
JSON
Raw Normal View History

2017-01-20 22:42:49 +00:00
{
"_args": [
[
{
"raw": "fresh@0.2.4",
"scope": null,
"escapedName": "fresh",
"name": "fresh",
"rawSpec": "0.2.4",
"spec": "0.2.4",
"type": "version"
},
"/home/simon/Projects/Pong/node_modules/express"
]
],
"_from": "fresh@0.2.4",
"_id": "fresh@0.2.4",
"_inCache": true,
"_location": "/fresh",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "fresh@0.2.4",
"scope": null,
"escapedName": "fresh",
"name": "fresh",
"rawSpec": "0.2.4",
"spec": "0.2.4",
"type": "version"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz",
"_shasum": "3582499206c9723714190edd74b4604feb4a614c",
"_shrinkwrap": null,
"_spec": "fresh@0.2.4",
"_where": "/home/simon/Projects/Pong/node_modules/express",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca",
"url": "http://tjholowaychuk.com"
},
"bugs": {
"url": "https://github.com/jshttp/fresh/issues"
},
"dependencies": {},
"description": "HTTP response freshness testing",
"devDependencies": {
"istanbul": "0",
"mocha": "1",
"should": "3"
},
"directories": {},
"dist": {
"shasum": "3582499206c9723714190edd74b4604feb4a614c",
"tarball": "https://registry.npmjs.org/fresh/-/fresh-0.2.4.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "8440a4ca75fb091dec06e88654b3b1c31d7e7164",
"homepage": "https://github.com/jshttp/fresh",
"keywords": [
"fresh",
"http",
"conditional",
"cache"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "jonathanong",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "fresh",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}