package.json 2.3 KB

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