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

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "boxen@^4.2.0",
  3. "_id": "boxen@4.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==",
  6. "_location": "/boxen",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "boxen@^4.2.0",
  12. "name": "boxen",
  13. "escapedName": "boxen",
  14. "rawSpec": "^4.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.2.0"
  17. },
  18. "_requiredBy": [
  19. "/update-notifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/boxen/-/boxen-4.2.0.tgz",
  22. "_shasum": "e411b62357d6d6d36587c8ac3d5d974daa070e64",
  23. "_spec": "boxen@^4.2.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/update-notifier",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/boxen/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ansi-align": "^3.0.0",
  36. "camelcase": "^5.3.1",
  37. "chalk": "^3.0.0",
  38. "cli-boxes": "^2.2.0",
  39. "string-width": "^4.1.0",
  40. "term-size": "^2.1.0",
  41. "type-fest": "^0.8.1",
  42. "widest-line": "^3.1.0"
  43. },
  44. "deprecated": false,
  45. "description": "Create boxes in the terminal",
  46. "devDependencies": {
  47. "ava": "^2.1.0",
  48. "nyc": "^14.1.1",
  49. "tsd": "^0.11.0",
  50. "xo": "^0.25.3"
  51. },
  52. "engines": {
  53. "node": ">=8"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts"
  58. ],
  59. "funding": "https://github.com/sponsors/sindresorhus",
  60. "homepage": "https://github.com/sindresorhus/boxen#readme",
  61. "keywords": [
  62. "cli",
  63. "box",
  64. "boxes",
  65. "terminal",
  66. "term",
  67. "console",
  68. "ascii",
  69. "unicode",
  70. "border",
  71. "text"
  72. ],
  73. "license": "MIT",
  74. "name": "boxen",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/boxen.git"
  78. },
  79. "scripts": {
  80. "test": "xo && nyc ava && tsd"
  81. },
  82. "version": "4.2.0"
  83. }