package.json 1.7 KB

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