UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-union@^3.1.0",
  6. "scope": null,
  7. "escapedName": "arr-union",
  8. "name": "arr-union",
  9. "rawSpec": "^3.1.0",
  10. "spec": ">=3.1.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/union-value"
  14. ]
  15. ],
  16. "_from": "arr-union@>=3.1.0 <4.0.0",
  17. "_id": "arr-union@3.1.0",
  18. "_inCache": true,
  19. "_location": "/arr-union",
  20. "_nodeVersion": "5.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-9-west.internal.npmjs.com",
  23. "tmp": "tmp/arr-union-3.1.0.tgz_1456232075611_0.8481670441105962"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "3.6.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "arr-union@^3.1.0",
  33. "scope": null,
  34. "escapedName": "arr-union",
  35. "name": "arr-union",
  36. "rawSpec": "^3.1.0",
  37. "spec": ">=3.1.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/class-utils",
  42. "/union-value"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  45. "_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  46. "_shrinkwrap": null,
  47. "_spec": "arr-union@^3.1.0",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/union-value",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/arr-union/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  58. "devDependencies": {
  59. "ansi-bold": "^0.1.1",
  60. "array-union": "^1.0.1",
  61. "array-unique": "^0.2.1",
  62. "benchmarked": "^0.1.4",
  63. "gulp-format-md": "^0.1.7",
  64. "minimist": "^1.1.1",
  65. "mocha": "*",
  66. "should": "*"
  67. },
  68. "directories": {},
  69. "dist": {
  70. "shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  71. "tarball": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.js"
  78. ],
  79. "gitHead": "ede857f5d5082467534e372fd3da45ce5e782e93",
  80. "homepage": "https://github.com/jonschlinkert/arr-union",
  81. "keywords": [
  82. "add",
  83. "append",
  84. "array",
  85. "arrays",
  86. "combine",
  87. "concat",
  88. "extend",
  89. "union",
  90. "uniq",
  91. "unique",
  92. "util",
  93. "utility",
  94. "utils"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "jonschlinkert",
  101. "email": "github@sellside.com"
  102. }
  103. ],
  104. "name": "arr-union",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  110. },
  111. "scripts": {
  112. "test": "mocha"
  113. },
  114. "verb": {
  115. "run": true,
  116. "toc": false,
  117. "layout": "default",
  118. "tasks": [
  119. "readme"
  120. ],
  121. "plugins": [
  122. "gulp-format-md"
  123. ],
  124. "related": {
  125. "list": [
  126. "arr-diff",
  127. "arr-flatten",
  128. "arr-filter",
  129. "arr-map",
  130. "arr-pluck",
  131. "arr-reduce",
  132. "array-unique"
  133. ]
  134. },
  135. "reflinks": [
  136. "verb",
  137. "array-union"
  138. ],
  139. "lint": {
  140. "reflinks": true
  141. }
  142. },
  143. "version": "3.1.0"
  144. }