加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
huashiyiqike 提交于 2016-12-09 17:28 . silly typo
{
"name": "tracelog",
"version": "1.4.5",
"description": "util functions for debug and trace; can do type checking for backend mocking check for fast iteration",
"main": "lib/index.js",
"dependencies": {
"colors": "^1.1.2",
"mockjs": "^1.0.1-beta3"
},
"devDependencies": {
"mocha": "^1.17.1",
"chai": "^1.9.1",
"@types/colors": "^0.6.33",
"istanbul": "0.4.5"
},
"scripts": {
"build": "tsc -w",
"test": "mocha -w",
"testprint": "mocha test/index.spec_print.js -w",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks --slow 0 test/"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/tracelog"
},
"author": "lyuqi",
"license": "ISC",
"bugs": {
"url": "https://github.com/fex-team/tracelog/issues"
},
"typescript": {
"definition": "index.d.ts"
},
"typings": "index.d.ts",
"homepage": "https://github.com/fex-team/tracelog"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化