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

110 lines
2.2 KiB
JSON

{
"_args": [
[
"has-ansi@^0.1.0",
"/Users/okennedy/Desktop/Website/node_modules/chalk"
]
],
"_from": "has-ansi@>=0.1.0 <0.2.0",
"_id": "has-ansi@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/has-ansi",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "1.4.9",
"_phantomChildren": {},
"_requested": {
"name": "has-ansi",
"raw": "has-ansi@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/chalk"
],
"_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
"_shasum": "84f265aae8c0e6a88a12d7022894b7568894c62e",
"_shrinkwrap": null,
"_spec": "has-ansi@^0.1.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/chalk",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bin": {
"has-ansi": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/has-ansi/issues"
},
"dependencies": {
"ansi-regex": "^0.2.0"
},
"description": "Check if a string has ANSI escape codes",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "84f265aae8c0e6a88a12d7022894b7568894c62e",
"tarball": "http://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/sindresorhus/has-ansi",
"keywords": [
"ansi",
"bin",
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"escape",
"find",
"has",
"match",
"pattern",
"re",
"regex",
"regexp",
"shell",
"string",
"styles",
"terminal",
"test",
"text",
"tty",
"xterm"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "has-ansi",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/has-ansi"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.0"
}