summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/chalk/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/update-notifier/node_modules/chalk/package.json')
-rw-r--r--deps/npm/node_modules/update-notifier/node_modules/chalk/package.json78
1 files changed, 27 insertions, 51 deletions
diff --git a/deps/npm/node_modules/update-notifier/node_modules/chalk/package.json b/deps/npm/node_modules/update-notifier/node_modules/chalk/package.json
index 34954626c4..8433207ece 100644
--- a/deps/npm/node_modules/update-notifier/node_modules/chalk/package.json
+++ b/deps/npm/node_modules/update-notifier/node_modules/chalk/package.json
@@ -1,59 +1,55 @@
{
- "_from": "chalk@^1.0.0",
- "_id": "chalk@1.1.3",
- "_integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
+ "_from": "chalk@^2.0.1",
+ "_id": "chalk@2.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ==",
"_location": "/update-notifier/chalk",
- "_phantomChildren": {
- "ansi-regex": "2.1.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "chalk@^1.0.0",
+ "raw": "chalk@^2.0.1",
"name": "chalk",
"escapedName": "chalk",
- "rawSpec": "^1.0.0",
+ "rawSpec": "^2.0.1",
"saveSpec": null,
- "fetchSpec": "^1.0.0"
+ "fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/update-notifier",
"/update-notifier/boxen"
],
- "_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
- "_shasum": "a8115c55e4a702fe4d150abd3872822a7e09fc98",
- "_shrinkwrap": null,
- "_spec": "chalk@^1.0.0",
+ "_resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
+ "_shasum": "ac5becf14fa21b99c6c92ca7a7d7cfd5b17e743e",
+ "_spec": "chalk@^2.0.1",
"_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier",
- "bin": null,
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
"bundleDependencies": false,
"dependencies": {
- "ansi-styles": "^2.2.1",
- "escape-string-regexp": "^1.0.2",
- "has-ansi": "^2.0.0",
- "strip-ansi": "^3.0.0",
- "supports-color": "^2.0.0"
+ "ansi-styles": "^3.1.0",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^4.0.0"
},
"deprecated": false,
- "description": "Terminal string styling done right. Much color.",
+ "description": "Terminal string styling done right",
"devDependencies": {
+ "ava": "*",
"coveralls": "^2.11.2",
- "matcha": "^0.6.0",
- "mocha": "*",
- "nyc": "^3.0.0",
- "require-uncached": "^1.0.2",
- "resolve-from": "^1.0.0",
- "semver": "^4.3.3",
+ "execa": "^0.7.0",
+ "import-fresh": "^2.0.0",
+ "matcha": "^0.7.0",
+ "nyc": "^11.0.2",
+ "resolve-from": "^3.0.0",
"xo": "*"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"files": [
- "index.js"
+ "index.js",
+ "templates.js"
],
"homepage": "https://github.com/chalk/chalk#readme",
"keywords": [
@@ -80,37 +76,17 @@
"text"
],
"license": "MIT",
- "maintainers": [
- {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- {
- "name": "Joshua Appelman",
- "email": "jappelman@xebia.com",
- "url": "jbnicolai.com"
- },
- {
- "name": "JD Ballard",
- "email": "i.am.qix@gmail.com",
- "url": "github.com/qix-"
- }
- ],
"name": "chalk",
- "optionalDependencies": {},
- "peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/chalk.git"
},
"scripts": {
"bench": "matcha benchmark.js",
- "coverage": "nyc npm test && nyc report",
- "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
- "test": "xo && mocha"
+ "coveralls": "nyc report --reporter=text-lcov | coveralls",
+ "test": "xo && nyc ava"
},
- "version": "1.1.3",
+ "version": "2.1.0",
"xo": {
"envs": [
"node",