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

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "is-fullwidth-code-point@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/string-width"
  6. ]
  7. ],
  8. "_from": "is-fullwidth-code-point@>=2.0.0 <3.0.0",
  9. "_id": "is-fullwidth-code-point@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-fullwidth-code-point",
  13. "_nodeVersion": "4.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/is-fullwidth-code-point-2.0.0.tgz_1474526567505_0.299921662081033"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "3.10.7",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-fullwidth-code-point",
  26. "raw": "is-fullwidth-code-point@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/ansi-align/string-width",
  34. "/string-width"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
  37. "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  38. "_shrinkwrap": null,
  39. "_spec": "is-fullwidth-code-point@^2.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/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": "*",
  53. "xo": "*"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
  58. "tarball": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=4"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "e94a78056056c5546f2bf4c4cf812a2163a46dae",
  67. "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
  68. "keywords": [
  69. "char",
  70. "character",
  71. "check",
  72. "code",
  73. "codepoint",
  74. "detect",
  75. "full",
  76. "full-width",
  77. "fullwidth",
  78. "is",
  79. "point",
  80. "str",
  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"
  101. },
  102. "version": "2.0.0",
  103. "xo": {
  104. "esnext": true
  105. }
  106. }