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

package.json 2.4KB

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