| Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/string-length/node_modules/strip-ansi/package.json
 | 
| diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/string-length/node_modules/strip-ansi/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/string-length/node_modules/strip-ansi/package.json
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..23c0cebacc22865f2f9fec1113b89c9db475779f
 | 
| --- /dev/null
 | 
| +++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/string-length/node_modules/strip-ansi/package.json
 | 
| @@ -0,0 +1,67 @@
 | 
| +{
 | 
| +  "name": "strip-ansi",
 | 
| +  "version": "2.0.0",
 | 
| +  "description": "Strip ANSI escape codes",
 | 
| +  "license": "MIT",
 | 
| +  "repository": {
 | 
| +    "type": "git",
 | 
| +    "url": "git://github.com/sindresorhus/strip-ansi"
 | 
| +  },
 | 
| +  "author": {
 | 
| +    "name": "Sindre Sorhus",
 | 
| +    "email": "sindresorhus@gmail.com",
 | 
| +    "url": "http://sindresorhus.com"
 | 
| +  },
 | 
| +  "bin": {
 | 
| +    "strip-ansi": "cli.js"
 | 
| +  },
 | 
| +  "engines": {
 | 
| +    "node": ">=0.10.0"
 | 
| +  },
 | 
| +  "scripts": {
 | 
| +    "test": "mocha"
 | 
| +  },
 | 
| +  "files": [
 | 
| +    "index.js",
 | 
| +    "cli.js"
 | 
| +  ],
 | 
| +  "keywords": [
 | 
| +    "strip",
 | 
| +    "trim",
 | 
| +    "remove",
 | 
| +    "ansi",
 | 
| +    "styles",
 | 
| +    "color",
 | 
| +    "colour",
 | 
| +    "colors",
 | 
| +    "terminal",
 | 
| +    "console",
 | 
| +    "cli",
 | 
| +    "string",
 | 
| +    "tty",
 | 
| +    "escape",
 | 
| +    "formatting",
 | 
| +    "rgb",
 | 
| +    "256",
 | 
| +    "shell",
 | 
| +    "xterm",
 | 
| +    "log",
 | 
| +    "logging",
 | 
| +    "command-line",
 | 
| +    "text"
 | 
| +  ],
 | 
| +  "dependencies": {
 | 
| +    "ansi-regex": "^1.0.0"
 | 
| +  },
 | 
| +  "devDependencies": {
 | 
| +    "mocha": "*"
 | 
| +  },
 | 
| +  "readme": "# strip-ansi [](https://travis-ci.org/sindresorhus/strip-ansi)\n\n> Strip [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)\n\n\n## Install\n\n```sh\n$ npm install --save strip-ansi\n```\n\n\n## Usage\n\n```js\nvar stripAnsi = require('strip-ansi');\n\nstripAnsi('\\x1b[4mcake\\x1b[0m');\n//=> 'cake'\n```\n\n\n## CLI\n\n```sh\n$ npm install --global strip-ansi\n```\n\n```sh\n$ strip-ansi --help\n\nUsage\n  $ strip-ansi <input-file> > <output-file>\n  $ cat <input-file> | strip-ansi > <output-file>\n\nExample\n  $ strip-ansi unicorn.txt > unicorn-stripped.txt\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n",
 | 
| +  "readmeFilename": "readme.md",
 | 
| +  "bugs": {
 | 
| +    "url": "https://github.com/sindresorhus/strip-ansi/issues"
 | 
| +  },
 | 
| +  "homepage": "https://github.com/sindresorhus/strip-ansi",
 | 
| +  "_id": "strip-ansi@2.0.0",
 | 
| +  "_from": "strip-ansi@^2.0.0"
 | 
| +}
 | 
| 
 |