package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "set-blocking@2.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "set-blocking@2.0.0",
  10. "_id": "set-blocking@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  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. "/sass-graph/yargs",
  28. "/webpack-dev-server/yargs",
  29. "/webpack/yargs",
  30. "/yargs"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  33. "_spec": "2.0.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Ben Coe",
  37. "email": "ben@npmjs.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/yargs/set-blocking/issues"
  41. },
  42. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  43. "devDependencies": {
  44. "chai": "^3.5.0",
  45. "coveralls": "^2.11.9",
  46. "mocha": "^2.4.5",
  47. "nyc": "^6.4.4",
  48. "standard": "^7.0.1",
  49. "standard-version": "^2.2.1"
  50. },
  51. "files": [
  52. "index.js",
  53. "LICENSE.txt"
  54. ],
  55. "homepage": "https://github.com/yargs/set-blocking#readme",
  56. "keywords": [
  57. "flush",
  58. "terminal",
  59. "blocking",
  60. "shim",
  61. "stdio",
  62. "stderr"
  63. ],
  64. "license": "ISC",
  65. "main": "index.js",
  66. "name": "set-blocking",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/yargs/set-blocking.git"
  70. },
  71. "scripts": {
  72. "coverage": "nyc report --reporter=text-lcov | coveralls",
  73. "pretest": "standard",
  74. "test": "nyc mocha ./test/*.js",
  75. "version": "standard-version"
  76. },
  77. "version": "2.0.0"
  78. }