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

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "lru-cache@^6.0.0",
  3. "_id": "lru-cache@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^6.0.0",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-fetch/semver",
  20. "/cordova-lib/semver",
  21. "/cordova/semver",
  22. "/hosted-git-info",
  23. "/npm-package-arg/semver"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  26. "_shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
  27. "_spec": "lru-cache@^6.0.0",
  28. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/hosted-git-info",
  29. "author": {
  30. "name": "Isaac Z. Schlueter",
  31. "email": "i@izs.me"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/node-lru-cache/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "yallist": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A cache object that deletes the least-recently-used items.",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "tap": "^14.10.7"
  45. },
  46. "engines": {
  47. "node": ">=10"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  53. "keywords": [
  54. "mru",
  55. "lru",
  56. "cache"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "lru-cache",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/isaacs/node-lru-cache.git"
  64. },
  65. "scripts": {
  66. "postversion": "npm publish",
  67. "prepublishOnly": "git push origin --follow-tags",
  68. "preversion": "npm test",
  69. "snap": "tap",
  70. "test": "tap"
  71. },
  72. "version": "6.0.0"
  73. }