| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 | {  "_args": [    [      "fresh@0.5.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "fresh@0.5.2",  "_id": "fresh@0.5.2",  "_inBundle": false,  "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=",  "_location": "/fresh",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "fresh@0.5.2",    "name": "fresh",    "escapedName": "fresh",    "rawSpec": "0.5.2",    "saveSpec": null,    "fetchSpec": "0.5.2"  },  "_requiredBy": [    "/express",    "/send"  ],  "_resolved": "https://registry.nlark.com/fresh/download/fresh-0.5.2.tgz",  "_spec": "0.5.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "TJ Holowaychuk",    "email": "tj@vision-media.ca",    "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"    }  ],  "description": "HTTP response freshness testing",  "devDependencies": {    "beautify-benchmark": "0.2.4",    "benchmark": "2.1.4",    "eslint": "3.19.0",    "eslint-config-standard": "10.2.1",    "eslint-plugin-import": "2.7.0",    "eslint-plugin-markdown": "1.0.0-beta.6",    "eslint-plugin-node": "5.1.1",    "eslint-plugin-promise": "3.5.0",    "eslint-plugin-standard": "3.0.1",    "istanbul": "0.4.5",    "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": {    "bench": "node benchmark/index.js",    "lint": "eslint --plugin markdown --ext js,md .",    "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.5.2"}
 |