Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "restore-cursor@^2.0.0",
  3. "_id": "restore-cursor@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=",
  6. "_location": "/restore-cursor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "restore-cursor@^2.0.0",
  12. "name": "restore-cursor",
  13. "escapedName": "restore-cursor",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cli-cursor"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
  22. "_shasum": "9f7ee287f82fd326d4fd162923d62129eee0dfaf",
  23. "_spec": "restore-cursor@^2.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/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": "^2.0.0",
  36. "signal-exit": "^3.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "Gracefully restore the CLI cursor on exit",
  40. "engines": {
  41. "node": ">=4"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  47. "keywords": [
  48. "exit",
  49. "quit",
  50. "process",
  51. "graceful",
  52. "shutdown",
  53. "sigterm",
  54. "sigint",
  55. "terminate",
  56. "kill",
  57. "stop",
  58. "cli",
  59. "cursor",
  60. "ansi",
  61. "show",
  62. "term",
  63. "terminal",
  64. "console",
  65. "tty",
  66. "shell",
  67. "command-line"
  68. ],
  69. "license": "MIT",
  70. "name": "restore-cursor",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  74. },
  75. "version": "2.0.0"
  76. }