113 lines
2.7 KiB
JSON
113 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"fresh@^0.3.0",
|
|
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync-client"
|
|
]
|
|
],
|
|
"_from": "fresh@>=0.3.0-0 <0.4.0-0",
|
|
"_id": "fresh@0.3.0",
|
|
"_inCache": true,
|
|
"_location": "/fresh",
|
|
"_npmUser": {
|
|
"email": "doug@somethingdoug.com",
|
|
"name": "dougwilson"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "fresh",
|
|
"raw": "fresh@^0.3.0",
|
|
"rawSpec": "^0.3.0",
|
|
"scope": null,
|
|
"spec": ">=0.3.0-0 <0.4.0-0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/browser-sync-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz",
|
|
"_shasum": "651f838e22424e7566de161d8358caa199f83d4f",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fresh@^0.3.0",
|
|
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync-client",
|
|
"author": {
|
|
"email": "tj@vision-media.ca",
|
|
"name": "TJ Holowaychuk",
|
|
"url": "http://tjholowaychuk.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jshttp/fresh/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "HTTP response freshness testing",
|
|
"devDependencies": {
|
|
"istanbul": "0.3.9",
|
|
"mocha": "1.21.5"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "651f838e22424e7566de161d8358caa199f83d4f",
|
|
"tarball": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"gitHead": "14616c9748368ca08cd6a955dd88ab659b778634",
|
|
"homepage": "https://github.com/jshttp/fresh",
|
|
"installable": true,
|
|
"keywords": [
|
|
"cache",
|
|
"conditional",
|
|
"fresh",
|
|
"http"
|
|
],
|
|
"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": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jshttp/fresh"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
|
|
},
|
|
"version": "0.3.0"
|
|
}
|