summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/inquirer/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/inquirer/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/inquirer/package.json17
1 files changed, 9 insertions, 8 deletions
diff --git a/tools/node_modules/eslint/node_modules/inquirer/package.json b/tools/node_modules/eslint/node_modules/inquirer/package.json
index a9679e830a..6f1433efc2 100644
--- a/tools/node_modules/eslint/node_modules/inquirer/package.json
+++ b/tools/node_modules/eslint/node_modules/inquirer/package.json
@@ -19,26 +19,26 @@
"run-async": "^2.2.0",
"rxjs": "^6.1.0",
"string-width": "^2.1.0",
- "strip-ansi": "^4.0.0",
+ "strip-ansi": "^5.0.0",
"through": "^2.3.6"
},
"deprecated": false,
"description": "A collection of common interactive command line user interfaces.",
"devDependencies": {
"chai": "^4.0.1",
- "chalk-pipe": "^1.2.0",
+ "chalk-pipe": "^2.0.0",
"cmdify": "^0.0.4",
"mocha": "^5.0.0",
"mockery": "^2.1.0",
- "nsp": "^3.0.0",
- "nyc": "^12.0.1",
- "sinon": "^5.0.0"
+ "nyc": "^13.1.0",
+ "sinon": "^7.1.1"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
- "lib"
+ "lib",
+ "README.md"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
"keywords": [
@@ -57,9 +57,10 @@
"url": "git+https://github.com/SBoudrias/Inquirer.js.git"
},
"scripts": {
+ "postpublish": "rm -f README.md",
"posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
- "prepublish": "nsp check",
+ "prepublishOnly": "cp ../../README.md .",
"test": "nyc mocha test/**/* -r ./test/before"
},
- "version": "6.2.0"
+ "version": "6.2.1"
} \ No newline at end of file