a zip code crypto-currency system good for red ONLY

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "cliui@^3.2.0",
  3. "_id": "cliui@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=",
  6. "_location": "/cliui",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cliui@^3.2.0",
  12. "name": "cliui",
  13. "escapedName": "cliui",
  14. "rawSpec": "^3.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack/yargs",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz",
  23. "_shasum": "120601537a916d29940f934da3b48d585a39213d",
  24. "_spec": "cliui@^3.2.0",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/yargs",
  26. "author": {
  27. "name": "Ben Coe",
  28. "email": "ben@npmjs.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/yargs/cliui/issues"
  32. },
  33. "bundleDependencies": false,
  34. "config": {
  35. "blanket": {
  36. "pattern": [
  37. "index.js"
  38. ],
  39. "data-cover-never": [
  40. "node_modules",
  41. "test"
  42. ],
  43. "output-reporter": "spec"
  44. }
  45. },
  46. "dependencies": {
  47. "string-width": "^1.0.1",
  48. "strip-ansi": "^3.0.1",
  49. "wrap-ansi": "^2.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "easily create complex multi-column command-line-interfaces",
  53. "devDependencies": {
  54. "chai": "^3.5.0",
  55. "chalk": "^1.1.2",
  56. "coveralls": "^2.11.8",
  57. "mocha": "^2.4.5",
  58. "nyc": "^6.4.0",
  59. "standard": "^6.0.8",
  60. "standard-version": "^2.1.2"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/yargs/cliui#readme",
  66. "keywords": [
  67. "cli",
  68. "command-line",
  69. "layout",
  70. "design",
  71. "console",
  72. "wrap",
  73. "table"
  74. ],
  75. "license": "ISC",
  76. "main": "index.js",
  77. "name": "cliui",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/yargs/cliui.git"
  81. },
  82. "scripts": {
  83. "coverage": "nyc --reporter=text-lcov mocha | coveralls",
  84. "pretest": "standard",
  85. "test": "nyc mocha",
  86. "version": "standard-version"
  87. },
  88. "standard": {
  89. "ignore": [
  90. "**/example/**"
  91. ],
  92. "globals": [
  93. "it"
  94. ]
  95. },
  96. "version": "3.2.0"
  97. }