130 lines
3.7 KiB
JSON
130 lines
3.7 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
{
|
||
|
"raw": "strip-ansi@^4.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "strip-ansi",
|
||
|
"name": "strip-ansi",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"spec": ">=4.0.0 <5.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/inquirer"
|
||
|
]
|
||
|
],
|
||
|
"_from": "strip-ansi@>=4.0.0 <5.0.0",
|
||
|
"_id": "strip-ansi@4.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/strip-ansi",
|
||
|
"_nodeVersion": "4.8.3",
|
||
|
"_npmOperationalInternal": {
|
||
|
"host": "s3://npm-registry-packages",
|
||
|
"tmp": "tmp/strip-ansi-4.0.0.tgz_1497986904730_0.4528853143565357"
|
||
|
},
|
||
|
"_npmUser": {
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
"_npmVersion": "2.15.11",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"raw": "strip-ansi@^4.0.0",
|
||
|
"scope": null,
|
||
|
"escapedName": "strip-ansi",
|
||
|
"name": "strip-ansi",
|
||
|
"rawSpec": "^4.0.0",
|
||
|
"spec": ">=4.0.0 <5.0.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/inquirer",
|
||
|
"/string-width"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz",
|
||
|
"_shasum": "a8479022eb1ac368a871389b635262c505ee368f",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "strip-ansi@^4.0.0",
|
||
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/inquirer",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/chalk/strip-ansi/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ansi-regex": "^3.0.0"
|
||
|
},
|
||
|
"description": "Strip ANSI escape codes",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "a8479022eb1ac368a871389b635262c505ee368f",
|
||
|
"tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"gitHead": "c299056a42b31d7a479d6a89b41318b2a2462cc7",
|
||
|
"homepage": "https://github.com/chalk/strip-ansi#readme",
|
||
|
"keywords": [
|
||
|
"strip",
|
||
|
"trim",
|
||
|
"remove",
|
||
|
"ansi",
|
||
|
"styles",
|
||
|
"color",
|
||
|
"colour",
|
||
|
"colors",
|
||
|
"terminal",
|
||
|
"console",
|
||
|
"string",
|
||
|
"tty",
|
||
|
"escape",
|
||
|
"formatting",
|
||
|
"rgb",
|
||
|
"256",
|
||
|
"shell",
|
||
|
"xterm",
|
||
|
"log",
|
||
|
"logging",
|
||
|
"command-line",
|
||
|
"text"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "dthree",
|
||
|
"email": "threedeecee@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "qix",
|
||
|
"email": "i.am.qix@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"name": "strip-ansi",
|
||
|
"optionalDependencies": {},
|
||
|
"readme": "# strip-ansi [![Build Status](https://travis-ci.org/chalk/strip-ansi.svg?branch=master)](https://travis-ci.org/chalk/strip-ansi)\n\n> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```\n$ npm install strip-ansi\n```\n\n\n## Usage\n\n```js\nconst stripAnsi = require('strip-ansi');\n\nstripAnsi('\\u001B[4mUnicorn\\u001B[0m');\n//=> 'Unicorn'\n```\n\n\n## Related\n\n- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module\n- [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes\n- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes\n- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right\n\n\n## Maintainers\n\n- [Sindre Sorhus](https://github.com/sindresorhus)\n- [Josh Junon](https://github.com/qix-)\n\n\n## License\n\nMIT\n",
|
||
|
"readmeFilename": "readme.md",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/chalk/strip-ansi.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "4.0.0"
|
||
|
}
|