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

package.json 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "figures@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/inquirer"
  6. ]
  7. ],
  8. "_from": "figures@>=2.0.0 <3.0.0",
  9. "_id": "figures@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/figures",
  13. "_nodeVersion": "4.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/figures-2.0.0.tgz_1476763139845_0.48903139564208686"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "figures",
  26. "raw": "figures@^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. "/inquirer"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
  36. "_shasum": "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962",
  37. "_shrinkwrap": null,
  38. "_spec": "figures@^2.0.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/figures/issues"
  47. },
  48. "dependencies": {
  49. "escape-string-regexp": "^1.0.5"
  50. },
  51. "description": "Unicode symbols with Windows CMD fallbacks",
  52. "devDependencies": {
  53. "ava": "*",
  54. "markdown-table": "^1.0.0",
  55. "require-uncached": "^1.0.2",
  56. "xo": "*"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962",
  61. "tarball": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": ">=4"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "gitHead": "fee8887d9f776798ae87ff54386443273c92ad97",
  70. "homepage": "https://github.com/sindresorhus/figures#readme",
  71. "keywords": [
  72. "char",
  73. "characters",
  74. "cli",
  75. "cmd",
  76. "command-line",
  77. "fallback",
  78. "figure",
  79. "figures",
  80. "symbol",
  81. "symbols",
  82. "unicode"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. }
  90. ],
  91. "name": "figures",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/figures.git"
  97. },
  98. "scripts": {
  99. "make": "./makefile.js",
  100. "test": "xo && ava"
  101. },
  102. "version": "2.0.0",
  103. "xo": {
  104. "esnext": true
  105. }
  106. }