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

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "string-width@^2.1.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/inquirer"
  6. ]
  7. ],
  8. "_from": "string-width@>=2.1.0 <3.0.0",
  9. "_id": "string-width@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/string-width",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/string-width-2.1.1.tgz_1500376154382_0.7171604454051703"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.0.0",
  23. "_phantomChildren": {
  24. "ansi-regex": "3.0.0"
  25. },
  26. "_requested": {
  27. "name": "string-width",
  28. "raw": "string-width@^2.1.0",
  29. "rawSpec": "^2.1.0",
  30. "scope": null,
  31. "spec": ">=2.1.0 <3.0.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/inquirer"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz",
  38. "_shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  39. "_shrinkwrap": null,
  40. "_spec": "string-width@^2.1.0",
  41. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/inquirer",
  42. "author": {
  43. "email": "sindresorhus@gmail.com",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/string-width/issues"
  49. },
  50. "dependencies": {
  51. "is-fullwidth-code-point": "^2.0.0",
  52. "strip-ansi": "^4.0.0"
  53. },
  54. "description": "Get the visual width of a string - the number of columns required to display it",
  55. "devDependencies": {
  56. "ava": "*",
  57. "xo": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==",
  62. "shasum": "ab93f27a8dc13d28cac815c462143a6d9012ae9e",
  63. "tarball": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
  64. },
  65. "engines": {
  66. "node": ">=4"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "74d8d552b465692790c41169b123409669d41079",
  72. "homepage": "https://github.com/sindresorhus/string-width#readme",
  73. "keywords": [
  74. "ansi",
  75. "char",
  76. "character",
  77. "chinese",
  78. "cjk",
  79. "cli",
  80. "codes",
  81. "column",
  82. "columns",
  83. "command-line",
  84. "console",
  85. "escape",
  86. "fixed-width",
  87. "full",
  88. "full-width",
  89. "fullwidth",
  90. "japanese",
  91. "korean",
  92. "str",
  93. "string",
  94. "terminal",
  95. "unicode",
  96. "visual",
  97. "width"
  98. ],
  99. "license": "MIT",
  100. "maintainers": [
  101. {
  102. "name": "sindresorhus",
  103. "email": "sindresorhus@gmail.com"
  104. }
  105. ],
  106. "name": "string-width",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/sindresorhus/string-width.git"
  112. },
  113. "scripts": {
  114. "test": "xo && ava"
  115. },
  116. "version": "2.1.1"
  117. }