2 Star 0 Fork 0

mirrors_jprichardson/tape-promise

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
Ryan Zimmerman 提交于 2018-09-27 19:25 . 4.0.0
{
"name": "tape-promise",
"version": "4.0.0",
"description": "Promise/async support for tape.",
"main": "index.compiled.js",
"scripts": {
"build": "babel index.babel.js -o index.compiled.js",
"lint": "standard",
"test": "npm run lint && npm run build && npm run unit",
"unit": "find ./tests -name *.test.js -exec node -r babel-register {} \\; | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/tape-promise.git"
},
"keywords": [
"tape",
"promise",
"async",
"test",
"testing",
"tdd",
"unit"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jprichardson/tape-promise/issues"
},
"homepage": "https://github.com/jprichardson/tape-promise#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.18.0",
"standard": "*",
"tap-spec": "^4.1.0",
"tape": "^4.2.2"
},
"dependencies": {
"is-promise": "^2.1.0",
"onetime": "^2.0.0"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"index.compiled.js"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jprichardson/tape-promise.git
git@gitee.com:mirrors_jprichardson/tape-promise.git
mirrors_jprichardson
tape-promise
tape-promise
master

搜索帮助