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

package.json 3.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@^6.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/hosted-git-info"
  6. ]
  7. ],
  8. "_from": "lru-cache@>=6.0.0 <7.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "lru-cache@6.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/lru-cache",
  14. "_nodeVersion": "14.2.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/lru-cache_6.0.0_1594429147159_0.2608141604867613"
  18. },
  19. "_npmUser": {
  20. "email": "i@izs.me",
  21. "name": "isaacs"
  22. },
  23. "_npmVersion": "6.14.5",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "lru-cache",
  27. "raw": "lru-cache@^6.0.0",
  28. "rawSpec": "^6.0.0",
  29. "scope": null,
  30. "spec": ">=6.0.0 <7.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/hosted-git-info"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  37. "_shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
  38. "_shrinkwrap": null,
  39. "_spec": "lru-cache@^6.0.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/hosted-git-info",
  41. "author": {
  42. "email": "i@izs.me",
  43. "name": "Isaac Z. Schlueter"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/node-lru-cache/issues"
  47. },
  48. "dependencies": {
  49. "yallist": "^4.0.0"
  50. },
  51. "description": "A cache object that deletes the least-recently-used items.",
  52. "devDependencies": {
  53. "benchmark": "^2.1.4",
  54. "tap": "^14.10.7"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 4,
  59. "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCQ7bCRA9TVsSAnZWagAA+F4P/jdlPS14NkOtYnSPFZMj\nDC3wsaM3hYlUtdiVJKDOTjhKdcgZ6V2FgXDq716+5rbaq5t9Von4FeweMgp8\nnloQVB1CRctlLPIZRoV4Mje9K5rA4Utb0lYqQk52SIWBN+xJDyyefZneKPnQ\nZSGaXipOLLYPF59rBaCvkxI/Sx7NKELQeXZhGeZWgUPNPejFC+qseoFfugtP\nVk2AKuejsSsdzLbdxADE53k720y/D/biUK0cmQcV7yTAqo/XaxdmRNwr34Fd\nNJ2dbm87BEjC2hGs4WS6OhoPFdIN088c6vrilKerKgrDxHCzHJi0E1oZ7IeX\nByhOLk03SScXYdmibzm0O9iWrTuBEJm6toEToJhNziv/HFTgDlhm3OajDHEz\nrb1cV38QwBcqE0O8X5uLQ0nZYCMczliwWKwMhkcsXmEA7wsiObM4Y3CVnpGl\nDurnfCmoAG0x+8NVAKeijXPgl0T/7TgtiByyfuH6kukF+URg0VYBbqFFz7AP\nbOxA7RZIDNaLeYjn86iGYyNtXQPwPtl6Q3qy7i4YlncJsQb0pDqgp8Qn2ib3\nYnGOXf+FxVYwQwGv2OCCWWCT6aT2bQk5SS1qaEOrMHNKTN5PPrXa9oXQb7I0\nnNTAy9YBjlEwfW7fHvX6xa9IH3wDT/P8MYmYHEwbpH6uB2y2u/zWCuROQMzo\nuAr8\r\n=B5wU\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
  62. "tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  63. "unpackedSize": 15643
  64. },
  65. "engines": {
  66. "node": ">=10"
  67. },
  68. "gitHead": "a71e08008f2d25442426d0d26e8133dccc2ca9a5",
  69. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  70. "keywords": [
  71. "cache",
  72. "lru",
  73. "mru"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "isaacs",
  80. "email": "i@izs.me"
  81. }
  82. ],
  83. "name": "lru-cache",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/isaacs/node-lru-cache.git"
  89. },
  90. "scripts": {
  91. "postversion": "npm publish",
  92. "prepublishOnly": "git push origin --follow-tags",
  93. "preversion": "npm test",
  94. "snap": "tap",
  95. "test": "tap"
  96. },
  97. "version": "6.0.0"
  98. }