UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-my-json-valid@^2.12.4",
  6. "scope": null,
  7. "escapedName": "is-my-json-valid",
  8. "name": "is-my-json-valid",
  9. "rawSpec": "^2.12.4",
  10. "spec": ">=2.12.4 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/har-validator"
  14. ]
  15. ],
  16. "_from": "is-my-json-valid@>=2.12.4 <3.0.0",
  17. "_id": "is-my-json-valid@2.17.2",
  18. "_inCache": true,
  19. "_location": "/is-my-json-valid",
  20. "_nodeVersion": "9.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/is-my-json-valid_2.17.2_1518621185548_0.9857997698990124"
  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-json-valid@^2.12.4",
  33. "scope": null,
  34. "escapedName": "is-my-json-valid",
  35. "name": "is-my-json-valid",
  36. "rawSpec": "^2.12.4",
  37. "spec": ">=2.12.4 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/har-validator"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
  44. "_shasum": "6b2103a288e94ef3de5cf15d29dd85fc4b78d65c",
  45. "_shrinkwrap": null,
  46. "_spec": "is-my-json-valid@^2.12.4",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/har-validator",
  48. "author": {
  49. "name": "Mathias Buus"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  53. },
  54. "dependencies": {
  55. "generate-function": "^2.0.0",
  56. "generate-object-property": "^1.1.0",
  57. "is-my-ip-valid": "^1.0.0",
  58. "jsonpointer": "^4.0.0",
  59. "xtend": "^4.0.0"
  60. },
  61. "description": "A JSONSchema validator that uses code generation to be extremely fast",
  62. "devDependencies": {
  63. "safe-regex": "^1.1.0",
  64. "tape": "^2.13.4"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
  69. "shasum": "6b2103a288e94ef3de5cf15d29dd85fc4b78d65c",
  70. "tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
  71. "fileCount": 45,
  72. "unpackedSize": 113379
  73. },
  74. "gitHead": "10ddd9d83d17d32ab194191263d5f752b3ee42bd",
  75. "homepage": "https://github.com/mafintosh/is-my-json-valid",
  76. "keywords": [
  77. "json",
  78. "schema",
  79. "orderly",
  80. "jsonschema"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "maintainers": [
  85. {
  86. "name": "emilbay",
  87. "email": "github@tixz.dk"
  88. },
  89. {
  90. "name": "emilbayes",
  91. "email": "github@tixz.dk"
  92. },
  93. {
  94. "name": "freeall",
  95. "email": "freeall@gmail.com"
  96. },
  97. {
  98. "name": "linusu",
  99. "email": "linus@folkdatorn.se"
  100. },
  101. {
  102. "name": "mafintosh",
  103. "email": "mathiasbuus@gmail.com"
  104. },
  105. {
  106. "name": "watson",
  107. "email": "w@tson.dk"
  108. },
  109. {
  110. "name": "yoshuawuyts",
  111. "email": "i@yoshuawuyts.com"
  112. }
  113. ],
  114. "name": "is-my-json-valid",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  120. },
  121. "scripts": {
  122. "test": "tape test/*.js"
  123. },
  124. "version": "2.17.2"
  125. }