package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "quick-lru@^5.1.1",
  3. "_id": "quick-lru@5.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==",
  6. "_location": "/quick-lru",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "quick-lru@^5.1.1",
  12. "name": "quick-lru",
  13. "escapedName": "quick-lru",
  14. "rawSpec": "^5.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.1"
  17. },
  18. "_requiredBy": [
  19. "/http2-wrapper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
  22. "_shasum": "366493e6b3e42a3a6885e2e99d18f80fb7a8c932",
  23. "_spec": "quick-lru@^5.1.1",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/http2-wrapper",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/quick-lru/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Simple “Least Recently Used” (LRU) cache",
  36. "devDependencies": {
  37. "ava": "^2.0.0",
  38. "coveralls": "^3.0.3",
  39. "nyc": "^15.0.0",
  40. "tsd": "^0.11.0",
  41. "xo": "^0.26.0"
  42. },
  43. "engines": {
  44. "node": ">=10"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/quick-lru#readme",
  52. "keywords": [
  53. "lru",
  54. "quick",
  55. "cache",
  56. "caching",
  57. "least",
  58. "recently",
  59. "used",
  60. "fast",
  61. "map",
  62. "hash",
  63. "buffer"
  64. ],
  65. "license": "MIT",
  66. "name": "quick-lru",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/quick-lru.git"
  70. },
  71. "scripts": {
  72. "test": "xo && nyc ava && tsd"
  73. },
  74. "version": "5.1.1"
  75. }