tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.2 KiB

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