UNPKG

nuke-debug-util

Version:

qap调试库函数

38 lines (37 loc) 778 B
{ "name": "nuke-debug-util", "version": "1.0.1", "description": "qap调试库函数", "main": "index.js", "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:nuke/nuke-debug-util.git" }, "keywords": [ "nuke", "qap", "simulator" ], "scripts": { "test": "mocha -w '_test/*.test.js'" }, "devDependencies": { "chai": "^4.1.0", "chai-as-promised": "^7.0.0", "mocha": "^3.5.0", "os": "^0.1.1" }, "dependencies": { "archiver": "^1.3.0", "chalk": "^2.0.1", "cross-spawn": "^5.1.0", "fallback-port": "^0.1.7", "fs-extra": "^2.1.2", "klaw-sync": "^3.0.0", "moment": "^2.18.1", "node-fetch": "^1.6.3", "semver": "^5.4.1", "which": "^1.2.14", "glob": "^7.1.2" } }