2021-03-01 15:06:11 +08:00

102 lines
2.5 KiB
JSON

{
"_args": [
[
"koa-proxies@0.11.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "koa-proxies@0.11.0",
"_id": "koa-proxies@0.11.0",
"_inBundle": false,
"_integrity": "sha1-Q93kJgCA98sPKEZV+Fz2VLvp7IQ=",
"_location": "/koa-proxies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "koa-proxies@0.11.0",
"name": "koa-proxies",
"escapedName": "koa-proxies",
"rawSpec": "0.11.0",
"saveSpec": null,
"fetchSpec": "0.11.0"
},
"_requiredBy": [
"/vite"
],
"_resolved": "http://192.168.250.101:4873/koa-proxies/-/koa-proxies-0.11.0.tgz",
"_spec": "0.11.0",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "vagusX"
},
"bugs": {
"url": "https://github.com/vagusX/koa-proxies/issues"
},
"dependencies": {
"http-proxy": "^1.16.2",
"path-match": "^1.2.4"
},
"description": "Http Proxy Middleware for Koa@2.x/next",
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/koa": "^2.11.0",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"codecov": "^3.0.4",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"ghooks": "^2.0.2",
"husky": "^3.0.8",
"koa": "^2.5.2",
"lint-staged": "^10.0.0-0",
"mocha": "^6.0.0",
"nyc": "^12.0.2",
"semantic-release": "^15.1.5",
"sinon": "^7.2.4",
"sinon-chai": "^3.4.0"
},
"homepage": "https://github.com/vagusX/koa-proxies#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"koa",
"middleware",
"proxy",
"proxies"
],
"license": "MIT",
"lint-staged": {
"*.js": "npm run lint"
},
"main": "index.js",
"name": "koa-proxies",
"peerDependencies": {
"koa": ">=2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vagusX/koa-proxies.git"
},
"scripts": {
"ci": "npm run test && npm run coverage",
"coverage": "nyc report --reporter=lcov --reporter=html && codecov -f .nyc_output/*.json",
"lint": "eslint index.js test/",
"semantic-release": "semantic-release",
"test": "nyc mocha"
},
"typings": "index.d.ts",
"version": "0.11.0"
}