UNPKG

ztrace

Version:
38 lines (37 loc) 744 B
{ "name": "ztrace", "version": "1.0.0", "dependencies": { "arrify": "^1.0.1", "chalk": "^1.1.3", "which": "^1.2.8", "yargs": "^6.3.0" }, "main": "index.js", "description": "strace for node", "bin": { "ztrace": "bin/cli.js" }, "devDependencies": { "mocha": "^3.0.2", "nyc": "^8.3.0" }, "scripts": { "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+https://github.com/addaleax/ztrace.git" }, "keywords": [ "strace", "trace", "ztrace" ], "author": "Anna Henningsen <anna@addaleax.net>", "bugs": { "url": "https://github.com/addaleax/ztrace/issues" }, "homepage": "https://github.com/addaleax/ztrace#readme", "license": "GPL-3.0+" }