Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "restore-cursor@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/cli-cursor"
  6. ]
  7. ],
  8. "_from": "restore-cursor@>=2.0.0 <3.0.0",
  9. "_id": "restore-cursor@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/restore-cursor",
  13. "_nodeVersion": "4.6.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/restore-cursor-2.0.0.tgz_1483989430842_0.5384121846873313"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "restore-cursor",
  26. "raw": "restore-cursor@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cli-cursor"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz",
  36. "_shasum": "9f7ee287f82fd326d4fd162923d62129eee0dfaf",
  37. "_shrinkwrap": null,
  38. "_spec": "restore-cursor@^2.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/cli-cursor",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/restore-cursor/issues"
  47. },
  48. "dependencies": {
  49. "onetime": "^2.0.0",
  50. "signal-exit": "^3.0.2"
  51. },
  52. "description": "Gracefully restore the CLI cursor on exit",
  53. "devDependencies": {},
  54. "directories": {},
  55. "dist": {
  56. "shasum": "9f7ee287f82fd326d4fd162923d62129eee0dfaf",
  57. "tarball": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "0a0d317b421cb7f89d496ad95e2936b781b8f952",
  66. "homepage": "https://github.com/sindresorhus/restore-cursor#readme",
  67. "keywords": [
  68. "ansi",
  69. "cli",
  70. "command-line",
  71. "console",
  72. "cursor",
  73. "exit",
  74. "graceful",
  75. "kill",
  76. "process",
  77. "quit",
  78. "shell",
  79. "show",
  80. "shutdown",
  81. "sigint",
  82. "sigterm",
  83. "stop",
  84. "term",
  85. "terminal",
  86. "terminate",
  87. "tty"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "sindresorhus@gmail.com"
  94. }
  95. ],
  96. "name": "restore-cursor",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/restore-cursor.git"
  102. },
  103. "scripts": {},
  104. "version": "2.0.0"
  105. }