UNPKG

npm

Version:

a package manager for JavaScript

114 lines (113 loc) 2.37 kB
{ "_args": [ [ "strip-ansi@^2.0.1", "/Users/rebecca/code/npm/node_modules/columnify" ] ], "_from": "strip-ansi@>=2.0.1 <3.0.0", "_id": "strip-ansi@2.0.1", "_inCache": true, "_location": "/strip-ansi", "_npmUser": { "email": "sindresorhus@gmail.com", "name": "sindresorhus" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "strip-ansi", "raw": "strip-ansi@^2.0.1", "rawSpec": "^2.0.1", "scope": null, "spec": ">=2.0.1 <3.0.0", "type": "range" }, "_requiredBy": [ "/chalk", "/columnify" ], "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz", "_shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e", "_shrinkwrap": null, "_spec": "strip-ansi@^2.0.1", "_where": "/Users/rebecca/code/npm/node_modules/columnify", "author": { "email": "sindresorhus@gmail.com", "name": "Sindre Sorhus", "url": "http://sindresorhus.com" }, "bin": { "strip-ansi": "cli.js" }, "bugs": { "url": "https://github.com/sindresorhus/strip-ansi/issues" }, "dependencies": { "ansi-regex": "^1.0.0" }, "description": "Strip ANSI escape codes", "devDependencies": { "mocha": "*" }, "directories": {}, "dist": { "shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e", "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "cli.js", "index.js" ], "gitHead": "1eff0936c01f89efa312d9d51deed137259871a1", "homepage": "https://github.com/sindresorhus/strip-ansi", "keywords": [ "256", "ansi", "cli", "color", "colors", "colour", "command-line", "console", "escape", "formatting", "log", "logging", "remove", "rgb", "shell", "string", "strip", "styles", "terminal", "text", "trim", "tty", "xterm" ], "license": "MIT", "maintainers": [ { "name": "sindresorhus", "email": "sindresorhus@gmail.com" }, { "name": "jbnicolai", "email": "jappelman@xebia.com" } ], "name": "strip-ansi", "optionalDependencies": {}, "repository": { "type": "git", "url": "https://github.com/sindresorhus/strip-ansi" }, "scripts": { "test": "mocha" }, "version": "2.0.1" }