package.json 2.4 KB

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