Files
vue-pure-admin/node_modules/koa-convert/package.json
2021-03-01 15:06:11 +08:00

73 lines
1.6 KiB
JSON

{
"_args": [
[
"koa-convert@1.2.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "koa-convert@1.2.0",
"_id": "koa-convert@1.2.0",
"_inBundle": false,
"_integrity": "sha1-2kCHXfSd4FOQmNFwC1CCDOvNIdA=",
"_location": "/koa-convert",
"_phantomChildren": {
"any-promise": "1.3.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "koa-convert@1.2.0",
"name": "koa-convert",
"escapedName": "koa-convert",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/koa"
],
"_resolved": "http://192.168.250.101:4873/koa-convert/-/koa-convert-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "gyson",
"email": "eilian.yunsong@gmail.com"
},
"bugs": {
"url": "https://github.com/gyson/koa-convert/issues"
},
"dependencies": {
"co": "^4.6.0",
"koa-compose": "^3.0.0"
},
"description": "convert koa legacy generator-based middleware to promise-based middleware",
"devDependencies": {
"koa": "^2.0.0-alpha.2",
"koa-v1": "^1.0.0",
"mocha": "^2.3.3",
"standard": "^5.3.1",
"supertest": "^1.1.0"
},
"engines": {
"node": ">= 4"
},
"homepage": "https://github.com/gyson/koa-convert#readme",
"keywords": [
"koa",
"middleware",
"convert"
],
"license": "MIT",
"main": "index.js",
"name": "koa-convert",
"repository": {
"type": "git",
"url": "git+https://github.com/gyson/koa-convert.git"
},
"scripts": {
"test": "standard && mocha test.js"
},
"version": "1.2.0"
}