package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@2.7.3",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "lru-cache@2.7.3",
  9. "_id": "lru-cache@2.7.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
  12. "_location": "/lru-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lru-cache@2.7.3",
  18. "name": "lru-cache",
  19. "escapedName": "lru-cache",
  20. "rawSpec": "2.7.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.7.3"
  23. },
  24. "_requiredBy": [
  25. "/proxy-agent"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
  28. "_spec": "2.7.3",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Isaac Z. Schlueter",
  32. "email": "i@izs.me"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/isaacs/node-lru-cache/issues"
  36. },
  37. "description": "A cache object that deletes the least-recently-used items.",
  38. "devDependencies": {
  39. "tap": "^1.2.0",
  40. "weak": ""
  41. },
  42. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  43. "keywords": [
  44. "mru",
  45. "lru",
  46. "cache"
  47. ],
  48. "license": "ISC",
  49. "main": "lib/lru-cache.js",
  50. "name": "lru-cache",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/isaacs/node-lru-cache.git"
  54. },
  55. "scripts": {
  56. "test": "tap test --gc"
  57. },
  58. "version": "2.7.3"
  59. }