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

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "string-width@^2.1.0",
  3. "_id": "string-width@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  6. "_location": "/string-width",
  7. "_phantomChildren": {
  8. "ansi-regex": "3.0.0"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "string-width@^2.1.0",
  14. "name": "string-width",
  15. "escapedName": "string-width",
  16. "rawSpec": "^2.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^2.1.0"
  19. },
  20. "_requiredBy": [
  21. "/inquirer"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  24. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  25. "_spec": "string-width@^2.1.0",
  26. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/inquirer",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/string-width/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "is-fullwidth-code-point": "^2.0.0",
  38. "strip-ansi": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the visual width of a string - the number of columns required to display it",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/string-width#readme",
  53. "keywords": [
  54. "string",
  55. "str",
  56. "character",
  57. "char",
  58. "unicode",
  59. "width",
  60. "visual",
  61. "column",
  62. "columns",
  63. "fullwidth",
  64. "full-width",
  65. "full",
  66. "ansi",
  67. "escape",
  68. "codes",
  69. "cli",
  70. "command-line",
  71. "terminal",
  72. "console",
  73. "cjk",
  74. "chinese",
  75. "japanese",
  76. "korean",
  77. "fixed-width"
  78. ],
  79. "license": "MIT",
  80. "name": "string-width",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/string-width.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "2.1.1"
  89. }