代码拉取完成,页面将自动刷新
{
"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"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。