package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "inquirer@^7.3.3",
  3. "_id": "inquirer@7.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
  6. "_location": "/inquirer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inquirer@^7.3.3",
  12. "name": "inquirer",
  13. "escapedName": "inquirer",
  14. "rawSpec": "^7.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.3.3"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/telemetry"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
  22. "_shasum": "04d176b2af04afc157a83fd7c100e98ee0aad003",
  23. "_spec": "inquirer@^7.3.3",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\telemetry",
  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": "^4.2.1",
  35. "chalk": "^4.1.0",
  36. "cli-cursor": "^3.1.0",
  37. "cli-width": "^3.0.0",
  38. "external-editor": "^3.0.3",
  39. "figures": "^3.0.0",
  40. "lodash": "^4.17.19",
  41. "mute-stream": "0.0.8",
  42. "run-async": "^2.4.0",
  43. "rxjs": "^6.6.0",
  44. "string-width": "^4.1.0",
  45. "strip-ansi": "^6.0.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": "^4.0.0",
  53. "cmdify": "^0.0.4",
  54. "mocha": "^8.0.1",
  55. "mockery": "^2.1.0",
  56. "nyc": "^15.0.0",
  57. "sinon": "^9.0.0"
  58. },
  59. "engines": {
  60. "node": ">=8.0.0"
  61. },
  62. "files": [
  63. "lib",
  64. "README.md"
  65. ],
  66. "gitHead": "808d5538531c1ca1c34f832d77bc98dfd0ba4000",
  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": "7.3.3"
  90. }