UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

135 lines (134 loc) 3.84 kB
{ "_args": [ [ { "raw": "strip-ansi@^3.0.1", "scope": null, "escapedName": "strip-ansi", "name": "strip-ansi", "rawSpec": "^3.0.1", "spec": ">=3.0.1 <4.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/gauge" ] ], "_from": "strip-ansi@>=3.0.1 <4.0.0", "_id": "strip-ansi@3.0.1", "_inCache": true, "_location": "/strip-ansi", "_nodeVersion": "0.12.7", "_npmOperationalInternal": { "host": "packages-9-west.internal.npmjs.com", "tmp": "tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534" }, "_npmUser": { "name": "jbnicolai", "email": "jappelman@xebia.com" }, "_npmVersion": "2.11.3", "_phantomChildren": {}, "_requested": { "raw": "strip-ansi@^3.0.1", "scope": null, "escapedName": "strip-ansi", "name": "strip-ansi", "rawSpec": "^3.0.1", "spec": ">=3.0.1 <4.0.0", "type": "range" }, "_requiredBy": [ "/cliui", "/gauge", "/string-width", "/wrap-ansi" ], "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "_shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", "_shrinkwrap": null, "_spec": "strip-ansi@^3.0.1", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/gauge", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/chalk/strip-ansi/issues" }, "dependencies": { "ansi-regex": "^2.0.0" }, "description": "Strip ANSI escape codes", "devDependencies": { "ava": "*", "xo": "*" }, "directories": {}, "dist": { "shasum": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf", "tarball": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "8270705c704956da865623e564eba4875c3ea17f", "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": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, { "name": "Joshua Boy Nicolai Appelman", "email": "joshua@jbna.nl", "url": "jbna.nl" }, { "name": "JD Ballard", "email": "i.am.qix@gmail.com", "url": "github.com/qix-" } ], "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](http://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```\n$ npm install --save strip-ansi\n```\n\n\n## Usage\n\n```js\nvar stripAnsi = require('strip-ansi');\n\nstripAnsi('\\u001b[4mcake\\u001b[0m');\n//=> 'cake'\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## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", "readmeFilename": "readme.md", "repository": { "type": "git", "url": "git+https://github.com/chalk/strip-ansi.git" }, "scripts": { "test": "xo && ava" }, "version": "3.0.1" }