a zip code crypto-currency system good for red ONLY

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "lru-cache@^4.0.1",
  3. "_id": "lru-cache@4.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
  6. "_location": "/lru-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lru-cache@^4.0.1",
  12. "name": "lru-cache",
  13. "escapedName": "lru-cache",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn",
  20. "/node-sass/cross-spawn"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
  23. "_shasum": "a1175cf3496dfc8436c156c334b4955992bce69c",
  24. "_spec": "lru-cache@^4.0.1",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/cross-spawn",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/node-lru-cache/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "pseudomap": "^1.0.2",
  36. "yallist": "^2.1.2"
  37. },
  38. "deprecated": false,
  39. "description": "A cache object that deletes the least-recently-used items.",
  40. "devDependencies": {
  41. "benchmark": "^2.1.4",
  42. "standard": "^5.4.1",
  43. "tap": "^11.1.4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  49. "keywords": [
  50. "mru",
  51. "lru",
  52. "cache"
  53. ],
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "lru-cache",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/node-lru-cache.git"
  60. },
  61. "scripts": {
  62. "postpublish": "git push origin --all; git push origin --tags",
  63. "posttest": "standard test/*.js index.js",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "test": "tap test/*.js --100 -J"
  67. },
  68. "version": "4.1.3"
  69. }