package.json (3310B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "fresh@0.5.2", 6 "scope": null, 7 "escapedName": "fresh", 8 "name": "fresh", 9 "rawSpec": "0.5.2", 10 "spec": "0.5.2", 11 "type": "version" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express" 14 ] 15 ], 16 "_from": "fresh@0.5.2", 17 "_id": "fresh@0.5.2", 18 "_inCache": true, 19 "_location": "/fresh", 20 "_nodeVersion": "6.11.1", 21 "_npmOperationalInternal": { 22 "host": "s3://npm-registry-packages", 23 "tmp": "tmp/fresh-0.5.2.tgz_1505365391149_0.7952043106779456" 24 }, 25 "_npmUser": { 26 "name": "dougwilson", 27 "email": "doug@somethingdoug.com" 28 }, 29 "_npmVersion": "3.10.10", 30 "_phantomChildren": {}, 31 "_requested": { 32 "raw": "fresh@0.5.2", 33 "scope": null, 34 "escapedName": "fresh", 35 "name": "fresh", 36 "rawSpec": "0.5.2", 37 "spec": "0.5.2", 38 "type": "version" 39 }, 40 "_requiredBy": [ 41 "/express", 42 "/send" 43 ], 44 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 45 "_shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7", 46 "_shrinkwrap": null, 47 "_spec": "fresh@0.5.2", 48 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express", 49 "author": { 50 "name": "TJ Holowaychuk", 51 "email": "tj@vision-media.ca", 52 "url": "http://tjholowaychuk.com" 53 }, 54 "bugs": { 55 "url": "https://github.com/jshttp/fresh/issues" 56 }, 57 "contributors": [ 58 { 59 "name": "Douglas Christopher Wilson", 60 "email": "doug@somethingdoug.com" 61 }, 62 { 63 "name": "Jonathan Ong", 64 "email": "me@jongleberry.com", 65 "url": "http://jongleberry.com" 66 } 67 ], 68 "dependencies": {}, 69 "description": "HTTP response freshness testing", 70 "devDependencies": { 71 "beautify-benchmark": "0.2.4", 72 "benchmark": "2.1.4", 73 "eslint": "3.19.0", 74 "eslint-config-standard": "10.2.1", 75 "eslint-plugin-import": "2.7.0", 76 "eslint-plugin-markdown": "1.0.0-beta.6", 77 "eslint-plugin-node": "5.1.1", 78 "eslint-plugin-promise": "3.5.0", 79 "eslint-plugin-standard": "3.0.1", 80 "istanbul": "0.4.5", 81 "mocha": "1.21.5" 82 }, 83 "directories": {}, 84 "dist": { 85 "shasum": "3d8cadd90d976569fa835ab1f8e4b23a105605a7", 86 "tarball": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" 87 }, 88 "engines": { 89 "node": ">= 0.6" 90 }, 91 "files": [ 92 "HISTORY.md", 93 "LICENSE", 94 "index.js" 95 ], 96 "gitHead": "02df6303ff260b6b7da0b479f3e42222e8157b47", 97 "homepage": "https://github.com/jshttp/fresh#readme", 98 "keywords": [ 99 "fresh", 100 "http", 101 "conditional", 102 "cache" 103 ], 104 "license": "MIT", 105 "maintainers": [ 106 { 107 "name": "dougwilson", 108 "email": "doug@somethingdoug.com" 109 } 110 ], 111 "name": "fresh", 112 "optionalDependencies": {}, 113 "readme": "ERROR: No README data found!", 114 "repository": { 115 "type": "git", 116 "url": "git+https://github.com/jshttp/fresh.git" 117 }, 118 "scripts": { 119 "bench": "node benchmark/index.js", 120 "lint": "eslint --plugin markdown --ext js,md .", 121 "test": "mocha --reporter spec --bail --check-leaks test/", 122 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 123 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 124 }, 125 "version": "0.5.2" 126 }