| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | {  "_args": [    [      "http-proxy@1.18.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "http-proxy@1.18.1",  "_id": "http-proxy@1.18.1",  "_inBundle": false,  "_integrity": "sha1-QBVB8FNIhLv5UmAzTnL4juOXZUk=",  "_location": "/http-proxy",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "http-proxy@1.18.1",    "name": "http-proxy",    "escapedName": "http-proxy",    "rawSpec": "1.18.1",    "saveSpec": null,    "fetchSpec": "1.18.1"  },  "_requiredBy": [    "/http-proxy-middleware"  ],  "_resolved": "https://registry.nlark.com/http-proxy/download/http-proxy-1.18.1.tgz",  "_spec": "1.18.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Charlie Robbins",    "email": "charlie.robbins@gmail.com"  },  "bugs": {    "url": "https://github.com/http-party/node-http-proxy/issues"  },  "dependencies": {    "eventemitter3": "^4.0.0",    "follow-redirects": "^1.0.0",    "requires-port": "^1.0.0"  },  "description": "HTTP proxying for the masses",  "devDependencies": {    "async": "^3.0.0",    "auto-changelog": "^1.15.0",    "concat-stream": "^2.0.0",    "expect.js": "~0.3.1",    "mocha": "^3.5.3",    "nyc": "^14.0.0",    "semver": "^5.0.3",    "socket.io": "^2.1.0",    "socket.io-client": "^2.1.0",    "sse": "0.0.8",    "ws": "^3.0.0"  },  "engines": {    "node": ">=8.0.0"  },  "homepage": "https://github.com/http-party/node-http-proxy#readme",  "license": "MIT",  "main": "index.js",  "maintainers": [    {      "name": "jcrugzz",      "email": "jcrugzz@gmail.com"    }  ],  "name": "http-proxy",  "repository": {    "type": "git",    "url": "git+https://github.com/http-party/node-http-proxy.git"  },  "scripts": {    "mocha": "mocha test/*-test.js",    "test": "nyc --reporter=text --reporter=lcov npm run mocha",    "version": "auto-changelog -p && git add CHANGELOG.md"  },  "version": "1.18.1"}
 |