package.json 1.4 KB

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