summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/restore-cursor/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/restore-cursor/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/restore-cursor/package.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/restore-cursor/package.json b/tools/node_modules/eslint/node_modules/restore-cursor/package.json
new file mode 100644
index 0000000000..c894cc3e68
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/restore-cursor/package.json
@@ -0,0 +1,76 @@
+{
+ "_from": "restore-cursor@^2.0.0",
+ "_id": "restore-cursor@2.0.0",
+ "_inBundle": false,
+ "_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
+ "_location": "/eslint/restore-cursor",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "restore-cursor@^2.0.0",
+ "name": "restore-cursor",
+ "escapedName": "restore-cursor",
+ "rawSpec": "^2.0.0",
+ "saveSpec": null,
+ "fetchSpec": "^2.0.0"
+ },
+ "_requiredBy": [
+ "/eslint/cli-cursor"
+ ],
+ "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
+ "_shasum": "9f7ee287f82fd326d4fd162923d62129eee0dfaf",
+ "_spec": "restore-cursor@^2.0.0",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/cli-cursor",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/restore-cursor/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "onetime": "^2.0.0",
+ "signal-exit": "^3.0.2"
+ },
+ "deprecated": false,
+ "description": "Gracefully restore the CLI cursor on exit",
+ "engines": {
+ "node": ">=4"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
+ "keywords": [
+ "exit",
+ "quit",
+ "process",
+ "graceful",
+ "shutdown",
+ "sigterm",
+ "sigint",
+ "terminate",
+ "kill",
+ "stop",
+ "cli",
+ "cursor",
+ "ansi",
+ "show",
+ "term",
+ "terminal",
+ "console",
+ "tty",
+ "shell",
+ "command-line"
+ ],
+ "license": "MIT",
+ "name": "restore-cursor",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/restore-cursor.git"
+ },
+ "version": "2.0.0"
+}