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.4KB

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