UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "is-plain-object@^2.0.3",
  6. "scope": null,
  7. "escapedName": "is-plain-object",
  8. "name": "is-plain-object",
  9. "rawSpec": "^2.0.3",
  10. "spec": ">=2.0.3 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/set-value"
  14. ]
  15. ],
  16. "_from": "is-plain-object@>=2.0.3 <3.0.0",
  17. "_id": "is-plain-object@2.0.4",
  18. "_inCache": true,
  19. "_location": "/is-plain-object",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/is-plain-object-2.0.4.tgz_1499812869259_0.27965074591338634"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.2.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "is-plain-object@^2.0.3",
  33. "scope": null,
  34. "escapedName": "is-plain-object",
  35. "name": "is-plain-object",
  36. "rawSpec": "^2.0.3",
  37. "spec": ">=2.0.3 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/extend-shallow/is-extendable",
  42. "/mixin-deep/is-extendable",
  43. "/set-value",
  44. "/union-value/set-value"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  47. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  48. "_shrinkwrap": null,
  49. "_spec": "is-plain-object@^2.0.3",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/set-value",
  51. "author": {
  52. "name": "Jon Schlinkert",
  53. "url": "https://github.com/jonschlinkert"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Jon Schlinkert",
  61. "url": "http://twitter.com/jonschlinkert"
  62. },
  63. {
  64. "name": "Osman Nuri Okumuş",
  65. "url": "http://onokumus.com"
  66. },
  67. {
  68. "name": "Steven Vachon",
  69. "url": "https://svachon.com"
  70. },
  71. {
  72. "url": "https://github.com/wtgtybhertgeghgtwtg"
  73. }
  74. ],
  75. "dependencies": {
  76. "isobject": "^3.0.1"
  77. },
  78. "description": "Returns true if an object was created by the `Object` constructor.",
  79. "devDependencies": {
  80. "browserify": "^14.4.0",
  81. "chai": "^4.0.2",
  82. "gulp-format-md": "^1.0.0",
  83. "mocha": "^3.4.2",
  84. "mocha-phantomjs": "^4.1.0",
  85. "phantomjs": "^2.1.7",
  86. "uglify-js": "^3.0.24"
  87. },
  88. "directories": {},
  89. "dist": {
  90. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  91. "shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  92. "tarball": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
  93. },
  94. "engines": {
  95. "node": ">=0.10.0"
  96. },
  97. "files": [
  98. "index.d.ts",
  99. "index.js"
  100. ],
  101. "gitHead": "81345df0d1700a5c285f379cbdca0e273388910d",
  102. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  103. "keywords": [
  104. "check",
  105. "is",
  106. "is-object",
  107. "isobject",
  108. "javascript",
  109. "kind",
  110. "kind-of",
  111. "object",
  112. "plain",
  113. "type",
  114. "typeof",
  115. "value"
  116. ],
  117. "license": "MIT",
  118. "main": "index.js",
  119. "maintainers": [
  120. {
  121. "name": "jonschlinkert",
  122. "email": "github@sellside.com"
  123. },
  124. {
  125. "name": "stevenvachon",
  126. "email": "contact@svachon.com"
  127. }
  128. ],
  129. "name": "is-plain-object",
  130. "optionalDependencies": {},
  131. "readme": "ERROR: No README data found!",
  132. "repository": {
  133. "type": "git",
  134. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  135. },
  136. "scripts": {
  137. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  138. "test": "npm run test_node && npm run browserify && npm run test_browser",
  139. "test_browser": "mocha-phantomjs test/browser.html",
  140. "test_node": "mocha"
  141. },
  142. "types": "index.d.ts",
  143. "verb": {
  144. "toc": false,
  145. "layout": "default",
  146. "tasks": [
  147. "readme"
  148. ],
  149. "plugins": [
  150. "gulp-format-md"
  151. ],
  152. "related": {
  153. "list": [
  154. "is-number",
  155. "isobject",
  156. "kind-of"
  157. ]
  158. },
  159. "lint": {
  160. "reflinks": true
  161. }
  162. },
  163. "version": "2.0.4"
  164. }