加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "express-coroutine",
"version": "2.1.0",
"description": "Generator function and Async function to be used as middlewares in express like koa.",
"main": "index.js",
"scripts": {
"test": "mocha test.js",
"test-cov": "istanbul cover _mocha -x 'test.js'",
"test-coveralls": "npm run test-cov && cat ./coverage/lcov.info | coveralls",
"lint": "eslint index.js test.js --fix",
"prepublish": "npm run lint && npm run test-coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourtion/express-coroutine.git"
},
"keywords": [
"express",
"co",
"coroutine",
"generators"
],
"author": "Yourtion <yourtion@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yourtion/express-coroutine/issues"
},
"homepage": "https://github.com/yourtion/express-coroutine#readme",
"devDependencies": {
"async": "^2.6.0",
"body-parser": "^1.18.2",
"coveralls": "^3.0.0",
"eslint": "^4.13.1",
"eslint-config-guo": "^0.7.0",
"express": "^4.16.2",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"supertest": "^3.0.0"
},
"dependencies": {
"lei-coroutine": "^1.6.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化