{

"name": "strip-ansi",
"version": "0.1.1",
"description": "Strip ANSI escape codes (used for colorizing strings in the terminal)",
"license": "MIT",
"bin": {
  "strip-ansi": "cli.js"
},
"repository": {
  "type": "git",
  "url": "git://github.com/sindresorhus/strip-ansi"
},
"author": {
  "name": "Sindre Sorhus",
  "email": "sindresorhus@gmail.com",
  "url": "http://sindresorhus.com"
},
"engines": {
  "node": ">=0.8.0"
},
"scripts": {
  "test": "mocha"
},
"files": [
  "index.js",
  "cli.js"
],
"keywords": [
  "strip",
  "trim",
  "remove",
  "ansi",
  "styles",
  "color",
  "colour",
  "colors",
  "terminal",
  "console",
  "cli",
  "string",
  "tty",
  "escape",
  "formatting",
  "rgb",
  "256",
  "shell",
  "xterm",
  "log",
  "logging",
  "command-line",
  "text"
],
"devDependencies": {
  "mocha": "~1.x"
},
"bugs": {
  "url": "https://github.com/sindresorhus/strip-ansi/issues"
},
"homepage": "https://github.com/sindresorhus/strip-ansi",
"_id": "strip-ansi@0.1.1",
"dist": {
  "shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
  "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz"
},
"_from": "strip-ansi@>=0.1.0 <0.2.0",
"_npmVersion": "1.3.15",
"_npmUser": {
  "name": "sindresorhus",
  "email": "sindresorhus@gmail.com"
},
"maintainers": [
  {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  }
],
"directories": {},
"_shasum": "39e8a98d044d150660abe4a6808acf70bb7bc991",
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz",
"readme": "ERROR: No README data found!"

}