{
  "_from": "garnish@^5.0.0",
  "_id": "garnish@5.2.0",
  "_inBundle": false,
  "_integrity": "sha1-vtQ2WTguSxmOM8eTiXvnxwHmVXc=",
  "_location": "/garnish",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "garnish@^5.0.0",
    "name": "garnish",
    "escapedName": "garnish",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/budo"
  ],
  "_resolved": "https://registry.npmjs.org/garnish/-/garnish-5.2.0.tgz",
  "_shasum": "bed43659382e4b198e33c793897be7c701e65577",
  "_spec": "garnish@^5.0.0",
  "_where": "/Users/jongacnik/Sites/_modules/choo-reactive/example/node_modules/budo",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "bin": {
    "garnish": "./bin/cmd.js"
  },
  "bugs": {
    "url": "https://github.com/mattdesl/garnish/issues"
  },
  "bundleDependencies": false,
  "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"
  },
  "deprecated": false,
  "description": "prettifies ndjson from wzrd and similar tools",
  "devDependencies": {
    "browserify": "^8.1.3",
    "standard": "^4.5.4",
    "strip-ansi": "^2.0.1",
    "tape": "^3.5.0",
    "wzrd": "^1.2.1"
  },
  "homepage": "https://github.com/mattdesl/garnish",
  "keywords": [
    "prettify",
    "pretty",
    "print",
    "pretty-print",
    "ndjson",
    "bundle",
    "bundler",
    "browserify",
    "wzrd",
    "beefy",
    "wizz"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "garnish",
  "repository": {
    "type": "git",
    "url": "git://github.com/mattdesl/garnish.git"
  },
  "scripts": {
    "demo": "node test/app.js | ./bin/cmd.js",
    "start": "node test/server.js",
    "test": "standard && node test/test.js",
    "wzrd": "wzrd test/demo.js | ./bin/cmd.js"
  },
  "version": "5.2.0"
}
