UI for Zipcoin Blue

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-my-ip-valid@^1.0.0",
  6. "scope": null,
  7. "escapedName": "is-my-ip-valid",
  8. "name": "is-my-ip-valid",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/is-my-json-valid"
  14. ]
  15. ],
  16. "_from": "is-my-ip-valid@>=1.0.0 <2.0.0",
  17. "_id": "is-my-ip-valid@1.0.0",
  18. "_inCache": true,
  19. "_location": "/is-my-ip-valid",
  20. "_nodeVersion": "9.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/is-my-ip-valid_1.0.0_1518614195217_0.2894613088951574"
  24. },
  25. "_npmUser": {
  26. "name": "linusu",
  27. "email": "linus@folkdatorn.se"
  28. },
  29. "_npmVersion": "5.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-my-ip-valid@^1.0.0",
  33. "scope": null,
  34. "escapedName": "is-my-ip-valid",
  35. "name": "is-my-ip-valid",
  36. "rawSpec": "^1.0.0",
  37. "spec": ">=1.0.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/is-my-json-valid"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
  44. "_shasum": "7b351b8e8edd4d3995d4d066680e664d94696824",
  45. "_shrinkwrap": null,
  46. "_spec": "is-my-ip-valid@^1.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/is-my-json-valid",
  48. "bugs": {
  49. "url": "https://github.com/LinusU/is-my-ip-valid/issues"
  50. },
  51. "dependencies": {},
  52. "description": "A small lib to validate IP addresses.",
  53. "devDependencies": {
  54. "safe-regex": "^1.1.0",
  55. "standard": "^10.0.3"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "integrity": "sha512-gmh/eWXROncUzRnIa1Ubrt5b8ep/MGSnfAUI3aRp+sqTCs1tv1Isl8d8F6JmkN3dXKc3ehZMrtiPN9eL03NuaQ==",
  60. "shasum": "7b351b8e8edd4d3995d4d066680e664d94696824",
  61. "tarball": "https://registry.npmjs.org/is-my-ip-valid/-/is-my-ip-valid-1.0.0.tgz",
  62. "fileCount": 8,
  63. "unpackedSize": 19969
  64. },
  65. "gitHead": "7341813a69408d3bc8d1ddfbfc89d4f9f8699da7",
  66. "homepage": "https://github.com/LinusU/is-my-ip-valid#readme",
  67. "license": "MIT",
  68. "maintainers": [
  69. {
  70. "name": "linusu",
  71. "email": "linus@folkdatorn.se"
  72. }
  73. ],
  74. "name": "is-my-ip-valid",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/LinusU/is-my-ip-valid.git"
  80. },
  81. "scripts": {
  82. "test": "standard && node test"
  83. },
  84. "version": "1.0.0"
  85. }