You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

80 lines
2.0 KiB

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