| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/package.json
|
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/package.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..084b69e424af01c566700efcd1b65ca2f2368a1a
|
| --- /dev/null
|
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/has-ansi/package.json
|
| @@ -0,0 +1,68 @@
|
| +{
|
| + "name": "has-ansi",
|
| + "version": "0.1.0",
|
| + "description": "Check if a string has ANSI escape codes",
|
| + "license": "MIT",
|
| + "repository": {
|
| + "type": "git",
|
| + "url": "git://github.com/sindresorhus/has-ansi"
|
| + },
|
| + "bin": {
|
| + "has-ansi": "cli.js"
|
| + },
|
| + "author": {
|
| + "name": "Sindre Sorhus",
|
| + "email": "sindresorhus@gmail.com",
|
| + "url": "http://sindresorhus.com"
|
| + },
|
| + "engines": {
|
| + "node": ">=0.10.0"
|
| + },
|
| + "scripts": {
|
| + "test": "mocha"
|
| + },
|
| + "files": [
|
| + "index.js",
|
| + "cli.js"
|
| + ],
|
| + "keywords": [
|
| + "cli",
|
| + "bin",
|
| + "ansi",
|
| + "styles",
|
| + "color",
|
| + "colour",
|
| + "colors",
|
| + "terminal",
|
| + "console",
|
| + "string",
|
| + "tty",
|
| + "escape",
|
| + "shell",
|
| + "xterm",
|
| + "command-line",
|
| + "text",
|
| + "regex",
|
| + "regexp",
|
| + "re",
|
| + "match",
|
| + "test",
|
| + "find",
|
| + "pattern",
|
| + "has"
|
| + ],
|
| + "dependencies": {
|
| + "ansi-regex": "^0.2.0"
|
| + },
|
| + "devDependencies": {
|
| + "mocha": "*"
|
| + },
|
| + "readme": "# has-ansi [](https://travis-ci.org/sindresorhus/has-ansi)\n\n> Check if a string has [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```sh\n$ npm install --save has-ansi\n```\n\n\n## Usage\n\n```js\nvar hasAnsi = require('has-ansi');\n\nhasAnsi('\\u001b[4mcake\\u001b[0m');\n//=> true\n\nhasAnsi('cake');\n//=> false\n```\n\n\n## CLI\n\n```sh\n$ npm install --global has-ansi\n```\n\n```\n$ has-ansi --help\n\nUsage\n $ has-ansi <string>\n $ echo <string> | has-ansi\n\nExits with code 0 if input has ANSI escape codes and 1 if not\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
|
| + "readmeFilename": "readme.md",
|
| + "bugs": {
|
| + "url": "https://github.com/sindresorhus/has-ansi/issues"
|
| + },
|
| + "homepage": "https://github.com/sindresorhus/has-ansi",
|
| + "_id": "has-ansi@0.1.0",
|
| + "_from": "has-ansi@^0.1.0"
|
| +}
|
|
|