1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/http-proxy/package.json

77 lines
2.1 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "http-proxy@^1.17.0",
"_id": "http-proxy@1.18.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==",
2023-12-18 13:12:25 +08:00
"_location": "/http-proxy",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "http-proxy@^1.17.0",
2023-12-18 13:12:25 +08:00
"name": "http-proxy",
"escapedName": "http-proxy",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.17.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.17.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/http-proxy-middleware"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/http-proxy/-/http-proxy-1.18.1.tgz",
"_shasum": "401541f0534884bbf95260334e72f88ee3976549",
"_spec": "http-proxy@^1.17.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\http-proxy-middleware",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/http-party/node-http-proxy/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
2024-01-16 21:26:16 +08:00
"eventemitter3": "^4.0.0",
2023-12-18 13:12:25 +08:00
"follow-redirects": "^1.0.0",
"requires-port": "^1.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "HTTP proxying for the masses",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"async": "^3.0.0",
"auto-changelog": "^1.15.0",
"concat-stream": "^2.0.0",
2023-12-18 13:12:25 +08:00
"expect.js": "~0.3.1",
"mocha": "^3.5.3",
2024-01-16 21:26:16 +08:00
"nyc": "^14.0.0",
2023-12-18 13:12:25 +08:00
"semver": "^5.0.3",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
2024-01-16 21:26:16 +08:00
"sse": "0.0.8",
"ws": "^3.0.0"
2023-12-18 13:12:25 +08:00
},
"engines": {
2024-01-16 21:26:16 +08:00
"node": ">=8.0.0"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"homepage": "https://github.com/http-party/node-http-proxy#readme",
2023-12-18 13:12:25 +08:00
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jcrugzz",
"email": "jcrugzz@gmail.com"
}
],
"name": "http-proxy",
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/http-party/node-http-proxy.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
"mocha": "mocha test/*-test.js",
2024-01-16 21:26:16 +08:00
"test": "nyc --reporter=text --reporter=lcov npm run mocha",
"version": "auto-changelog -p && git add CHANGELOG.md"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"version": "1.18.1"
2023-12-18 13:12:25 +08:00
}