5 "/home/josuer08/josuexyz/node_modules/express"
8 "_from": "fresh@0.5.2",
12 "_location": "/fresh",
13 "_nodeVersion": "6.11.1",
14 "_npmOperationalInternal": {
15 "host": "s3://npm-registry-packages",
16 "tmp": "tmp/fresh-0.5.2.tgz_1505365391149_0.7952043106779456"
19 "email": "doug@somethingdoug.com",
22 "_npmVersion": "3.10.10",
23 "_phantomChildren": {},
36 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
37 "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
39 "_spec": "fresh@0.5.2",
40 "_where": "/home/josuer08/josuexyz/node_modules/express",
42 "email": "tj@vision-media.ca",
43 "name": "TJ Holowaychuk",
44 "url": "http://tjholowaychuk.com"
47 "url": "https://github.com/jshttp/fresh/issues"
51 "name": "Douglas Christopher Wilson",
52 "email": "doug@somethingdoug.com"
55 "name": "Jonathan Ong",
56 "email": "me@jongleberry.com",
57 "url": "http://jongleberry.com"
61 "description": "HTTP response freshness testing",
63 "beautify-benchmark": "0.2.4",
66 "eslint-config-standard": "10.2.1",
67 "eslint-plugin-import": "2.7.0",
68 "eslint-plugin-markdown": "1.0.0-beta.6",
69 "eslint-plugin-node": "5.1.1",
70 "eslint-plugin-promise": "3.5.0",
71 "eslint-plugin-standard": "3.0.1",
77 "shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7",
78 "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz"
88 "gitHead": "02df6303ff260b6b7da0b479f3e42222e8157b47",
89 "homepage": "https://github.com/jshttp/fresh#readme",
100 "email": "doug@somethingdoug.com"
104 "optionalDependencies": {},
105 "readme": "ERROR: No README data found!",
108 "url": "git+https://github.com/jshttp/fresh.git"
111 "bench": "node benchmark/index.js",
112 "lint": "eslint --plugin markdown --ext js,md .",
113 "test": "mocha --reporter spec --bail --check-leaks test/",
114 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
115 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"