package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "set-blocking@^2.0.0",
  3. "_id": "set-blocking@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  6. "_location": "/set-blocking",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "set-blocking@^2.0.0",
  12. "name": "set-blocking",
  13. "escapedName": "set-blocking",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/npmlog",
  20. "/sass-graph/yargs",
  21. "/webpack-cli/yargs",
  22. "/webpack-dev-server/yargs",
  23. "/yargs"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  26. "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  27. "_spec": "set-blocking@^2.0.0",
  28. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\yargs",
  29. "author": {
  30. "name": "Ben Coe",
  31. "email": "ben@npmjs.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/yargs/set-blocking/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  39. "devDependencies": {
  40. "chai": "^3.5.0",
  41. "coveralls": "^2.11.9",
  42. "mocha": "^2.4.5",
  43. "nyc": "^6.4.4",
  44. "standard": "^7.0.1",
  45. "standard-version": "^2.2.1"
  46. },
  47. "files": [
  48. "index.js",
  49. "LICENSE.txt"
  50. ],
  51. "homepage": "https://github.com/yargs/set-blocking#readme",
  52. "keywords": [
  53. "flush",
  54. "terminal",
  55. "blocking",
  56. "shim",
  57. "stdio",
  58. "stderr"
  59. ],
  60. "license": "ISC",
  61. "main": "index.js",
  62. "name": "set-blocking",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/yargs/set-blocking.git"
  66. },
  67. "scripts": {
  68. "coverage": "nyc report --reporter=text-lcov | coveralls",
  69. "pretest": "standard",
  70. "test": "nyc mocha ./test/*.js",
  71. "version": "standard-version"
  72. },
  73. "version": "2.0.0"
  74. }