package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "inquirer@^7.1.0",
  3. "_id": "inquirer@7.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
  6. "_location": "/inquirer",
  7. "_phantomChildren": {
  8. "signal-exit": "3.0.7"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "inquirer@^7.1.0",
  14. "name": "inquirer",
  15. "escapedName": "inquirer",
  16. "rawSpec": "^7.1.0",
  17. "saveSpec": null,
  18. "fetchSpec": "^7.1.0"
  19. },
  20. "_requiredBy": [
  21. "/@vue/cli-plugin-eslint",
  22. "/node-plop"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
  25. "_shasum": "04d176b2af04afc157a83fd7c100e98ee0aad003",
  26. "_spec": "inquirer@^7.1.0",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-plugin-eslint",
  28. "author": {
  29. "name": "Simon Boudrias",
  30. "email": "admin@simonboudrias.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ansi-escapes": "^4.2.1",
  38. "chalk": "^4.1.0",
  39. "cli-cursor": "^3.1.0",
  40. "cli-width": "^3.0.0",
  41. "external-editor": "^3.0.3",
  42. "figures": "^3.0.0",
  43. "lodash": "^4.17.19",
  44. "mute-stream": "0.0.8",
  45. "run-async": "^2.4.0",
  46. "rxjs": "^6.6.0",
  47. "string-width": "^4.1.0",
  48. "strip-ansi": "^6.0.0",
  49. "through": "^2.3.6"
  50. },
  51. "deprecated": false,
  52. "description": "A collection of common interactive command line user interfaces.",
  53. "devDependencies": {
  54. "chai": "^4.2.0",
  55. "chalk-pipe": "^4.0.0",
  56. "cmdify": "^0.0.4",
  57. "mocha": "^8.0.1",
  58. "mockery": "^2.1.0",
  59. "nyc": "^15.0.0",
  60. "sinon": "^9.0.0"
  61. },
  62. "engines": {
  63. "node": ">=8.0.0"
  64. },
  65. "files": [
  66. "lib",
  67. "README.md"
  68. ],
  69. "gitHead": "808d5538531c1ca1c34f832d77bc98dfd0ba4000",
  70. "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  71. "keywords": [
  72. "command",
  73. "prompt",
  74. "stdin",
  75. "cli",
  76. "tty",
  77. "menu"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/inquirer.js",
  81. "name": "inquirer",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  85. },
  86. "scripts": {
  87. "postpublish": "rm -f README.md",
  88. "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
  89. "prepublishOnly": "cp ../../README.md .",
  90. "test": "nyc mocha test/**/* -r ./test/before"
  91. },
  92. "version": "7.3.3"
  93. }