Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

3 anni fa
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "inquirer@6.5.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "inquirer@6.5.2",
  9. "_id": "inquirer@6.5.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==",
  12. "_location": "/inquirer",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0",
  17. "tslib": "1.13.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "inquirer@6.5.2",
  23. "name": "inquirer",
  24. "escapedName": "inquirer",
  25. "rawSpec": "6.5.2",
  26. "saveSpec": null,
  27. "fetchSpec": "6.5.2"
  28. },
  29. "_requiredBy": [
  30. "/eslint"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.5.2.tgz",
  33. "_spec": "6.5.2",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "^3.2.0",
  44. "chalk": "^2.4.2",
  45. "cli-cursor": "^2.1.0",
  46. "cli-width": "^2.0.0",
  47. "external-editor": "^3.0.3",
  48. "figures": "^2.0.0",
  49. "lodash": "^4.17.12",
  50. "mute-stream": "0.0.7",
  51. "run-async": "^2.2.0",
  52. "rxjs": "^6.4.0",
  53. "string-width": "^2.1.0",
  54. "strip-ansi": "^5.1.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": "^2.0.0",
  61. "cmdify": "^0.0.4",
  62. "mocha": "^5.0.0",
  63. "mockery": "^2.1.0",
  64. "nyc": "^13.1.0",
  65. "sinon": "^7.1.1"
  66. },
  67. "engines": {
  68. "node": ">=6.0.0"
  69. },
  70. "files": [
  71. "lib",
  72. "README.md"
  73. ],
  74. "gitHead": "7d87f666042c67638d2e89bd4586d22f61e90130",
  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": "6.5.2"
  98. }