package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "/yargs"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  45. "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  46. "_shrinkwrap": null,
  47. "_spec": "set-blocking@~2.0.0",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/npmlog",
  49. "author": {
  50. "name": "Ben Coe",
  51. "email": "ben@npmjs.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/yargs/set-blocking/issues"
  55. },
  56. "dependencies": {},
  57. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  58. "devDependencies": {
  59. "chai": "^3.5.0",
  60. "coveralls": "^2.11.9",
  61. "mocha": "^2.4.5",
  62. "nyc": "^6.4.4",
  63. "standard": "^7.0.1",
  64. "standard-version": "^2.2.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  69. "tarball": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz"
  70. },
  71. "files": [
  72. "index.js",
  73. "LICENSE.txt"
  74. ],
  75. "gitHead": "7eec10577b5fff264de477ba3b9d07f404946eff",
  76. "homepage": "https://github.com/yargs/set-blocking#readme",
  77. "keywords": [
  78. "flush",
  79. "terminal",
  80. "blocking",
  81. "shim",
  82. "stdio",
  83. "stderr"
  84. ],
  85. "license": "ISC",
  86. "main": "index.js",
  87. "maintainers": [
  88. {
  89. "name": "bcoe",
  90. "email": "ben@npmjs.com"
  91. }
  92. ],
  93. "name": "set-blocking",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/yargs/set-blocking.git"
  99. },
  100. "scripts": {
  101. "coverage": "nyc report --reporter=text-lcov | coveralls",
  102. "pretest": "standard",
  103. "test": "nyc mocha ./test/*.js",
  104. "version": "standard-version"
  105. },
  106. "version": "2.0.0"
  107. }