{"_id":"strip-color","_rev":"83388","name":"strip-color","description":"Strip ANSI color codes from a string. No dependencies.","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T10:26:32.000Z","created":"2015-10-18T09:08:10.165Z","0.1.0":"2015-10-18T09:08:10.165Z"},"users":{"scottfreecode":true},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/strip-color.git"},"versions":{"0.1.0":{"name":"strip-color","description":"Strip ANSI color codes from a string. No dependencies.","version":"0.1.0","homepage":"https://github.com/jonschlinkert/strip-color","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/strip-color.git"},"bugs":{"url":"https://github.com/jonschlinkert/strip-color/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"ansi-cyan":"^0.1.1","ansi-red":"^0.1.1","ansi-yellow":"^0.1.1","mocha":"^2.3.3"},"keywords":["ansi","chalk","cli","codes","color","colors","colour","colours","command","command-line","console","escape","format","formatting","log","logging","match","pattern","re","regex","regexp","regular-expression","remove","rgb","shell","string","strip","style","styles","styling","terminal","text","trim","tty","xterm"],"verb":{"related":{"list":["wrap-ansi","ansi-red","ansi-cyan","ansi-yellow","ansi-bold"]}},"gitHead":"f18fb7802b54be5acc44e069702fcc6265ff785d","_id":"strip-color@0.1.0","_shasum":"106f65d3d3e6a2d9401cac0eb0ce8b8a702b4f7b","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"106f65d3d3e6a2d9401cac0eb0ce8b8a702b4f7b","size":2037,"noattachment":false,"key":"/strip-color/-/strip-color-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/strip-color/download/strip-color-0.1.0.tgz"},"directories":{},"publish_time":1445159290165,"_cnpm_publish_time":1445159290165,"_hasShrinkwrap":false}},"readme":"# strip-color [![NPM version](https://badge.fury.io/js/strip-color.svg)](http://badge.fury.io/js/strip-color)\n\n> Strip ansi characters from a string.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i strip-color --save\n```\n\n## Usage\n\n```js\nvar strip = require('strip-color');\nvar red = require('ansi-red');\nvar str = red('abc');\n\nconsole.log(strip(str));\n//=> 'abc';\n```\n\n## Related projects\n\n* [ansi-bold](https://www.npmjs.com/package/ansi-bold): The color bold, in ansi. | [homepage](https://github.com/jonschlinkert/ansi-bold)\n* [ansi-cyan](https://www.npmjs.com/package/ansi-cyan): The color cyan, in ansi. | [homepage](https://github.com/jonschlinkert/ansi-cyan)\n* [ansi-red](https://www.npmjs.com/package/ansi-red): The color red, in ansi. | [homepage](https://github.com/jonschlinkert/ansi-red)\n* [ansi-yellow](https://www.npmjs.com/package/ansi-yellow): The color yellow, in ansi. | [homepage](https://github.com/jonschlinkert/ansi-yellow)\n* [wrap-ansi](https://www.npmjs.com/package/wrap-ansi): Wordwrap a string with ANSI escape codes | [homepage](https://github.com/chalk/wrap-ansi)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d && npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/strip-color/issues/new).\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 18, 2015._","_attachments":{},"homepage":"https://github.com/jonschlinkert/strip-color","bugs":{"url":"https://github.com/jonschlinkert/strip-color/issues"},"license":"MIT"}