package.json 1.8 KB

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