package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/@typescript-eslint/eslint-plugin/semver",
  20. "/@typescript-eslint/typescript-estree/semver",
  21. "/cacache"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
  24. "_shasum": "6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94",
  25. "_spec": "lru-cache@^6.0.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@typescript-eslint\\typescript-estree\\node_modules\\semver",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-lru-cache/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "yallist": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "A cache object that deletes the least-recently-used items.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "tap": "^14.10.7"
  43. },
  44. "engines": {
  45. "node": ">=10"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  51. "keywords": [
  52. "mru",
  53. "lru",
  54. "cache"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "lru-cache",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/node-lru-cache.git"
  62. },
  63. "scripts": {
  64. "postversion": "npm publish",
  65. "prepublishOnly": "git push origin --follow-tags",
  66. "preversion": "npm test",
  67. "snap": "tap",
  68. "test": "tap"
  69. },
  70. "version": "6.0.0"
  71. }