package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "set-blocking@2.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "set-blocking@2.0.0",
  9. "_id": "set-blocking@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
  12. "_location": "/set-blocking",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "set-blocking@2.0.0",
  18. "name": "set-blocking",
  19. "escapedName": "set-blocking",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/npmlog",
  26. "/sass-graph/yargs",
  27. "/webpack-dev-server/yargs"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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. }