a zip code crypto-currency system good for red ONLY

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "os-name@^2.0.1",
  3. "_id": "os-name@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uaOGNhwXrjohc27wWZQFyajF3F4=",
  6. "_location": "/os-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-name@^2.0.1",
  12. "name": "os-name",
  13. "escapedName": "os-name",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@ionic/app-scripts"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz",
  22. "_shasum": "b9a386361c17ae3a21736ef0599405c9a8c5dc5e",
  23. "_spec": "os-name@^2.0.1",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/os-name/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "macos-release": "^1.0.0",
  36. "win-release": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the name of the current operating system. Example: macOS Sierra",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/os-name#readme",
  51. "keywords": [
  52. "os",
  53. "operating",
  54. "system",
  55. "platform",
  56. "name",
  57. "title",
  58. "release",
  59. "version",
  60. "macos",
  61. "osx",
  62. "windows",
  63. "linux"
  64. ],
  65. "license": "MIT",
  66. "name": "os-name",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/os-name.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.1"
  75. }