{
  "_args": [
    [
      "ansi@0.2.1",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "ansi@0.2.1",
  "_id": "ansi@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-OrVo7BjNCrd1PIMRfVfa1oShwBc=",
  "_location": "/ansi",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ansi@0.2.1",
    "name": "ansi",
    "escapedName": "ansi",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/npmlog"
  ],
  "_resolved": "https://registry.npmjs.org/ansi/-/ansi-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "bin": {
    "beep": "./examples/beep/index.js",
    "clear": "./examples/clear/index.js",
    "starwars": "./examples/starwars.js"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/ansi.js/issues"
  },
  "description": "Advanced ANSI formatting tool for Node.js",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/TooTallNate/ansi.js#readme",
  "keywords": [
    "ansi",
    "formatting",
    "cursor",
    "color",
    "terminal",
    "rgb",
    "256",
    "stream"
  ],
  "main": "./lib/ansi.js",
  "name": "ansi",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/ansi.js.git"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "version": "0.2.1"
}
