UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "yargs@^7.0.0",
  6. "scope": null,
  7. "escapedName": "yargs",
  8. "name": "yargs",
  9. "rawSpec": "^7.0.0",
  10. "spec": ">=7.0.0 <8.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/sass-graph"
  14. ]
  15. ],
  16. "_from": "yargs@>=7.0.0 <8.0.0",
  17. "_id": "yargs@7.1.0",
  18. "_inCache": true,
  19. "_location": "/yargs",
  20. "_nodeVersion": "6.9.5",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/yargs-7.1.0.tgz_1492119927787_0.18849953636527061"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "4.5.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "yargs@^7.0.0",
  33. "scope": null,
  34. "escapedName": "yargs",
  35. "name": "yargs",
  36. "rawSpec": "^7.0.0",
  37. "spec": ">=7.0.0 <8.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/sass-graph"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz",
  44. "_shasum": "6ba318eb16961727f5d284f8ea003e8d6154d0c8",
  45. "_shrinkwrap": null,
  46. "_spec": "yargs@^7.0.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/sass-graph",
  48. "bugs": {
  49. "url": "https://github.com/yargs/yargs/issues"
  50. },
  51. "dependencies": {
  52. "camelcase": "^3.0.0",
  53. "cliui": "^3.2.0",
  54. "decamelize": "^1.1.1",
  55. "get-caller-file": "^1.0.1",
  56. "os-locale": "^1.4.0",
  57. "read-pkg-up": "^1.0.1",
  58. "require-directory": "^2.1.1",
  59. "require-main-filename": "^1.0.1",
  60. "set-blocking": "^2.0.0",
  61. "string-width": "^1.0.2",
  62. "which-module": "^1.0.0",
  63. "y18n": "^3.2.1",
  64. "yargs-parser": "^5.0.0"
  65. },
  66. "description": "yargs the modern, pirate-themed, successor to optimist.",
  67. "devDependencies": {
  68. "chai": "^3.4.1",
  69. "chalk": "^1.1.3",
  70. "coveralls": "^2.11.11",
  71. "cpr": "^2.0.0",
  72. "cross-spawn": "^5.0.1",
  73. "es6-promise": "^4.0.2",
  74. "hashish": "0.0.4",
  75. "mocha": "^3.0.1",
  76. "nyc": "^10.0.0",
  77. "rimraf": "^2.5.0",
  78. "standard": "^8.6.0",
  79. "standard-version": "^3.0.0",
  80. "which": "^1.2.9"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "6ba318eb16961727f5d284f8ea003e8d6154d0c8",
  85. "tarball": "https://registry.npmjs.org/yargs/-/yargs-7.1.0.tgz"
  86. },
  87. "engine": {
  88. "node": ">=0.10"
  89. },
  90. "files": [
  91. "index.js",
  92. "yargs.js",
  93. "lib",
  94. "locales",
  95. "completion.sh.hbs",
  96. "LICENSE"
  97. ],
  98. "gitHead": "e7359d632595c3a5fcfd691994859b66e8943c85",
  99. "greenkeeper": {
  100. "ignore": [
  101. "string-width",
  102. "read-pkg-up",
  103. "camelcase"
  104. ]
  105. },
  106. "homepage": "http://yargs.js.org/",
  107. "keywords": [
  108. "argument",
  109. "args",
  110. "option",
  111. "parser",
  112. "parsing",
  113. "cli",
  114. "command"
  115. ],
  116. "license": "MIT",
  117. "main": "./index.js",
  118. "maintainers": [
  119. {
  120. "name": "bcoe",
  121. "email": "ben@npmjs.com"
  122. },
  123. {
  124. "name": "chevex",
  125. "email": "alex.ford@codetunnel.com"
  126. },
  127. {
  128. "name": "nexdrew",
  129. "email": "andrew@npmjs.com"
  130. },
  131. {
  132. "name": "nylen",
  133. "email": "jnylen@gmail.com"
  134. }
  135. ],
  136. "name": "yargs",
  137. "optionalDependencies": {},
  138. "readme": "ERROR: No README data found!",
  139. "repository": {
  140. "type": "git",
  141. "url": "git+ssh://git@github.com/yargs/yargs.git"
  142. },
  143. "scripts": {
  144. "coverage": "nyc report --reporter=text-lcov | coveralls",
  145. "pretest": "standard",
  146. "release": "standard-version",
  147. "test": "nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks"
  148. },
  149. "standard": {
  150. "ignore": [
  151. "**/example/**"
  152. ]
  153. },
  154. "version": "7.1.0"
  155. }