UI for Zipcoin Blue

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "for-own@^0.1.4",
  6. "scope": null,
  7. "escapedName": "for-own",
  8. "name": "for-own",
  9. "rawSpec": "^0.1.4",
  10. "spec": ">=0.1.4 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/object.omit"
  14. ]
  15. ],
  16. "_from": "for-own@>=0.1.4 <0.2.0",
  17. "_id": "for-own@0.1.5",
  18. "_inCache": true,
  19. "_location": "/for-own",
  20. "_nodeVersion": "7.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/for-own-0.1.5.tgz_1488159172480_0.8725875311065465"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "for-own@^0.1.4",
  33. "scope": null,
  34. "escapedName": "for-own",
  35. "name": "for-own",
  36. "rawSpec": "^0.1.4",
  37. "spec": ">=0.1.4 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/object.omit"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
  44. "_shasum": "5265c681a4f294dabbf17c9509b6763aa84510ce",
  45. "_shrinkwrap": null,
  46. "_spec": "for-own@^0.1.4",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/object.omit",
  48. "author": {
  49. "name": "Jon Schlinkert",
  50. "url": "https://github.com/jonschlinkert"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/jonschlinkert/for-own/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Javier Cejudo",
  58. "email": "javier@javiercejudo.com",
  59. "url": "https://www.javiercejudo.com"
  60. },
  61. {
  62. "name": "Jon Schlinkert",
  63. "email": "jon.schlinkert@sellside.com",
  64. "url": "http://twitter.com/jonschlinkert"
  65. }
  66. ],
  67. "dependencies": {
  68. "for-in": "^1.0.1"
  69. },
  70. "description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.",
  71. "devDependencies": {
  72. "gulp-format-md": "^0.1.11",
  73. "mocha": "^3.2.0"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "5265c681a4f294dabbf17c9509b6763aa84510ce",
  78. "tarball": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz"
  79. },
  80. "engines": {
  81. "node": ">=0.10.0"
  82. },
  83. "files": [
  84. "index.js"
  85. ],
  86. "gitHead": "e64ee3492f218c812011ec3feff4194e9272d2a1",
  87. "homepage": "https://github.com/jonschlinkert/for-own",
  88. "keywords": [
  89. "for",
  90. "for-in",
  91. "for-own",
  92. "has",
  93. "has-own",
  94. "hasOwn",
  95. "key",
  96. "keys",
  97. "object",
  98. "own",
  99. "value"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "maintainers": [
  104. {
  105. "name": "jonschlinkert",
  106. "email": "github@sellside.com"
  107. },
  108. {
  109. "name": "doowb",
  110. "email": "brian.woodward@gmail.com"
  111. }
  112. ],
  113. "name": "for-own",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jonschlinkert/for-own.git"
  119. },
  120. "scripts": {
  121. "test": "mocha"
  122. },
  123. "verb": {
  124. "run": true,
  125. "toc": false,
  126. "layout": "default",
  127. "tasks": [
  128. "readme"
  129. ],
  130. "plugins": [
  131. "gulp-format-md"
  132. ],
  133. "related": {
  134. "list": [
  135. "arr-flatten",
  136. "collection-map",
  137. "for-in"
  138. ]
  139. },
  140. "reflinks": [
  141. "verb"
  142. ],
  143. "lint": {
  144. "reflinks": true
  145. }
  146. },
  147. "version": "0.1.5"
  148. }