package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "inquirer@7.3.3",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inquirer@7.3.3",
  10. "_id": "inquirer@7.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
  13. "_location": "/inquirer",
  14. "_phantomChildren": {
  15. "signal-exit": "3.0.6"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "inquirer@7.3.3",
  21. "name": "inquirer",
  22. "escapedName": "inquirer",
  23. "rawSpec": "7.3.3",
  24. "saveSpec": null,
  25. "fetchSpec": "7.3.3"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-plugin-eslint"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/inquirer/download/inquirer-7.3.3.tgz",
  31. "_spec": "7.3.3",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "Simon Boudrias",
  35. "email": "admin@simonboudrias.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  39. },
  40. "dependencies": {
  41. "ansi-escapes": "^4.2.1",
  42. "chalk": "^4.1.0",
  43. "cli-cursor": "^3.1.0",
  44. "cli-width": "^3.0.0",
  45. "external-editor": "^3.0.3",
  46. "figures": "^3.0.0",
  47. "lodash": "^4.17.19",
  48. "mute-stream": "0.0.8",
  49. "run-async": "^2.4.0",
  50. "rxjs": "^6.6.0",
  51. "string-width": "^4.1.0",
  52. "strip-ansi": "^6.0.0",
  53. "through": "^2.3.6"
  54. },
  55. "description": "A collection of common interactive command line user interfaces.",
  56. "devDependencies": {
  57. "chai": "^4.2.0",
  58. "chalk-pipe": "^4.0.0",
  59. "cmdify": "^0.0.4",
  60. "mocha": "^8.0.1",
  61. "mockery": "^2.1.0",
  62. "nyc": "^15.0.0",
  63. "sinon": "^9.0.0"
  64. },
  65. "engines": {
  66. "node": ">=8.0.0"
  67. },
  68. "files": [
  69. "lib",
  70. "README.md"
  71. ],
  72. "gitHead": "808d5538531c1ca1c34f832d77bc98dfd0ba4000",
  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": "7.3.3"
  96. }