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

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "json-parse-even-better-errors@^2.3.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/read-package-json"
  6. ]
  7. ],
  8. "_from": "json-parse-even-better-errors@>=2.3.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "json-parse-even-better-errors@2.3.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/json-parse-even-better-errors",
  14. "_nodeVersion": "14.8.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/json-parse-even-better-errors_2.3.1_1599064678245_0.9212850466046945"
  18. },
  19. "_npmUser": {
  20. "email": "i@izs.me",
  21. "name": "isaacs"
  22. },
  23. "_npmVersion": "7.0.0-beta.8",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "json-parse-even-better-errors",
  27. "raw": "json-parse-even-better-errors@^2.3.0",
  28. "rawSpec": "^2.3.0",
  29. "scope": null,
  30. "spec": ">=2.3.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/read-package-json"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  37. "_shasum": "7c47805a94319928e05777405dc12e1f7a4ee02d",
  38. "_shrinkwrap": null,
  39. "_spec": "json-parse-even-better-errors@^2.3.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/read-package-json",
  41. "author": {
  42. "email": "kzm@zkat.tech",
  43. "name": "Kat Marchán"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/npm/json-parse-even-better-errors/issues"
  47. },
  48. "dependencies": {},
  49. "description": "JSON.parse with context information on error",
  50. "devDependencies": {
  51. "tap": "^14.6.5"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "fileCount": 5,
  56. "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
  57. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT8pnCRA9TVsSAnZWagAAXmQP/jlDVVHaZveAjkQwCa2p\nATzj7ZQzyCxxYh2D4I3x1BQTY9T/6ds+7dB/8c6b+r9oSgQyC+5i0DjxQpOP\nkRV6jOQ4qlggEkYOoig0Zr0EpZOwB0E3GtMuwVlbGOB7rFM8Iu1cdkAIQTjq\nnQGYj5eQammyC405dlrEqEhWjCcgOY7B8u1hTnmyknyMnnzi6nWqHljZFxNi\neo1PlfhEnZz5AMT+1hSJq38sXuTfYAtXnKhtgWIyJeoLM/H+2XbJL6pCCHi7\ne0zaWqY4yjrCDSaV1Q+D6gqiFaX1iQMRTtCKGiTzuhHsRoGBsQ5S+uyptpqt\nlsTpnxP0XskPz9EnB8WN3eNIOfzhFjoaabGJwuE8KLYNze/VwuCNE6e+FGDZ\nikRVVHMkdHx5lo9MOrkEzp2ibUJm9fmnepFC0P/g1bOcIK+ooJVGIsH+wiaL\nwrv8nxU/DHdnuaEefE4AtWazo51xe/4AGFg8RAcUWWAncKx8zwXiDoHksfVn\nHM3V00vfD664I6JrvQpXp19AwC4ETfJm5W6eeTHOeuhAjBs63rIg0n7zS6kQ\n62hqjr9/0qM7+kF9tRuprNKARoTk8Xu89c08n5AvI36LiebEh0N0ODs3LtSz\nNVDalcYAU+4dMHAYtGMr1r1+iGXStdRo18uJvxGA2Mr71o2hqYCg2MUtOCLW\niQ+X\r\n=ET/d\r\n-----END PGP SIGNATURE-----\r\n",
  58. "shasum": "7c47805a94319928e05777405dc12e1f7a4ee02d",
  59. "tarball": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
  60. "unpackedSize": 10426
  61. },
  62. "gitHead": "74c9a7e27cf4884568c8e956f37f5911f1cbec8f",
  63. "homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
  64. "keywords": [
  65. "JSON",
  66. "parser"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "maintainers": [
  71. {
  72. "name": "adam_baldwin",
  73. "email": "evilpacket@gmail.com"
  74. },
  75. {
  76. "name": "claudiahdz",
  77. "email": "cghr1990@gmail.com"
  78. },
  79. {
  80. "name": "darcyclarke",
  81. "email": "darcy@darcyclarke.me"
  82. },
  83. {
  84. "name": "isaacs",
  85. "email": "i@izs.me"
  86. },
  87. {
  88. "name": "mylesborins",
  89. "email": "myles.borins@gmail.com"
  90. },
  91. {
  92. "name": "ruyadorno",
  93. "email": "ruyadorno@hotmail.com"
  94. }
  95. ],
  96. "name": "json-parse-even-better-errors",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/npm/json-parse-even-better-errors.git"
  102. },
  103. "scripts": {
  104. "postversion": "npm publish",
  105. "prepublishOnly": "git push --follow-tags",
  106. "preversion": "npm t",
  107. "snap": "tap",
  108. "test": "tap"
  109. },
  110. "tap": {
  111. "check-coverage": true
  112. },
  113. "version": "2.3.1"
  114. }