github-pages-deploy-action/node_modules/restore-cursor/package.json

89 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
2020-03-31 20:40:00 +08:00
"restore-cursor@3.1.0",
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
2020-03-31 20:40:00 +08:00
"_from": "restore-cursor@3.1.0",
"_id": "restore-cursor@3.1.0",
2020-03-22 05:13:25 +08:00
"_inBundle": false,
2020-03-31 20:40:00 +08:00
"_integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
2020-03-22 05:13:25 +08:00
"_location": "/restore-cursor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
2020-03-31 20:40:00 +08:00
"raw": "restore-cursor@3.1.0",
2020-03-22 05:13:25 +08:00
"name": "restore-cursor",
"escapedName": "restore-cursor",
2020-03-31 20:40:00 +08:00
"rawSpec": "3.1.0",
2020-03-22 05:13:25 +08:00
"saveSpec": null,
2020-03-31 20:40:00 +08:00
"fetchSpec": "3.1.0"
2020-03-22 05:13:25 +08:00
},
"_requiredBy": [
"/cli-cursor"
],
2020-03-31 20:40:00 +08:00
"_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
"_spec": "3.1.0",
"_where": ".",
2020-03-07 11:45:40 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2020-03-22 05:13:25 +08:00
"bugs": {
"url": "https://github.com/sindresorhus/restore-cursor/issues"
},
"dependencies": {
2020-03-31 20:40:00 +08:00
"onetime": "^5.1.0",
2020-03-22 05:13:25 +08:00
"signal-exit": "^3.0.2"
},
"description": "Gracefully restore the CLI cursor on exit",
2020-03-31 20:40:00 +08:00
"devDependencies": {
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
2020-03-07 11:45:40 +08:00
"engines": {
2020-03-31 20:40:00 +08:00
"node": ">=8"
2020-03-07 11:45:40 +08:00
},
"files": [
2020-03-31 20:40:00 +08:00
"index.js",
"index.d.ts"
2020-03-07 11:45:40 +08:00
],
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/sindresorhus/restore-cursor#readme",
2020-03-07 11:45:40 +08:00
"keywords": [
"exit",
"quit",
"process",
"graceful",
"shutdown",
"sigterm",
"sigint",
"terminate",
"kill",
"stop",
"cli",
"cursor",
"ansi",
"show",
"term",
"terminal",
"console",
"tty",
"shell",
"command-line"
],
2020-03-22 05:13:25 +08:00
"license": "MIT",
"name": "restore-cursor",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/restore-cursor.git"
},
2020-03-31 20:40:00 +08:00
"scripts": {
"test": "xo && tsd"
},
"version": "3.1.0"
2020-03-07 11:45:40 +08:00
}