summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/chalk
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-02-15 14:45:53 -0800
committerRich Trott <rtrott@gmail.com>2016-02-18 10:13:13 -0800
commitd7aa8fa088f3b8a31c7d85c6d71824c8c60e7c17 (patch)
tree739f4a86de562584f10eba7f1a06a406d8d66366 /tools/eslint/node_modules/chalk
parentd3c3a928c3a2f9e961881b47ef0796e57ae8d429 (diff)
downloadnode-new-d7aa8fa088f3b8a31c7d85c6d71824c8c60e7c17.tar.gz
tools: update ESLint to version 2.1.0
Update ESLint to 2.1.0. ESLint has a number of potentially-useful new features but this change attempts to be minimal in its changes. However, some things could not be avoided reasonably. ESLint 2.1.0 found a few lint issues that ESLing 1.x missed with template strings that did not take advantage of any features of template strings, and `let` declarations where `const` sufficed. Additionally, ESLint 2.1.0 removes some granularity around enabling ES6 features. Some features (e.g., spread operator) that had been turned off in our configuration for ESLint 1.x are now permitted. PR-URL: https://github.com/nodejs/node/pull/5214 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: jbergstroem - Johan Bergström <bugs@bergstroem.nu> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'tools/eslint/node_modules/chalk')
-rw-r--r--tools/eslint/node_modules/chalk/package.json51
1 files changed, 26 insertions, 25 deletions
diff --git a/tools/eslint/node_modules/chalk/package.json b/tools/eslint/node_modules/chalk/package.json
index ae5e7b23d6..392510f7a3 100644
--- a/tools/eslint/node_modules/chalk/package.json
+++ b/tools/eslint/node_modules/chalk/package.json
@@ -2,7 +2,7 @@
"_args": [
[
"chalk@^1.0.0",
- "/Users/mzasso/git/forks/node/node_modules/eslint"
+ "/Users/trott/test/node_modules/eslint"
]
],
"_from": "chalk@>=1.0.0 <2.0.0",
@@ -27,13 +27,14 @@
},
"_requiredBy": [
"/eslint",
- "/eslint/inquirer"
+ "/eslint/inquirer",
+ "/eslint/table"
],
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz",
"_shasum": "509afb67066e7499f7eb3535c77445772ae2d019",
"_shrinkwrap": null,
"_spec": "chalk@^1.0.0",
- "_where": "/Users/mzasso/git/forks/node/node_modules/eslint",
+ "_where": "/Users/trott/test/node_modules/eslint",
"bugs": {
"url": "https://github.com/chalk/chalk/issues"
},
@@ -69,41 +70,41 @@
"gitHead": "8b554e254e89c85c1fd04dcc444beeb15824e1a5",
"homepage": "https://github.com/chalk/chalk#readme",
"keywords": [
- "256",
- "ansi",
- "cli",
"color",
- "colors",
"colour",
- "command-line",
+ "colors",
+ "terminal",
"console",
- "formatting",
- "log",
- "logging",
- "rgb",
- "shell",
- "str",
+ "cli",
"string",
+ "str",
+ "ansi",
"style",
"styles",
- "terminal",
- "text",
"tty",
- "xterm"
+ "formatting",
+ "rgb",
+ "256",
+ "shell",
+ "xterm",
+ "log",
+ "logging",
+ "command-line",
+ "text"
],
"license": "MIT",
"maintainers": [
{
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
+ "email": "sindresorhus@gmail.com",
+ "name": "sindresorhus"
},
{
- "name": "jbnicolai",
- "email": "jappelman@xebia.com"
+ "email": "jappelman@xebia.com",
+ "name": "jbnicolai"
},
{
- "name": "unicorn",
- "email": "sindresorhus+unicorn@gmail.com"
+ "email": "sindresorhus+unicorn@gmail.com",
+ "name": "unicorn"
}
],
"name": "chalk",
@@ -122,8 +123,8 @@
"version": "1.1.1",
"xo": {
"envs": [
- "mocha",
- "node"
+ "node",
+ "mocha"
]
}
}