2 "_from": "fresh@0.5.2",
5 "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",
7 "_phantomChildren": {},
13 "escapedName": "fresh",
22 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
23 "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
24 "_spec": "fresh@0.5.2",
25 "_where": "/home/josuer08/Documents/web/node_modules/express",
27 "name": "TJ Holowaychuk",
28 "email": "tj@vision-media.ca",
29 "url": "http://tjholowaychuk.com"
32 "url": "https://github.com/jshttp/fresh/issues"
34 "bundleDependencies": false,
37 "name": "Douglas Christopher Wilson",
38 "email": "doug@somethingdoug.com"
41 "name": "Jonathan Ong",
42 "email": "me@jongleberry.com",
43 "url": "http://jongleberry.com"
47 "description": "HTTP response freshness testing",
49 "beautify-benchmark": "0.2.4",
52 "eslint-config-standard": "10.2.1",
53 "eslint-plugin-import": "2.7.0",
54 "eslint-plugin-markdown": "1.0.0-beta.6",
55 "eslint-plugin-node": "5.1.1",
56 "eslint-plugin-promise": "3.5.0",
57 "eslint-plugin-standard": "3.0.1",
69 "homepage": "https://github.com/jshttp/fresh#readme",
80 "url": "git+https://github.com/jshttp/fresh.git"
83 "bench": "node benchmark/index.js",
84 "lint": "eslint --plugin markdown --ext js,md .",
85 "test": "mocha --reporter spec --bail --check-leaks test/",
86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"