Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/package.json |
diff --git a/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/package.json b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0f4952a14d7831bc70a93ab61f75c1241e2c04be |
--- /dev/null |
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/chalk/node_modules/ansi-styles/package.json |
@@ -0,0 +1,57 @@ |
+{ |
+ "name": "ansi-styles", |
+ "version": "1.1.0", |
+ "description": "ANSI escape codes for styling strings in the terminal", |
+ "license": "MIT", |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/sindresorhus/ansi-styles" |
+ }, |
+ "author": { |
+ "name": "Sindre Sorhus", |
+ "email": "sindresorhus@gmail.com", |
+ "url": "http://sindresorhus.com" |
+ }, |
+ "engines": { |
+ "node": ">=0.10.0" |
+ }, |
+ "scripts": { |
+ "test": "mocha" |
+ }, |
+ "files": [ |
+ "index.js" |
+ ], |
+ "keywords": [ |
+ "ansi", |
+ "styles", |
+ "color", |
+ "colour", |
+ "colors", |
+ "terminal", |
+ "console", |
+ "cli", |
+ "string", |
+ "tty", |
+ "escape", |
+ "formatting", |
+ "rgb", |
+ "256", |
+ "shell", |
+ "xterm", |
+ "log", |
+ "logging", |
+ "command-line", |
+ "text" |
+ ], |
+ "devDependencies": { |
+ "mocha": "*" |
+ }, |
+ "readme": "# ansi-styles [](https://travis-ci.org/sindresorhus/ansi-styles)\n\n> [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal\n\nYou probably want the higher-level [chalk](https://github.com/sindresorhus/chalk) module for styling your strings.\n\n\n\n\n## Install\n\n```sh\n$ npm install --save ansi-styles\n```\n\n\n## Usage\n\n```js\nvar ansi = require('ansi-styles');\n\nconsole.log(ansi.green.open + 'Hello world!' + ansi.green.close);\n```\n\n\n## API\n\nEach style has an `open` and `close` property.\n\n\n## Styles\n\n### General\n\n- `reset`\n- `bold`\n- `dim`\n- `italic` *(not widely supported)*\n- `underline`\n- `inverse`\n- `hidden`\n- `strikethrough` *(not widely supported)*\n\n### Text colors\n\n- `black`\n- `red`\n- `green`\n- `yellow`\n- `blue`\n- `magenta`\n- `cyan`\n- `white`\n- `gray`\n\n### Background colors\n\n- `bgBlack`\n- `bgRed`\n- `bgGreen`\n- `bgYellow`\n- `bgBlue`\n- `bgMagenta`\n- `bgCyan`\n- `bgWhite`\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n", |
+ "readmeFilename": "readme.md", |
+ "bugs": { |
+ "url": "https://github.com/sindresorhus/ansi-styles/issues" |
+ }, |
+ "homepage": "https://github.com/sindresorhus/ansi-styles", |
+ "_id": "ansi-styles@1.1.0", |
+ "_from": "ansi-styles@^1.1.0" |
+} |