UNPKG

garnish

Version:

prettifies ndjson from wzrd and similar tools

62 lines (61 loc) 1.37 kB
{ "name": "garnish", "version": "5.2.0", "description": "prettifies ndjson from wzrd and similar tools", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "bin": { "garnish": "./bin/cmd.js" }, "dependencies": { "chalk": "^0.5.1", "minimist": "^1.1.0", "pad-left": "^2.0.0", "pad-right": "^0.2.2", "prettier-bytes": "^1.0.3", "pretty-ms": "^2.1.0", "right-now": "^1.0.0", "split2": "^0.2.1", "stdout-stream": "^1.4.0", "url-trim": "^1.0.0" }, "devDependencies": { "browserify": "^8.1.3", "standard": "^4.5.4", "strip-ansi": "^2.0.1", "tape": "^3.5.0", "wzrd": "^1.2.1" }, "scripts": { "test": "standard && node test/test.js", "wzrd": "wzrd test/demo.js | ./bin/cmd.js", "demo": "node test/app.js | ./bin/cmd.js", "start": "node test/server.js" }, "keywords": [ "prettify", "pretty", "print", "pretty-print", "ndjson", "bundle", "bundler", "browserify", "wzrd", "beefy", "wizz" ], "repository": { "type": "git", "url": "git://github.com/mattdesl/garnish.git" }, "homepage": "https://github.com/mattdesl/garnish", "bugs": { "url": "https://github.com/mattdesl/garnish/issues" } }