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.

152 regels
3.1 KiB

3 jaren geleden
  1. {
  2. "_args": [
  3. [
  4. "enquirer@2.3.6",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "enquirer@2.3.6",
  10. "_id": "enquirer@2.3.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
  13. "_location": "/enquirer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "enquirer@2.3.6",
  19. "name": "enquirer",
  20. "escapedName": "enquirer",
  21. "rawSpec": "2.3.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.6"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
  29. "_spec": "2.3.6",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/enquirer/enquirer/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Brian Woodward",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "url": "http://twitter.com/jonschlinkert"
  46. }
  47. ],
  48. "dependencies": {
  49. "ansi-colors": "^4.1.1"
  50. },
  51. "description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.",
  52. "devDependencies": {
  53. "@types/node": "^8",
  54. "gulp-format-md": "^2.0.0",
  55. "inquirer": "^6.2.0",
  56. "mocha": "^5.2.0",
  57. "nyc": "^13.1.0",
  58. "prompts": "^1.2.1",
  59. "time-require": "github:jonschlinkert/time-require",
  60. "typescript": "^3.1.6"
  61. },
  62. "engines": {
  63. "node": ">=8.6"
  64. },
  65. "files": [
  66. "index.js",
  67. "index.d.ts",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/enquirer/enquirer",
  71. "keywords": [
  72. "answer",
  73. "answers",
  74. "ask",
  75. "base",
  76. "cli",
  77. "command",
  78. "command-line",
  79. "confirm",
  80. "enquirer",
  81. "generator",
  82. "generate",
  83. "hyper",
  84. "input",
  85. "inquire",
  86. "inquirer",
  87. "interface",
  88. "iterm",
  89. "javascript",
  90. "node",
  91. "nodejs",
  92. "prompt",
  93. "prompts",
  94. "promptly",
  95. "question",
  96. "readline",
  97. "scaffold",
  98. "scaffolding",
  99. "scaffolder",
  100. "stdin",
  101. "stdout",
  102. "terminal",
  103. "tty",
  104. "ui",
  105. "yeoman",
  106. "yo",
  107. "zsh"
  108. ],
  109. "license": "MIT",
  110. "lintDeps": {
  111. "devDependencies": {
  112. "files": {
  113. "patterns": [
  114. "examples/**/*.js",
  115. "perf/*.js",
  116. "recipes/*.js"
  117. ]
  118. }
  119. }
  120. },
  121. "main": "index.js",
  122. "name": "enquirer",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/enquirer/enquirer.git"
  126. },
  127. "scripts": {
  128. "cover": "nyc --reporter=text --reporter=html mocha",
  129. "test": "mocha && tsc -p ./test/types"
  130. },
  131. "verb": {
  132. "toc": false,
  133. "layout": false,
  134. "tasks": [
  135. "readme"
  136. ],
  137. "plugins": [
  138. "gulp-format-md"
  139. ],
  140. "helpers": [
  141. "./docs/helpers.js"
  142. ],
  143. "lint": {
  144. "reflinks": true
  145. },
  146. "reflinks": [
  147. "inquirer",
  148. "prompt-skeleton"
  149. ]
  150. },
  151. "version": "2.3.6"
  152. }