package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@2",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/filelist/node_modules/minimatch"
  6. ]
  7. ],
  8. "_from": "lru-cache@>=2.0.0 <3.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/lru-cache",
  13. "_nodeVersion": "4.0.0",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "3.3.2",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "lru-cache",
  22. "raw": "lru-cache@2",
  23. "rawSpec": "2",
  24. "scope": null,
  25. "spec": ">=2.0.0 <3.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/filelist/minimatch",
  30. "/jake/minimatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
  33. "_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
  34. "_shrinkwrap": null,
  35. "_spec": "lru-cache@2",
  36. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/filelist/node_modules/minimatch",
  37. "author": {
  38. "email": "[email protected]",
  39. "name": "Isaac Z. Schlueter"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/node-lru-cache/issues"
  43. },
  44. "dependencies": {},
  45. "description": "A cache object that deletes the least-recently-used items.",
  46. "devDependencies": {
  47. "tap": "^1.2.0",
  48. "weak": ""
  49. },
  50. "directories": {},
  51. "dist": {
  52. "shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
  53. "tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
  54. },
  55. "gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
  56. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  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": "[email protected]"
  68. },
  69. {
  70. "name": "othiym23",
  71. "email": "[email protected]"
  72. }
  73. ],
  74. "name": "lru-cache",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/isaacs/node-lru-cache.git"
  80. },
  81. "scripts": {
  82. "test": "tap test --gc"
  83. },
  84. "version": "2.7.3"
  85. }