| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 | {  "_args": [    [      "negotiator@0.6.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "negotiator@0.6.2",  "_id": "negotiator@0.6.2",  "_inBundle": false,  "_integrity": "sha1-/qz3zPUlp3rpY0Q2pkiD/+yjRvs=",  "_location": "/negotiator",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "negotiator@0.6.2",    "name": "negotiator",    "escapedName": "negotiator",    "rawSpec": "0.6.2",    "saveSpec": null,    "fetchSpec": "0.6.2"  },  "_requiredBy": [    "/accepts"  ],  "_resolved": "https://registry.nlark.com/negotiator/download/negotiator-0.6.2.tgz",  "_spec": "0.6.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "bugs": {    "url": "https://github.com/jshttp/negotiator/issues"  },  "contributors": [    {      "name": "Douglas Christopher Wilson",      "email": "doug@somethingdoug.com"    },    {      "name": "Federico Romero",      "email": "federico.romero@outboxlabs.com"    },    {      "name": "Isaac Z. Schlueter",      "email": "i@izs.me",      "url": "http://blog.izs.me/"    }  ],  "description": "HTTP content negotiation",  "devDependencies": {    "eslint": "5.16.0",    "eslint-plugin-markdown": "1.0.0",    "mocha": "6.1.4",    "nyc": "14.0.0"  },  "engines": {    "node": ">= 0.6"  },  "files": [    "lib/",    "HISTORY.md",    "LICENSE",    "index.js",    "README.md"  ],  "homepage": "https://github.com/jshttp/negotiator#readme",  "keywords": [    "http",    "content negotiation",    "accept",    "accept-language",    "accept-encoding",    "accept-charset"  ],  "license": "MIT",  "name": "negotiator",  "repository": {    "type": "git",    "url": "git+https://github.com/jshttp/negotiator.git"  },  "scripts": {    "lint": "eslint --plugin markdown --ext js,md .",    "test": "mocha --reporter spec --check-leaks --bail test/",    "test-cov": "nyc --reporter=html --reporter=text npm test",    "test-travis": "nyc --reporter=text npm test"  },  "version": "0.6.2"}
 |