UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-flatten@^1.0.1",
  6. "scope": null,
  7. "escapedName": "arr-flatten",
  8. "name": "arr-flatten",
  9. "rawSpec": "^1.0.1",
  10. "spec": ">=1.0.1 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/arr-diff"
  14. ]
  15. ],
  16. "_from": "arr-flatten@>=1.0.1 <2.0.0",
  17. "_id": "arr-flatten@1.1.0",
  18. "_inCache": true,
  19. "_location": "/arr-flatten",
  20. "_nodeVersion": "7.7.3",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/arr-flatten-1.1.0.tgz_1499280630530_0.4138362631201744"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "5.0.4",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "arr-flatten@^1.0.1",
  33. "scope": null,
  34. "escapedName": "arr-flatten",
  35. "name": "arr-flatten",
  36. "rawSpec": "^1.0.1",
  37. "spec": ">=1.0.1 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/arr-diff",
  42. "/watchpack/braces"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
  45. "_shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
  46. "_shrinkwrap": null,
  47. "_spec": "arr-flatten@^1.0.1",
  48. "_where": "/Users/tennesseeg/blueCoin/node_modules/arr-diff",
  49. "author": {
  50. "name": "Jon Schlinkert",
  51. "url": "https://github.com/jonschlinkert"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  55. },
  56. "contributors": [
  57. {
  58. "name": "Jon Schlinkert",
  59. "url": "http://twitter.com/jonschlinkert"
  60. },
  61. {
  62. "name": "Luke Edwards",
  63. "url": "https://lukeed.com"
  64. }
  65. ],
  66. "dependencies": {},
  67. "description": "Recursively flatten an array or arrays.",
  68. "devDependencies": {
  69. "ansi-bold": "^0.1.1",
  70. "array-flatten": "^2.1.1",
  71. "array-slice": "^1.0.0",
  72. "benchmarked": "^1.0.0",
  73. "compute-flatten": "^1.0.0",
  74. "flatit": "^1.1.1",
  75. "flatten": "^1.0.2",
  76. "flatten-array": "^1.0.0",
  77. "glob": "^7.1.1",
  78. "gulp-format-md": "^0.1.12",
  79. "just-flatten-it": "^1.1.23",
  80. "lodash.flattendeep": "^4.4.0",
  81. "m_flattened": "^1.0.1",
  82. "mocha": "^3.2.0",
  83. "utils-flatten": "^1.0.0",
  84. "write": "^0.3.3"
  85. },
  86. "directories": {},
  87. "dist": {
  88. "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
  89. "shasum": "36048bbff4e7b47e136644316c99669ea5ae91f1",
  90. "tarball": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz"
  91. },
  92. "engines": {
  93. "node": ">=0.10.0"
  94. },
  95. "files": [
  96. "index.js"
  97. ],
  98. "gitHead": "76a1ae28b03fdb1cbe5d49fa521bc4807b9f94d3",
  99. "homepage": "https://github.com/jonschlinkert/arr-flatten",
  100. "keywords": [
  101. "arr",
  102. "array",
  103. "elements",
  104. "flat",
  105. "flatten",
  106. "nested",
  107. "recurse",
  108. "recursive",
  109. "recursively"
  110. ],
  111. "license": "MIT",
  112. "main": "index.js",
  113. "maintainers": [
  114. {
  115. "name": "jonschlinkert",
  116. "email": "github@sellside.com"
  117. }
  118. ],
  119. "name": "arr-flatten",
  120. "optionalDependencies": {},
  121. "readme": "ERROR: No README data found!",
  122. "repository": {
  123. "type": "git",
  124. "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  125. },
  126. "scripts": {
  127. "test": "mocha"
  128. },
  129. "verb": {
  130. "toc": false,
  131. "layout": "default",
  132. "tasks": [
  133. "readme"
  134. ],
  135. "plugins": [
  136. "gulp-format-md"
  137. ],
  138. "related": {
  139. "list": [
  140. "arr-filter",
  141. "arr-union",
  142. "array-each",
  143. "array-unique"
  144. ]
  145. },
  146. "lint": {
  147. "reflinks": true
  148. }
  149. },
  150. "version": "1.1.0"
  151. }