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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "cli-cursor@^2.1.0",
  3. "_id": "cli-cursor@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=",
  6. "_location": "/cli-cursor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-cursor@^2.1.0",
  12. "name": "cli-cursor",
  13. "escapedName": "cli-cursor",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz",
  22. "_shasum": "b35dac376479facc3e94747d41d0d0f5238ffcb5",
  23. "_spec": "cli-cursor@^2.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/inquirer",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/cli-cursor/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "restore-cursor": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Toggle the CLI cursor",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=4"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/cli-cursor#readme",
  50. "keywords": [
  51. "cli",
  52. "cursor",
  53. "ansi",
  54. "toggle",
  55. "display",
  56. "show",
  57. "hide",
  58. "term",
  59. "terminal",
  60. "console",
  61. "tty",
  62. "shell",
  63. "command-line"
  64. ],
  65. "license": "MIT",
  66. "name": "cli-cursor",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/cli-cursor.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.1.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }