- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/restore-cursor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "restore-cursor", 3 "version": "3.1.0", 4 "description": "Gracefully restore the CLI cursor on exit", 5 "license": "MIT", 6 "repository": "sindresorhus/restore-cursor", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "exit", 24 "quit", 25 "process", 26 "graceful", 27 "shutdown", 28 "sigterm", 29 "sigint", 30 "terminate", 31 "kill", 32 "stop", 33 "cli", 34 "cursor", 35 "ansi", 36 "show", 37 "term", 38 "terminal", 39 "console", 40 "tty", 41 "shell", 42 "command-line" 43 ], 44 "dependencies": { 45 "onetime": "^5.1.0", 46 "signal-exit": "^3.0.2" 47 }, 48 "devDependencies": { 49 "tsd": "^0.7.2", 50 "xo": "^0.24.0" 51 } 2 "_args": [ 3 [ 4 "restore-cursor@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "restore-cursor@3.1.0", 10 "_id": "restore-cursor@3.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", 13 "_location": "/restore-cursor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "restore-cursor@3.1.0", 19 "name": "restore-cursor", 20 "escapedName": "restore-cursor", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/cli-cursor" 27 ], 28 "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", 29 "_spec": "3.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/restore-cursor/issues" 38 }, 39 "dependencies": { 40 "onetime": "^5.1.0", 41 "signal-exit": "^3.0.2" 42 }, 43 "description": "Gracefully restore the CLI cursor on exit", 44 "devDependencies": { 45 "tsd": "^0.7.2", 46 "xo": "^0.24.0" 47 }, 48 "engines": { 49 "node": ">=8" 50 }, 51 "files": [ 52 "index.js", 53 "index.d.ts" 54 ], 55 "homepage": "https://github.com/sindresorhus/restore-cursor#readme", 56 "keywords": [ 57 "exit", 58 "quit", 59 "process", 60 "graceful", 61 "shutdown", 62 "sigterm", 63 "sigint", 64 "terminate", 65 "kill", 66 "stop", 67 "cli", 68 "cursor", 69 "ansi", 70 "show", 71 "term", 72 "terminal", 73 "console", 74 "tty", 75 "shell", 76 "command-line" 77 ], 78 "license": "MIT", 79 "name": "restore-cursor", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/sindresorhus/restore-cursor.git" 83 }, 84 "scripts": { 85 "test": "xo && tsd" 86 }, 87 "version": "3.1.0" 52 88 }
Note:
See TracChangeset
for help on using the changeset viewer.