Website/node_modules/strip-ansi/package.json
2015-12-02 18:21:44 -05:00

109 lines
2.2 KiB
JSON

{
"_args": [
[
"strip-ansi@^0.3.0",
"/Users/okennedy/Desktop/Website/node_modules/chalk"
]
],
"_from": "strip-ansi@>=0.3.0 <0.4.0",
"_id": "strip-ansi@0.3.0",
"_inCache": true,
"_installable": true,
"_location": "/strip-ansi",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "strip-ansi",
"raw": "strip-ansi@^0.3.0",
"rawSpec": "^0.3.0",
"scope": null,
"spec": ">=0.3.0 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/chalk"
],
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
"_shasum": "25f48ea22ca79187f3174a4db8759347bb126220",
"_shrinkwrap": null,
"_spec": "strip-ansi@^0.3.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/chalk",
"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": "^0.2.1"
},
"description": "Strip ANSI escape codes",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "25f48ea22ca79187f3174a4db8759347bb126220",
"tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js"
],
"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": "strip-ansi",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/strip-ansi"
},
"scripts": {
"test": "mocha"
},
"version": "0.3.0"
}