package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "restore-cursor@^3.1.0",
  3. "_id": "restore-cursor@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
  6. "_location": "/restore-cursor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "restore-cursor@^3.1.0",
  12. "name": "restore-cursor",
  13. "escapedName": "restore-cursor",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-cursor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
  22. "_shasum": "39f67c54b3a7a58cea5236d95cf0034239631f7e",
  23. "_spec": "restore-cursor@^3.1.0",
  24. "_where": "E:\\a-level\\project_js2\\node_modules\\cli-cursor",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/restore-cursor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "onetime": "^5.1.0",
  36. "signal-exit": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Gracefully restore the CLI cursor on exit",
  40. "devDependencies": {
  41. "tsd": "^0.7.2",
  42. "xo": "^0.24.0"
  43. },
  44. "engines": {
  45. "node": ">=8"
  46. },
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  52. "keywords": [
  53. "exit",
  54. "quit",
  55. "process",
  56. "graceful",
  57. "shutdown",
  58. "sigterm",
  59. "sigint",
  60. "terminate",
  61. "kill",
  62. "stop",
  63. "cli",
  64. "cursor",
  65. "ansi",
  66. "show",
  67. "term",
  68. "terminal",
  69. "console",
  70. "tty",
  71. "shell",
  72. "command-line"
  73. ],
  74. "license": "MIT",
  75. "name": "restore-cursor",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  79. },
  80. "scripts": {
  81. "test": "xo && tsd"
  82. },
  83. "version": "3.1.0"
  84. }