package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "inquirer@7.0.4",
  3. "_id": "inquirer@7.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Bu5Td5+j11sCkqfqmUTiwv+tWisMtP0L7Q8WrqA2C/BbBhy1YTdFrvjjlrKq8oagA/tLQBski2Gcx/Sqyi2qSQ==",
  6. "_location": "/inquirer",
  7. "_phantomChildren": {
  8. "escape-string-regexp": "1.0.5",
  9. "supports-color": "5.5.0"
  10. },
  11. "_requested": {
  12. "type": "version",
  13. "registry": true,
  14. "raw": "inquirer@7.0.4",
  15. "name": "inquirer",
  16. "escapedName": "inquirer",
  17. "rawSpec": "7.0.4",
  18. "saveSpec": null,
  19. "fetchSpec": "7.0.4"
  20. },
  21. "_requiredBy": [
  22. "/create-react-app"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.4.tgz",
  25. "_shasum": "99af5bde47153abca23f5c7fc30db247f39da703",
  26. "_spec": "inquirer@7.0.4",
  27. "_where": "E:\\a-level\\project_js2\\node_modules\\create-react-app",
  28. "author": {
  29. "name": "Simon Boudrias",
  30. "email": "admin@simonboudrias.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "ansi-escapes": "^4.2.1",
  38. "chalk": "^2.4.2",
  39. "cli-cursor": "^3.1.0",
  40. "cli-width": "^2.0.0",
  41. "external-editor": "^3.0.3",
  42. "figures": "^3.0.0",
  43. "lodash": "^4.17.15",
  44. "mute-stream": "0.0.8",
  45. "run-async": "^2.2.0",
  46. "rxjs": "^6.5.3",
  47. "string-width": "^4.1.0",
  48. "strip-ansi": "^5.1.0",
  49. "through": "^2.3.6"
  50. },
  51. "deprecated": false,
  52. "description": "A collection of common interactive command line user interfaces.",
  53. "devDependencies": {
  54. "chai": "^4.2.0",
  55. "chalk-pipe": "^2.0.0",
  56. "cmdify": "^0.0.4",
  57. "mocha": "^6.2.1",
  58. "mockery": "^2.1.0",
  59. "nyc": "^14.1.1",
  60. "sinon": "^7.5.0"
  61. },
  62. "engines": {
  63. "node": ">=6.0.0"
  64. },
  65. "files": [
  66. "lib",
  67. "README.md"
  68. ],
  69. "gitHead": "4b8b47f5664287c453ad6dcda95efa72139e5d4a",
  70. "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  71. "keywords": [
  72. "command",
  73. "prompt",
  74. "stdin",
  75. "cli",
  76. "tty",
  77. "menu"
  78. ],
  79. "license": "MIT",
  80. "main": "lib/inquirer.js",
  81. "name": "inquirer",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  85. },
  86. "scripts": {
  87. "postpublish": "rm -f README.md",
  88. "posttest": "nyc report --reporter=text-lcov > ../../coverage/nyc-report.lcov",
  89. "prepublishOnly": "cp ../../README.md .",
  90. "test": "nyc mocha test/**/* -r ./test/before"
  91. },
  92. "version": "7.0.4"
  93. }