| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 | {  "_args": [    [      "cookie@0.4.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "cookie@0.4.1",  "_id": "cookie@0.4.1",  "_inBundle": false,  "_integrity": "sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==",  "_location": "/cookie",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "cookie@0.4.1",    "name": "cookie",    "escapedName": "cookie",    "rawSpec": "0.4.1",    "saveSpec": null,    "fetchSpec": "0.4.1"  },  "_requiredBy": [    "/express"  ],  "_resolved": "https://registry.npmmirror.com/cookie/download/cookie-0.4.1.tgz",  "_spec": "0.4.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Roman Shtylman",    "email": "shtylman@gmail.com"  },  "bugs": {    "url": "https://github.com/jshttp/cookie/issues"  },  "contributors": [    {      "name": "Douglas Christopher Wilson",      "email": "doug@somethingdoug.com"    }  ],  "description": "HTTP server cookie parsing and serialization",  "devDependencies": {    "beautify-benchmark": "0.2.4",    "benchmark": "2.1.4",    "eslint": "6.8.0",    "eslint-plugin-markdown": "1.0.2",    "mocha": "7.1.1",    "nyc": "15.0.1"  },  "engines": {    "node": ">= 0.6"  },  "files": [    "HISTORY.md",    "LICENSE",    "README.md",    "index.js"  ],  "homepage": "https://github.com/jshttp/cookie#readme",  "keywords": [    "cookie",    "cookies"  ],  "license": "MIT",  "name": "cookie",  "repository": {    "type": "git",    "url": "git+https://github.com/jshttp/cookie.git"  },  "scripts": {    "bench": "node benchmark/index.js",    "lint": "eslint --plugin markdown --ext js,md .",    "test": "mocha --reporter spec --bail --check-leaks --ui qunit test/",    "test-ci": "nyc --reporter=text npm test",    "test-cov": "nyc --reporter=html --reporter=text npm test",    "version": "node scripts/version-history.js && git add HISTORY.md"  },  "version": "0.4.1"}
 |