package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "_args": [
  3. [
  4. "inquirer@^5.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli"
  6. ]
  7. ],
  8. "_from": "inquirer@>=5.2.0 <6.0.0",
  9. "_id": "inquirer@5.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/inquirer",
  13. "_nodeVersion": "9.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/inquirer_5.2.0_1522076584383_0.9600650396758739"
  17. },
  18. "_npmUser": {
  19. "email": "admin@simonboudrias.com",
  20. "name": "sboudrias"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "inquirer",
  26. "raw": "inquirer@^5.2.0",
  27. "rawSpec": "^5.2.0",
  28. "scope": null,
  29. "spec": ">=5.2.0 <6.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-cli",
  34. "/yeoman-environment"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz",
  37. "_shasum": "db350c2b73daca77ff1243962e9f22f099685726",
  38. "_shrinkwrap": null,
  39. "_spec": "inquirer@^5.2.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli",
  41. "author": {
  42. "email": "admin@simonboudrias.com",
  43. "name": "Simon Boudrias"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/SBoudrias/Inquirer.js/issues"
  47. },
  48. "dependencies": {
  49. "ansi-escapes": "^3.0.0",
  50. "chalk": "^2.0.0",
  51. "cli-cursor": "^2.1.0",
  52. "cli-width": "^2.0.0",
  53. "external-editor": "^2.1.0",
  54. "figures": "^2.0.0",
  55. "lodash": "^4.3.0",
  56. "mute-stream": "0.0.7",
  57. "run-async": "^2.2.0",
  58. "rxjs": "^5.5.2",
  59. "string-width": "^2.1.0",
  60. "strip-ansi": "^4.0.0",
  61. "through": "^2.3.6"
  62. },
  63. "description": "A collection of common interactive command line user interfaces.",
  64. "devDependencies": {
  65. "chai": "^4.0.1",
  66. "chalk-pipe": "^1.2.0",
  67. "cmdify": "^0.0.4",
  68. "coveralls": "^3.0.0",
  69. "eslint": "^4.1.0",
  70. "eslint-config-prettier": "^2.4.0",
  71. "eslint-config-xo": "^0.20.0",
  72. "eslint-plugin-prettier": "^2.2.0",
  73. "husky": "^0.14.3",
  74. "lint-staged": "^7.0.0",
  75. "mocha": "^5.0.0",
  76. "mockery": "^2.1.0",
  77. "nsp": "^3.0.0",
  78. "nyc": "^11.3.0",
  79. "prettier": "^1.7.0",
  80. "sinon": "^4.0.0"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "fileCount": 23,
  85. "integrity": "sha512-E9BmnJbAKLPGonz0HeWHtbKf+EeSP93paWO3ZYoUpq/aowXvYGjjCSuashhXPpzbArIjBbji39THkxTz9ZeEUQ==",
  86. "shasum": "db350c2b73daca77ff1243962e9f22f099685726",
  87. "tarball": "https://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz",
  88. "unpackedSize": 72154
  89. },
  90. "engines": {
  91. "node": ">=6.0.0"
  92. },
  93. "eslintConfig": {
  94. "env": {
  95. "mocha": true,
  96. "node": true
  97. },
  98. "extends": [
  99. "prettier",
  100. "xo"
  101. ],
  102. "plugins": [
  103. "prettier"
  104. ],
  105. "rules": {
  106. "eqeqeq": [
  107. {
  108. "null": "ignore"
  109. },
  110. "always",
  111. "error"
  112. ],
  113. "no-eq-null": "off",
  114. "prettier/prettier": [
  115. {
  116. "singleQuote": true,
  117. "printWidth": 90
  118. },
  119. "error"
  120. ]
  121. }
  122. },
  123. "files": [
  124. "lib"
  125. ],
  126. "gitHead": "2fe70c0ae6ee6154a5a4bc9f8e76b0d68aa4fc61",
  127. "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
  128. "keywords": [
  129. "cli",
  130. "command",
  131. "menu",
  132. "prompt",
  133. "stdin",
  134. "tty"
  135. ],
  136. "license": "MIT",
  137. "lint-staged": {
  138. "*.js": [
  139. "eslint --fix",
  140. "git add"
  141. ],
  142. "*.json": [
  143. "git add",
  144. "prettier --write"
  145. ]
  146. },
  147. "main": "lib/inquirer.js",
  148. "maintainers": [
  149. {
  150. "name": "mischah",
  151. "email": "mail@michael-kuehnel.de"
  152. },
  153. {
  154. "name": "sboudrias",
  155. "email": "admin@simonboudrias.com"
  156. }
  157. ],
  158. "name": "inquirer",
  159. "optionalDependencies": {},
  160. "readme": "ERROR: No README data found!",
  161. "repository": {
  162. "type": "git",
  163. "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
  164. },
  165. "scripts": {
  166. "coverage": "nyc report --reporter=text-lcov | coveralls",
  167. "precommit": "lint-staged",
  168. "prepublish": "nsp check",
  169. "pretest": "eslint .",
  170. "test": "nyc mocha test/**/* -r ./test/before"
  171. },
  172. "version": "5.2.0"
  173. }