package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@2.7.3",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  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. "/csscomb-core/minimatch",
  27. "/globule/minimatch",
  28. "/vow-fs/minimatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
  31. "_spec": "2.7.3",
  32. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/node-lru-cache/issues"
  39. },
  40. "description": "A cache object that deletes the least-recently-used items.",
  41. "devDependencies": {
  42. "tap": "^1.2.0",
  43. "weak": ""
  44. },
  45. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  46. "keywords": [
  47. "mru",
  48. "lru",
  49. "cache"
  50. ],
  51. "license": "ISC",
  52. "main": "lib/lru-cache.js",
  53. "name": "lru-cache",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/node-lru-cache.git"
  57. },
  58. "scripts": {
  59. "test": "tap test --gc"
  60. },
  61. "version": "2.7.3"
  62. }