package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "set-blocking@2.0.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "set-blocking@2.0.0",
  10. "_id": "set-blocking@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
  13. "_location": "/set-blocking",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "set-blocking@2.0.0",
  19. "name": "set-blocking",
  20. "escapedName": "set-blocking",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/npmlog",
  27. "/yargs"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Ben Coe",
  34. "email": "ben@npmjs.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/yargs/set-blocking/issues"
  38. },
  39. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  40. "devDependencies": {
  41. "chai": "^3.5.0",
  42. "coveralls": "^2.11.9",
  43. "mocha": "^2.4.5",
  44. "nyc": "^6.4.4",
  45. "standard": "^7.0.1",
  46. "standard-version": "^2.2.1"
  47. },
  48. "files": [
  49. "index.js",
  50. "LICENSE.txt"
  51. ],
  52. "homepage": "https://github.com/yargs/set-blocking#readme",
  53. "keywords": [
  54. "flush",
  55. "terminal",
  56. "blocking",
  57. "shim",
  58. "stdio",
  59. "stderr"
  60. ],
  61. "license": "ISC",
  62. "main": "index.js",
  63. "name": "set-blocking",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/yargs/set-blocking.git"
  67. },
  68. "scripts": {
  69. "coverage": "nyc report --reporter=text-lcov | coveralls",
  70. "pretest": "standard",
  71. "test": "nyc mocha ./test/*.js",
  72. "version": "standard-version"
  73. },
  74. "version": "2.0.0"
  75. }