You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
2.3 KiB
JSON
100 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"express-http-proxy@1.6.2",
|
|
"E:\\公司\\node\\logistics_node"
|
|
]
|
|
],
|
|
"_from": "express-http-proxy@1.6.2",
|
|
"_id": "express-http-proxy@1.6.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-6HFS5FlYzuS5HaL9qiCh/9WBIEo=",
|
|
"_location": "/express-http-proxy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "express-http-proxy@1.6.2",
|
|
"name": "express-http-proxy",
|
|
"escapedName": "express-http-proxy",
|
|
"rawSpec": "1.6.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.6.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/express-http-proxy/download/express-http-proxy-1.6.2.tgz",
|
|
"_spec": "1.6.2",
|
|
"_where": "E:\\公司\\node\\logistics_node",
|
|
"author": {
|
|
"name": "villadora",
|
|
"email": "jky239@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/villadora/express-http-proxy/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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": "^8.0.1",
|
|
"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.2"
|
|
}
|