MicroCommunityWeb/node_modules/express-http-proxy/package.json
2020-03-10 21:33:17 +08:00

98 lines
2.4 KiB
JSON

{
"_from": "express-http-proxy",
"_id": "express-http-proxy@1.6.0",
"_inBundle": false,
"_integrity": "sha512-7Re6Lepg96NA2wiv7DC5csChAScn4K76/UgYnC71XiITCT1cgGTJUGK6GS0pIixudg3Fbx3Q6mmEW3mZv5tHFQ==",
"_location": "/express-http-proxy",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "express-http-proxy",
"name": "express-http-proxy",
"escapedName": "express-http-proxy",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/express-http-proxy/-/express-http-proxy-1.6.0.tgz",
"_shasum": "8672b1093cc96b8a93e8e3da948dd111a668ef22",
"_spec": "express-http-proxy",
"_where": "C:\\Users\\Administrator\\Documents\\project\\hc\\MicrCommunityWeb",
"author": {
"name": "villadora",
"email": "jky239@gmail.com"
},
"bugs": {
"url": "https://github.com/villadora/express-http-proxy/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Liam Bennett"
},
{
"name": "eldereal",
"url": "https://github.com/eldereal"
},
{
"name": "Saulius Menkevičius",
"url": "https://github.com/razzmatazz"
},
{
"name": "Jérémy Lal",
"email": "kapouer@melix.org"
},
{
"name": "Wei Gao",
"email": "jky239@gmail.com"
},
{
"name": "Nik Krimm",
"url": "https://github.com/monkpow"
}
],
"dependencies": {
"debug": "^3.0.1",
"es6-promise": "^4.1.1",
"raw-body": "^2.3.0"
},
"deprecated": false,
"description": "http proxy middleware for express",
"devDependencies": {
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"cookie-parser": "^1.4.3",
"eslint": "^4.19.1",
"express": "^4.15.4",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"supertest": "^3.4.2"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/villadora/express-http-proxy#readme",
"keywords": [
"express-http-proxy"
],
"license": "MIT",
"main": "index.js",
"name": "express-http-proxy",
"repository": {
"type": "git",
"url": "git://github.com/villadora/express-http-proxy.git"
},
"scripts": {
"lint": "eslint index.js **/*js",
"mocha": "mocha -R spec test --recursive --exit",
"test": "npm -s run mocha && npm run -s lint",
"test:debug": "mocha debug -R spec test --recursive --exit"
},
"version": "1.6.0"
}