{ "_from": "fresh@0.3.0", "_id": "fresh@0.3.0", "_inBundle": false, "_integrity": "sha1-ZR+DjiJCTnVm3hYdg1jKoZn4PU8=", "_location": "/fresh", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "fresh@0.3.0", "name": "fresh", "escapedName": "fresh", "rawSpec": "0.3.0", "saveSpec": null, "fetchSpec": "0.3.0" }, "_requiredBy": [ "/express", "/send", "/serve-static/send" ], "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.3.0.tgz", "_shasum": "651f838e22424e7566de161d8358caa199f83d4f", "_spec": "fresh@0.3.0", "_where": "C:\\socket\\chatroom-myclient\\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, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "deprecated": false, "description": "HTTP response freshness testing", "devDependencies": { "istanbul": "0.3.9", "mocha": "1.21.5" }, "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 --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" }