UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "union-value@^1.0.0",
  6. "scope": null,
  7. "escapedName": "union-value",
  8. "name": "union-value",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/cache-base"
  14. ]
  15. ],
  16. "_from": "union-value@>=1.0.0 <2.0.0",
  17. "_id": "union-value@1.0.0",
  18. "_inCache": true,
  19. "_location": "/union-value",
  20. "_nodeVersion": "7.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/union-value-1.0.0.tgz_1488062568793_0.8357821961399168"
  24. },
  25. "_npmUser": {
  26. "name": "jonschlinkert",
  27. "email": "github@sellside.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {
  31. "is-extendable": "0.1.1",
  32. "is-plain-object": "2.0.4",
  33. "to-object-path": "0.3.0"
  34. },
  35. "_requested": {
  36. "raw": "union-value@^1.0.0",
  37. "scope": null,
  38. "escapedName": "union-value",
  39. "name": "union-value",
  40. "rawSpec": "^1.0.0",
  41. "spec": ">=1.0.0 <2.0.0",
  42. "type": "range"
  43. },
  44. "_requiredBy": [
  45. "/cache-base"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
  48. "_shasum": "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4",
  49. "_shrinkwrap": null,
  50. "_spec": "union-value@^1.0.0",
  51. "_where": "/Users/tennesseeg/blueCoin/node_modules/cache-base",
  52. "author": {
  53. "name": "Jon Schlinkert",
  54. "url": "https://github.com/jonschlinkert"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/jonschlinkert/union-value/issues"
  58. },
  59. "dependencies": {
  60. "arr-union": "^3.1.0",
  61. "get-value": "^2.0.6",
  62. "is-extendable": "^0.1.1",
  63. "set-value": "^0.4.3"
  64. },
  65. "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  66. "devDependencies": {
  67. "gulp-format-md": "^0.1.11",
  68. "mocha": "^3.2.0",
  69. "should": "^11.2.0"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4",
  74. "tarball": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "3ef3dfbb89ae1f72aae88744dfafe70a47b313f8",
  83. "homepage": "https://github.com/jonschlinkert/union-value",
  84. "keywords": [
  85. "array",
  86. "dot",
  87. "get",
  88. "has",
  89. "nested",
  90. "notation",
  91. "object",
  92. "path",
  93. "prop",
  94. "property",
  95. "set",
  96. "union",
  97. "value"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "maintainers": [
  102. {
  103. "name": "jonschlinkert",
  104. "email": "github@sellside.com"
  105. }
  106. ],
  107. "name": "union-value",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/jonschlinkert/union-value.git"
  113. },
  114. "scripts": {
  115. "test": "mocha"
  116. },
  117. "verb": {
  118. "toc": false,
  119. "layout": "default",
  120. "tasks": [
  121. "readme"
  122. ],
  123. "plugins": [
  124. "gulp-format-md"
  125. ],
  126. "related": {
  127. "list": [
  128. "assign-value",
  129. "get-value",
  130. "has-value",
  131. "set-value",
  132. "unset-value"
  133. ]
  134. },
  135. "lint": {
  136. "reflinks": true
  137. }
  138. },
  139. "version": "1.0.0"
  140. }