Ohm-Management - Projektarbeit B-ME
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 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "inquirer@^6.4.1",
  3. "_id": "inquirer@6.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==",
  6. "_location": "/inquirer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inquirer@^6.4.1",
  12. "name": "inquirer",
  13. "escapedName": "inquirer",
  14. "rawSpec": "^6.4.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.1"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.4.1.tgz",
  22. "_shasum": "7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b",
  23. "_spec": "inquirer@^6.4.1",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
  25. "author": {
  26. "name": "Simon Boudrias",
  27. "email": "admin@simonboudrias.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "ansi-escapes": "^3.2.0",
  35. "chalk": "^2.4.2",
  36. "cli-cursor": "^2.1.0",
  37. "cli-width": "^2.0.0",
  38. "external-editor": "^3.0.3",
  39. "figures": "^2.0.0",
  40. "lodash": "^4.17.11",
  41. "mute-stream": "0.0.7",
  42. "run-async": "^2.2.0",
  43. "rxjs": "^6.4.0",
  44. "string-width": "^2.1.0",
  45. "strip-ansi": "^5.1.0",
  46. "through": "^2.3.6"
  47. },
  48. "deprecated": false,
  49. "description": "A collection of common interactive command line user interfaces.",
  50. "devDependencies": {
  51. "chai": "^4.2.0",
  52. "chalk-pipe": "^2.0.0",
  53. "cmdify": "^0.0.4",
  54. "mocha": "^5.0.0",
  55. "mockery": "^2.1.0",
  56. "nyc": "^13.1.0",
  57. "sinon": "^7.1.1"
  58. },
  59. "engines": {
  60. "node": ">=6.0.0"
  61. },
  62. "files": [
  63. "lib",
  64. "README.md"
  65. ],
  66. "gitHead": "b951b48e46930b3fe6300b7f42f58d3042579619",
  67. "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  68. "keywords": [
  69. "command",
  70. "prompt",
  71. "stdin",
  72. "cli",
  73. "tty",
  74. "menu"
  75. ],
  76. "license": "MIT",
  77. "main": "lib/inquirer.js",
  78. "name": "inquirer",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  82. },
  83. "scripts": {
  84. "postpublish": "rm -f README.md",
  85. "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
  86. "prepublishOnly": "cp ../../README.md .",
  87. "test": "nyc mocha test/**/* -r ./test/before"
  88. },
  89. "version": "6.4.1"
  90. }