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.

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "set-blocking@^2.0.0",
  3. "_id": "set-blocking@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
  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. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
  22. "_shasum": "045f9782d011ae9a6803ddd382b24392b3d890f7",
  23. "_spec": "set-blocking@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\yargs",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/yargs/set-blocking/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  35. "devDependencies": {
  36. "chai": "^3.5.0",
  37. "coveralls": "^2.11.9",
  38. "mocha": "^2.4.5",
  39. "nyc": "^6.4.4",
  40. "standard": "^7.0.1",
  41. "standard-version": "^2.2.1"
  42. },
  43. "files": [
  44. "index.js",
  45. "LICENSE.txt"
  46. ],
  47. "homepage": "https://github.com/yargs/set-blocking#readme",
  48. "keywords": [
  49. "flush",
  50. "terminal",
  51. "blocking",
  52. "shim",
  53. "stdio",
  54. "stderr"
  55. ],
  56. "license": "ISC",
  57. "main": "index.js",
  58. "name": "set-blocking",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/yargs/set-blocking.git"
  62. },
  63. "scripts": {
  64. "coverage": "nyc report --reporter=text-lcov | coveralls",
  65. "pretest": "standard",
  66. "test": "nyc mocha ./test/*.js",
  67. "version": "standard-version"
  68. },
  69. "version": "2.0.0"
  70. }