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

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@^3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/boxen/node_modules/string-width"
  6. ]
  7. ],
  8. "_from": "is-fullwidth-code-point@>=3.0.0 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "is-fullwidth-code-point@3.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/boxen/is-fullwidth-code-point",
  14. "_nodeVersion": "8.15.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/is-fullwidth-code-point_3.0.0_1552896544852_0.7785122753639435"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.9.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "is-fullwidth-code-point",
  27. "raw": "is-fullwidth-code-point@^3.0.0",
  28. "rawSpec": "^3.0.0",
  29. "scope": null,
  30. "spec": ">=3.0.0 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/boxen/string-width"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  37. "_shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
  38. "_shrinkwrap": null,
  39. "_spec": "is-fullwidth-code-point@^3.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/boxen/node_modules/string-width",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Check if the character represented by a given Unicode code point is fullwidth",
  51. "devDependencies": {
  52. "ava": "^1.3.1",
  53. "tsd-check": "^0.5.0",
  54. "xo": "^0.24.0"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcj1IhCRA9TVsSAnZWagAAXfQQAINQrkV7QJDGobc762SJ\nTQP45A1CPt+R4IrE6kzoZgbu9aVlK/1/ovrehQ3pkUYLdK+FLwkijHHNkP74\ntK/poxvNxDPUQbBUM/j73RmoTUye16j7bLIkoFQ5a9mgnjy35ZPUUARaw9Ad\nXLHa33xcp1v1dzg7fKrRicfqyIbv780zQRnrKCdE1Vw2G/wDO9R2xBbjhsFd\nni8GhNIHcmG9PDcg1B5vlTxrMPfhMPY4mw4j7V9IgDBbFU2r2L9hGVJYIa6s\nHDiQJYUeqyh/pKlvjI6O/GQPE+AB8IduBxMk+hRHaONTIX/F3RPFmkbwBpTW\nqF6yfoC7roALJrxeJwRooir4h7rChPXLf2UfzDMXYbo/srJ62Gw9ZYnYk/KQ\nA0Ve8GMXiPw3g9ow882INpTGRfql2szTuv8Lmz/vLW1XzcS+AewI72LKM+Kw\nRDwIVsjlORm836UKa8Or6JoGA1jBxIde+ETNXez9c8zAHr4O3zg+ySuAEN2S\nzswpng5xcjhPrgXp2OgkBG8LJBnvPNa2fAT5UPuEcMZhUxHNezSNDIih6weX\nb1YgjtrDOh5qIHaLbR9BJBYC6Vk+gvTK2m6/vDLqmH8P/cvvFkCX2qKgV3wC\n3vPowzeDopsNnA6YvIztI/uk/KV4B1i3Y5eFaylbzqUt23OPf1RrbzL9E0q3\ngPCe\r\n=DL3r\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
  62. "tarball": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
  63. "unpackedSize": 4994
  64. },
  65. "engines": {
  66. "node": ">=8"
  67. },
  68. "gitHead": "80e5e314d86e5f76bd1b0573aa9d33e615a372db",
  69. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  70. "keywords": [
  71. "character",
  72. "check",
  73. "code",
  74. "codepoint",
  75. "detect",
  76. "full",
  77. "full-width",
  78. "fullwidth",
  79. "is",
  80. "point",
  81. "string",
  82. "unicode",
  83. "width"
  84. ],
  85. "license": "MIT",
  86. "maintainers": [
  87. {
  88. "name": "sindresorhus",
  89. "email": "sindresorhus@gmail.com"
  90. }
  91. ],
  92. "name": "is-fullwidth-code-point",
  93. "optionalDependencies": {},
  94. "readme": "ERROR: No README data found!",
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  98. },
  99. "scripts": {
  100. "test": "xo && ava && tsd-check"
  101. },
  102. "version": "3.0.0"
  103. }