UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "set-blocking@~2.0.0",
  6. "scope": null,
  7. "escapedName": "set-blocking",
  8. "name": "set-blocking",
  9. "rawSpec": "~2.0.0",
  10. "spec": ">=2.0.0 <2.1.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/npmlog"
  14. ]
  15. ],
  16. "_from": "set-blocking@>=2.0.0 <2.1.0",
  17. "_id": "set-blocking@2.0.0",
  18. "_inCache": true,
  19. "_location": "/set-blocking",
  20. "_nodeVersion": "0.12.7",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/set-blocking-2.0.0.tgz_1463525966987_0.5456729622092098"
  24. },
  25. "_npmUser": {
  26. "name": "bcoe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "_npmVersion": "2.11.3",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "set-blocking@~2.0.0",
  33. "scope": null,
  34. "escapedName": "set-blocking",
  35. "name": "set-blocking",
  36. "rawSpec": "~2.0.0",
  37. "spec": ">=2.0.0 <2.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/npmlog",
  42. "/webpack/yargs",
  43. "/yargs"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  46. "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  47. "_shrinkwrap": null,
  48. "_spec": "set-blocking@~2.0.0",
  49. "_where": "/Users/tennesseeg/blueCoin/node_modules/npmlog",
  50. "author": {
  51. "name": "Ben Coe",
  52. "email": "ben@npmjs.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/yargs/set-blocking/issues"
  56. },
  57. "dependencies": {},
  58. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  59. "devDependencies": {
  60. "chai": "^3.5.0",
  61. "coveralls": "^2.11.9",
  62. "mocha": "^2.4.5",
  63. "nyc": "^6.4.4",
  64. "standard": "^7.0.1",
  65. "standard-version": "^2.2.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  70. "tarball": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
  71. },
  72. "files": [
  73. "index.js",
  74. "LICENSE.txt"
  75. ],
  76. "gitHead": "7eec10577b5fff264de477ba3b9d07f404946eff",
  77. "homepage": "https://github.com/yargs/set-blocking#readme",
  78. "keywords": [
  79. "flush",
  80. "terminal",
  81. "blocking",
  82. "shim",
  83. "stdio",
  84. "stderr"
  85. ],
  86. "license": "ISC",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "bcoe",
  91. "email": "ben@npmjs.com"
  92. }
  93. ],
  94. "name": "set-blocking",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/yargs/set-blocking.git"
  100. },
  101. "scripts": {
  102. "coverage": "nyc report --reporter=text-lcov | coveralls",
  103. "pretest": "standard",
  104. "test": "nyc mocha ./test/*.js",
  105. "version": "standard-version"
  106. },
  107. "version": "2.0.0"
  108. }