summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/table/package.json
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-06-22 23:05:00 -0400
committercjihrig <cjihrig@gmail.com>2018-06-24 12:43:54 -0400
commit7a3bbbf41be64d04058a158f6986ec5641885f42 (patch)
tree086e84227091cfc5dfa9eb729f007424cf51feb8 /tools/node_modules/eslint/node_modules/table/package.json
parentd5316bc27df87b62675adec517e5dd3108efd1c2 (diff)
downloadandroid-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.tar.gz
android-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.tar.bz2
android-node-v8-7a3bbbf41be64d04058a158f6986ec5641885f42.zip
tools: update ESLint to 5.0.0
This is a new major release of ESLint. PR-URL: https://github.com/nodejs/node/pull/20855 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/table/package.json35
1 files changed, 19 insertions, 16 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/package.json b/tools/node_modules/eslint/node_modules/table/package.json
index fdb9d4393f..3a0f34f1d8 100644
--- a/tools/node_modules/eslint/node_modules/table/package.json
+++ b/tools/node_modules/eslint/node_modules/table/package.json
@@ -1,27 +1,27 @@
{
- "_from": "table@4.0.2",
- "_id": "table@4.0.2",
+ "_from": "table@^4.0.3",
+ "_id": "table@4.0.3",
"_inBundle": false,
- "_integrity": "sha512-UUkEAPdSGxtRpiV9ozJ5cMTtYiqz7Ni1OGqLXRCynrvzdtR1p+cfOWe2RJLwvUG8hNanaSRjecIqwOjqeatDsA==",
+ "_integrity": "sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==",
"_location": "/eslint/table",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "table@4.0.2",
+ "raw": "table@^4.0.3",
"name": "table",
"escapedName": "table",
- "rawSpec": "4.0.2",
+ "rawSpec": "^4.0.3",
"saveSpec": null,
- "fetchSpec": "4.0.2"
+ "fetchSpec": "^4.0.3"
},
"_requiredBy": [
"/eslint"
],
- "_resolved": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
- "_shasum": "a33447375391e766ad34d3486e6e2aedc84d2e36",
- "_spec": "table@4.0.2",
- "_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint",
+ "_resolved": "https://registry.npmjs.org/table/-/table-4.0.3.tgz",
+ "_shasum": "00b5e2b602f1794b9acaf9ca908a76386a7813bc",
+ "_spec": "table@^4.0.3",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint",
"author": {
"name": "Gajus Kuizinas",
"email": "gajus@gajus.com",
@@ -32,8 +32,8 @@
},
"bundleDependencies": false,
"dependencies": {
- "ajv": "^5.2.3",
- "ajv-keywords": "^2.1.0",
+ "ajv": "^6.0.1",
+ "ajv-keywords": "^3.0.0",
"chalk": "^2.1.0",
"lodash": "^4.17.4",
"slice-ansi": "1.0.0",
@@ -42,7 +42,7 @@
"deprecated": false,
"description": "Formats data into a string table.",
"devDependencies": {
- "ajv-cli": "^2.1.0",
+ "ajv-cli": "^3.0.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
@@ -54,10 +54,13 @@
"eslint-config-canonical": "^9.3.1",
"gitdown": "^2.5.1",
"husky": "^0.14.3",
- "mocha": "^3.5.3",
+ "mocha": "^5.0.0",
"nyc": "^11.2.1",
"sinon": "^4.0.0"
},
+ "engines": {
+ "node": ">=4.0.0"
+ },
"homepage": "https://github.com/gajus/table#readme",
"keywords": [
"ascii",
@@ -93,5 +96,5 @@
"prepublish": "NODE_ENV=production npm run build",
"test": "npm run build && nyc --check-coverage mocha"
},
- "version": "4.0.2"
+ "version": "4.0.3"
}