package.json 1.8 KB

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