package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "inquirer@7.3.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inquirer@7.3.3",
  10. "_id": "inquirer@7.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BNF2sq8Er8FXqD/XwQDpjuCq0AM=",
  13. "_location": "/inquirer",
  14. "_phantomChildren": {
  15. "signal-exit": "3.0.3"
  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. "/eslint"
  30. ],
  31. "_resolved": "https://registry.nlark.com/inquirer/download/inquirer-7.3.3.tgz",
  32. "_spec": "7.3.3",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  34. "author": {
  35. "name": "Simon Boudrias",
  36. "email": "admin@simonboudrias.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  40. },
  41. "dependencies": {
  42. "ansi-escapes": "^4.2.1",
  43. "chalk": "^4.1.0",
  44. "cli-cursor": "^3.1.0",
  45. "cli-width": "^3.0.0",
  46. "external-editor": "^3.0.3",
  47. "figures": "^3.0.0",
  48. "lodash": "^4.17.19",
  49. "mute-stream": "0.0.8",
  50. "run-async": "^2.4.0",
  51. "rxjs": "^6.6.0",
  52. "string-width": "^4.1.0",
  53. "strip-ansi": "^6.0.0",
  54. "through": "^2.3.6"
  55. },
  56. "description": "A collection of common interactive command line user interfaces.",
  57. "devDependencies": {
  58. "chai": "^4.2.0",
  59. "chalk-pipe": "^4.0.0",
  60. "cmdify": "^0.0.4",
  61. "mocha": "^8.0.1",
  62. "mockery": "^2.1.0",
  63. "nyc": "^15.0.0",
  64. "sinon": "^9.0.0"
  65. },
  66. "engines": {
  67. "node": ">=8.0.0"
  68. },
  69. "files": [
  70. "lib",
  71. "README.md"
  72. ],
  73. "gitHead": "808d5538531c1ca1c34f832d77bc98dfd0ba4000",
  74. "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  75. "keywords": [
  76. "command",
  77. "prompt",
  78. "stdin",
  79. "cli",
  80. "tty",
  81. "menu"
  82. ],
  83. "license": "MIT",
  84. "main": "lib/inquirer.js",
  85. "name": "inquirer",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  89. },
  90. "scripts": {
  91. "postpublish": "rm -f README.md",
  92. "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
  93. "prepublishOnly": "cp ../../README.md .",
  94. "test": "nyc mocha test/**/* -r ./test/before"
  95. },
  96. "version": "7.3.3"
  97. }