123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "restore-cursor@2.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "restore-cursor@2.0.0",
- "_id": "restore-cursor@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
- "_location": "/restore-cursor",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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": [
- "/cli-cursor"
- ],
- "_resolved": "https://registry.npm.taobao.org/restore-cursor/download/restore-cursor-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/restore-cursor/issues"
- },
- "dependencies": {
- "onetime": "^2.0.0",
- "signal-exit": "^3.0.2"
- },
- "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"
- }
|