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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "ansi-align@^3.0.0",
  3. "_id": "ansi-align@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==",
  6. "_location": "/ansi-align",
  7. "_phantomChildren": {
  8. "emoji-regex": "7.0.3",
  9. "is-fullwidth-code-point": "2.0.0",
  10. "strip-ansi": "5.2.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "ansi-align@^3.0.0",
  16. "name": "ansi-align",
  17. "escapedName": "ansi-align",
  18. "rawSpec": "^3.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^3.0.0"
  21. },
  22. "_requiredBy": [
  23. "/boxen"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz",
  26. "_shasum": "b536b371cf687caaef236c18d3e21fe3797467cb",
  27. "_spec": "ansi-align@^3.0.0",
  28. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/boxen",
  29. "author": {
  30. "name": "nexdrew"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/nexdrew/ansi-align/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "string-width": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "align-text with ANSI support for CLIs",
  41. "devDependencies": {
  42. "ava": "^1.0.1",
  43. "chalk": "^2.4.1",
  44. "coveralls": "^3.0.2",
  45. "nyc": "^13.1.0",
  46. "standard": "^12.0.1",
  47. "standard-version": "^4.4.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/nexdrew/ansi-align#readme",
  53. "keywords": [
  54. "ansi",
  55. "align",
  56. "cli",
  57. "center",
  58. "pad"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "ansi-align",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/nexdrew/ansi-align.git"
  66. },
  67. "scripts": {
  68. "coverage": "nyc report --reporter=text-lcov | coveralls",
  69. "pretest": "standard",
  70. "release": "standard-version",
  71. "test": "nyc ava"
  72. },
  73. "version": "3.0.0"
  74. }