a zip code crypto-currency system good for red ONLY

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "lcid@^1.0.0",
  3. "_id": "lcid@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
  6. "_location": "/lcid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lcid@^1.0.0",
  12. "name": "lcid",
  13. "escapedName": "lcid",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/os-locale",
  20. "/webpack/os-locale"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
  23. "_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
  24. "_spec": "lcid@^1.0.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/os-locale",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/lcid/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "invert-kv": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  40. "devDependencies": {
  41. "ava": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "lcid.json"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/lcid#readme",
  51. "keywords": [
  52. "lcid",
  53. "locale",
  54. "string",
  55. "str",
  56. "id",
  57. "identifier",
  58. "windows",
  59. "language",
  60. "lang",
  61. "map",
  62. "mapping",
  63. "convert",
  64. "json",
  65. "bcp47",
  66. "ietf",
  67. "tag"
  68. ],
  69. "license": "MIT",
  70. "name": "lcid",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/lcid.git"
  74. },
  75. "scripts": {
  76. "test": "node test.js"
  77. },
  78. "version": "1.0.0"
  79. }