package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@2",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/minimatch"
  6. ]
  7. ],
  8. "_from": "lru-cache@>=2.0.0 <3.0.0",
  9. "_id": "lru-cache@2.7.0",
  10. "_inCache": true,
  11. "_location": "/lru-cache",
  12. "_nodeVersion": "4.0.0",
  13. "_npmUser": {
  14. "email": "isaacs@npmjs.com",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "3.3.2",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "lru-cache",
  21. "raw": "lru-cache@2",
  22. "rawSpec": "2",
  23. "scope": null,
  24. "spec": ">=2.0.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/findup-sync/minimatch",
  29. "/minimatch"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.0.tgz",
  32. "_shasum": "aaa376a4cd970f9cebf5ec1909566ec034f07ee6",
  33. "_shrinkwrap": null,
  34. "_spec": "lru-cache@2",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/minimatch",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/node-lru-cache/issues"
  42. },
  43. "dependencies": {},
  44. "description": "A cache object that deletes the least-recently-used items.",
  45. "devDependencies": {
  46. "tap": "^1.2.0",
  47. "weak": ""
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "aaa376a4cd970f9cebf5ec1909566ec034f07ee6",
  52. "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.0.tgz"
  53. },
  54. "gitHead": "fc6ee93093f4e463e5946736d4c48adc013724d1",
  55. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  56. "installable": true,
  57. "keywords": [
  58. "cache",
  59. "lru",
  60. "mru"
  61. ],
  62. "license": "ISC",
  63. "main": "lib/lru-cache.js",
  64. "maintainers": [
  65. {
  66. "name": "isaacs",
  67. "email": "isaacs@npmjs.com"
  68. },
  69. {
  70. "name": "othiym23",
  71. "email": "ogd@aoaioxxysz.net"
  72. }
  73. ],
  74. "name": "lru-cache",
  75. "optionalDependencies": {},
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/node-lru-cache.git"
  79. },
  80. "scripts": {
  81. "test": "tap test --gc"
  82. },
  83. "version": "2.7.0"
  84. }