package.json 2.2 KB

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