@zkochan/pnpm
Version:
Fast, disk space efficient package manager
141 lines (140 loc) • 4.7 kB
JSON
{
"_args": [
[
{
"raw": "strip-color@0.1.0",
"scope": null,
"escapedName": "strip-color",
"name": "strip-color",
"rawSpec": "0.1.0",
"spec": "0.1.0",
"type": "version"
},
"/home/zkochan/src/pnpm/packages/pnpm"
]
],
"_from": "strip-color@0.1.0",
"_id": "strip-color@0.1.0",
"_inCache": true,
"_location": "/strip-color",
"_nodeVersion": "4.1.1",
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "2.14.4",
"_phantomChildren": {},
"_requested": {
"raw": "strip-color@0.1.0",
"scope": null,
"escapedName": "strip-color",
"name": "strip-color",
"rawSpec": "0.1.0",
"spec": "0.1.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/strip-color/-/strip-color-0.1.0.tgz",
"_shasum": "106f65d3d3e6a2d9401cac0eb0ce8b8a702b4f7b",
"_shrinkwrap": null,
"_spec": "strip-color@0.1.0",
"_where": "/home/zkochan/src/pnpm/packages/pnpm",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/strip-color/issues"
},
"dependencies": {},
"description": "Strip ANSI color codes from a string. No dependencies.",
"devDependencies": {
"ansi-cyan": "^0.1.1",
"ansi-red": "^0.1.1",
"ansi-yellow": "^0.1.1",
"mocha": "^2.3.3"
},
"directories": {},
"dist": {
"shasum": "106f65d3d3e6a2d9401cac0eb0ce8b8a702b4f7b",
"tarball": "https://registry.npmjs.org/strip-color/-/strip-color-0.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "f18fb7802b54be5acc44e069702fcc6265ff785d",
"homepage": "https://github.com/jonschlinkert/strip-color",
"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"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "strip-color",
"optionalDependencies": {},
"readme": "# strip-color [](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._",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/strip-color.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"wrap-ansi",
"ansi-red",
"ansi-cyan",
"ansi-yellow",
"ansi-bold"
]
}
},
"version": "0.1.0"
}