package.json 2.4 KB

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