xinference 0.6.4__py3-none-any.whl → 0.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of xinference might be problematic. Click here for more details.

Files changed (258) hide show
  1. xinference/_version.py +3 -3
  2. xinference/api/restful_api.py +49 -62
  3. xinference/client/restful/restful_client.py +10 -1
  4. xinference/conftest.py +2 -2
  5. xinference/constants.py +10 -0
  6. xinference/core/model.py +33 -10
  7. xinference/core/resource.py +12 -11
  8. xinference/core/supervisor.py +22 -2
  9. xinference/core/worker.py +44 -16
  10. xinference/deploy/cmdline.py +19 -9
  11. xinference/deploy/local.py +9 -1
  12. xinference/deploy/supervisor.py +16 -3
  13. xinference/deploy/utils.py +1 -0
  14. xinference/deploy/worker.py +1 -1
  15. xinference/model/embedding/__init__.py +10 -0
  16. xinference/model/embedding/core.py +3 -0
  17. xinference/model/embedding/custom.py +5 -4
  18. xinference/model/embedding/model_spec.json +16 -0
  19. xinference/model/embedding/model_spec_modelscope.json +16 -0
  20. xinference/model/llm/__init__.py +22 -2
  21. xinference/model/llm/core.py +2 -2
  22. xinference/model/llm/ggml/chatglm.py +79 -15
  23. xinference/model/llm/ggml/llamacpp.py +2 -2
  24. xinference/model/llm/llm_family.json +99 -4
  25. xinference/model/llm/llm_family.py +54 -8
  26. xinference/model/llm/llm_family_modelscope.json +81 -2
  27. xinference/model/llm/pytorch/chatglm.py +95 -2
  28. xinference/model/llm/utils.py +12 -8
  29. xinference/model/llm/vllm/core.py +26 -5
  30. xinference/model/utils.py +25 -0
  31. xinference/types.py +64 -5
  32. xinference/utils.py +20 -0
  33. xinference/web/ui/build/asset-manifest.json +3 -3
  34. xinference/web/ui/build/index.html +1 -1
  35. xinference/web/ui/build/static/js/main.8126d441.js +3 -0
  36. xinference/web/ui/build/static/js/main.8126d441.js.map +1 -0
  37. xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json +1 -0
  38. xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
  39. xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
  40. xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json +1 -0
  41. xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
  42. xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json +1 -0
  43. xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json +1 -0
  44. xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
  45. xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json +1 -0
  46. xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json +1 -0
  47. xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json +1 -0
  48. xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json +1 -0
  49. xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
  50. xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
  51. xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json +1 -0
  52. xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
  53. xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json +1 -0
  54. xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
  55. xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
  56. xinference/web/ui/node_modules/.package-lock.json +1077 -405
  57. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
  58. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
  59. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
  60. xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
  61. xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
  62. xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
  63. xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
  64. xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
  65. xinference/web/ui/node_modules/@types/semver/package.json +15 -15
  66. xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
  67. xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
  68. xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
  69. xinference/web/ui/node_modules/array-includes/package.json +8 -8
  70. xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
  71. xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
  72. xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
  73. xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  74. xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
  75. xinference/web/ui/node_modules/astral-regex/package.json +33 -0
  76. xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
  77. xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
  78. xinference/web/ui/node_modules/axe-core/package.json +1 -2
  79. xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
  80. xinference/web/ui/node_modules/call-bind/package.json +33 -23
  81. xinference/web/ui/node_modules/define-data-property/package.json +113 -0
  82. xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
  83. xinference/web/ui/node_modules/define-properties/package.json +5 -4
  84. xinference/web/ui/node_modules/enquirer/package.json +112 -0
  85. xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  86. xinference/web/ui/node_modules/es-abstract/package.json +29 -23
  87. xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
  88. xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
  89. xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
  90. xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
  91. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  92. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
  93. xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
  94. xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
  95. xinference/web/ui/node_modules/eslint/package.json +53 -82
  96. xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
  97. xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
  98. xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
  99. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
  100. xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
  101. xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
  102. xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
  103. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  104. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
  105. xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
  106. xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
  107. xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
  108. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  109. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
  110. xinference/web/ui/node_modules/espree/package.json +27 -51
  111. xinference/web/ui/node_modules/function-bind/package.json +38 -14
  112. xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
  113. xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
  114. xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
  115. xinference/web/ui/node_modules/hasown/package.json +91 -0
  116. xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
  117. xinference/web/ui/node_modules/is-async-function/package.json +86 -0
  118. xinference/web/ui/node_modules/is-core-module/core.json +3 -3
  119. xinference/web/ui/node_modules/is-core-module/package.json +7 -7
  120. xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
  121. xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
  122. xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
  123. xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
  124. xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
  125. xinference/web/ui/node_modules/language-tags/package.json +48 -8
  126. xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
  127. xinference/web/ui/node_modules/object-inspect/package.json +8 -6
  128. xinference/web/ui/node_modules/object.entries/package.json +7 -7
  129. xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
  130. xinference/web/ui/node_modules/object.groupby/package.json +83 -0
  131. xinference/web/ui/node_modules/object.values/package.json +7 -7
  132. xinference/web/ui/node_modules/prettier/package.json +21 -0
  133. xinference/web/ui/node_modules/progress/package.json +26 -0
  134. xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
  135. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
  136. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  137. xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
  138. xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
  139. xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
  140. xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
  141. xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
  142. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
  143. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
  144. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
  145. xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
  146. xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
  147. xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
  148. xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
  149. xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
  150. xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
  151. xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
  152. xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
  153. xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
  154. xinference/web/ui/node_modules/regexpp/package.json +91 -0
  155. xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
  156. xinference/web/ui/node_modules/resolve/package.json +9 -8
  157. xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  158. xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
  159. xinference/web/ui/node_modules/set-function-length/package.json +84 -0
  160. xinference/web/ui/node_modules/set-function-name/package.json +80 -0
  161. xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
  162. xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
  163. xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
  164. xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
  165. xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
  166. xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
  167. xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
  168. xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
  169. xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
  170. xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
  171. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
  172. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  173. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  174. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  175. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  176. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  177. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  178. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  179. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  180. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  181. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  182. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  183. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  184. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  185. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  186. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  187. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  188. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  189. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  190. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
  191. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  192. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  193. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  194. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  195. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  196. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  197. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  198. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  199. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  200. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  201. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  202. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  203. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  204. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  205. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  206. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  207. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  208. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  209. xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
  210. xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
  211. xinference/web/ui/node_modules/table/package.json +77 -0
  212. xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
  213. xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
  214. xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
  215. xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
  216. xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
  217. xinference/web/ui/package-lock.json +1085 -406
  218. xinference/web/ui/package.json +10 -2
  219. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/METADATA +53 -36
  220. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/RECORD +232 -124
  221. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/WHEEL +1 -1
  222. xinference/web/ui/build/static/js/main.8ae3b6d9.js +0 -3
  223. xinference/web/ui/build/static/js/main.8ae3b6d9.js.map +0 -1
  224. xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
  225. xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
  226. xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
  227. xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
  228. xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
  229. xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
  230. xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
  231. xinference/web/ui/node_modules/.cache/babel-loader/82dd896a6674286c48c1ab9f9147dd6e542dccd99848d5b3133a38efba8bd7ee.json +0 -1
  232. xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
  233. xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
  234. xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
  235. xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
  236. xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
  237. xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
  238. xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  239. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
  240. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
  241. xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
  242. xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
  243. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
  244. xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
  245. xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  246. xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
  247. xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
  248. /xinference/web/ui/build/static/js/{main.8ae3b6d9.js.LICENSE.txt → main.8126d441.js.LICENSE.txt} +0 -0
  249. /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
  250. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
  251. /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
  252. /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
  253. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
  254. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
  255. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
  256. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/LICENSE +0 -0
  257. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/entry_points.txt +0 -0
  258. {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ast-types-flow",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "description": "Flow types for the Javascript AST",
5
5
  "main": "lib/types.js",
6
6
  "files": [
@@ -20,7 +20,7 @@
20
20
  "javascript"
21
21
  ],
22
22
  "author": "kyldvs",
23
- "license": "ISC",
23
+ "license": "MIT",
24
24
  "bugs": {
25
25
  "url": "https://github.com/kyldvs/ast-types-flow/issues"
26
26
  },
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "astral-regex",
3
+ "version": "2.0.0",
4
+ "description": "Regular expression for matching astral symbols",
5
+ "license": "MIT",
6
+ "repository": "kevva/astral-regex",
7
+ "author": {
8
+ "name": "Kevin Mårtensson",
9
+ "email": "kevinmartensson@gmail.com",
10
+ "url": "github.com/kevva"
11
+ },
12
+ "engines": {
13
+ "node": ">=8"
14
+ },
15
+ "scripts": {
16
+ "test": "xo && ava && tsd"
17
+ },
18
+ "files": [
19
+ "index.js",
20
+ "index.d.ts"
21
+ ],
22
+ "keywords": [
23
+ "astral",
24
+ "emoji",
25
+ "regex",
26
+ "surrogate"
27
+ ],
28
+ "devDependencies": {
29
+ "ava": "^1.4.1",
30
+ "tsd": "^0.7.2",
31
+ "xo": "^0.24.0"
32
+ }
33
+ }
@@ -0,0 +1,72 @@
1
+ {
2
+ "name": "asynciterator.prototype",
3
+ "version": "1.0.0",
4
+ "description": "`AsyncIterator.prototype`, or a shared object to use.",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./package.json": "./package.json"
9
+ },
10
+ "scripts": {
11
+ "prepack": "npmignore --auto --commentLines=autogenerated",
12
+ "prepublishOnly": "safe-publish-latest",
13
+ "prepublish": "not-in-publish || npm run prepublishOnly",
14
+ "prelint": "evalmd README.md",
15
+ "lint": "eslint --ext=js,mjs .",
16
+ "pretest": "npm run lint",
17
+ "tests-only": "tape 'test/**/*.js'",
18
+ "test": "npm run tests-only",
19
+ "posttest": "aud --production",
20
+ "version": "auto-changelog && git add CHANGELOG.md",
21
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/ljharb/AsyncIterator.prototype.git"
26
+ },
27
+ "keywords": [
28
+ "ecmascript",
29
+ "javascript",
30
+ "AsyncIterator",
31
+ "AsyncIterator.prototype",
32
+ "async",
33
+ "iterator",
34
+ "prototype"
35
+ ],
36
+ "author": "Jordan Harband <ljharb@gmail.com>",
37
+ "license": "MIT",
38
+ "bugs": {
39
+ "url": "https://github.com/ljharb/AsyncIterator.prototype/issues"
40
+ },
41
+ "homepage": "https://github.com/ljharb/AsyncIterator.prototype#readme",
42
+ "dependencies": {
43
+ "has-symbols": "^1.0.3"
44
+ },
45
+ "devDependencies": {
46
+ "@ljharb/eslint-config": "^21.0.0",
47
+ "aud": "^2.0.1",
48
+ "auto-changelog": "^2.4.0",
49
+ "eslint": "=8.8.0",
50
+ "evalmd": "^0.0.19",
51
+ "in-publish": "^2.0.1",
52
+ "npmignore": "^0.3.0",
53
+ "safe-publish-latest": "^2.0.0",
54
+ "tape": "^5.6.1"
55
+ },
56
+ "testling": {
57
+ "files": "test/index.js"
58
+ },
59
+ "auto-changelog": {
60
+ "output": "CHANGELOG.md",
61
+ "template": "keepachangelog",
62
+ "unreleased": false,
63
+ "commitLimit": false,
64
+ "backfillLimit": false,
65
+ "hideCredit": true
66
+ },
67
+ "publishConfig": {
68
+ "ignore": [
69
+ ".github/workflows"
70
+ ]
71
+ }
72
+ }
@@ -429,14 +429,6 @@
429
429
  "pass": "Element has an aria-busy attribute",
430
430
  "fail": "Element uses aria-busy=\"true\" while showing a loader"
431
431
  },
432
- "aria-conditional-attr": {
433
- "pass": "ARIA attribute is allowed",
434
- "fail": {
435
- "checkbox": "Remove aria-checked, or set it to \"${data.checkState}\" to match the real checkbox state",
436
- "rowSingular": "This attribute is supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}",
437
- "rowPlural": "These attributes are supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}"
438
- }
439
- },
440
432
  "aria-errormessage": {
441
433
  "pass": "aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique",
442
434
  "fail": {
@@ -623,10 +615,6 @@
623
615
  },
624
616
  "link-in-text-block-style": {
625
617
  "pass": "Links can be distinguished from surrounding text by visual styling",
626
- "incomplete": {
627
- "default": "Check if the link needs styling to distinguish it from nearby text",
628
- "pseudoContent": "Check if the link's pseudo style is sufficient to distinguish it from the surrounding text"
629
- },
630
618
  "fail": "The link has no styling (such as underline) to distinguish it from the surrounding text"
631
619
  },
632
620
  "link-in-text-block": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.7.2",
4
+ "version": "4.7.0",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -122,7 +122,6 @@
122
122
  "chalk": "^4.x",
123
123
  "chromedriver": "latest",
124
124
  "clone": "^2.1.2",
125
- "colorjs.io": "^0.4.3",
126
125
  "conventional-commits-parser": "^3.2.4",
127
126
  "core-js": "^3.27.1",
128
127
  "css-selector-parser": "^1.4.1",
@@ -342,13 +342,5 @@
342
342
  "4.7.0": {
343
343
  "axe.js": "sha256-JxLtVRh3EvdwPhr6ipXNnoN2ugUYvpwIAx4usr5jKcU=",
344
344
  "axe.min.js": "sha256-q5YvHv5paIlrWyys5xKDb79XtmXYpiAHFVZcg61Qick="
345
- },
346
- "4.7.1": {
347
- "axe.js": "sha256-1ruJfhOP+fO+uuQiIs1U9P4ILYOxnFc5MCH7LzaH+Lc=",
348
- "axe.min.js": "sha256-ReDVBpTYnDCOjYC3eTfhCwsWtAcleTtuoekVW8eoU38="
349
- },
350
- "4.7.2": {
351
- "axe.js": "sha256-EE+7F84cDAG4yvmWb/Cbb3WmQaNAGj4FwU4cKxJZqjg=",
352
- "axe.min.js": "sha256-VTWaX4yE65/ofnyeohwMLLKvU1GEYDoWOCbKlcqFMs8="
353
345
  }
354
346
  }
@@ -1,28 +1,21 @@
1
1
  {
2
2
  "name": "call-bind",
3
- "version": "1.0.2",
3
+ "version": "1.0.5",
4
4
  "description": "Robustly `.call.bind()` a function",
5
5
  "main": "index.js",
6
6
  "exports": {
7
- ".": [
8
- {
9
- "default": "./index.js"
10
- },
11
- "./index.js"
12
- ],
13
- "./callBound": [
14
- {
15
- "default": "./callBound.js"
16
- },
17
- "./callBound.js"
18
- ],
7
+ ".": "./index.js",
8
+ "./callBound": "./callBound.js",
19
9
  "./package.json": "./package.json"
20
10
  },
21
11
  "scripts": {
22
- "prepublish": "safe-publish-latest",
12
+ "prepack": "npmignore --auto --commentLines=auto",
13
+ "prepublish": "not-in-publish || npm run prepublishOnly",
14
+ "prepublishOnly": "safe-publish-latest",
23
15
  "lint": "eslint --ext=.js,.mjs .",
16
+ "postlint": "evalmd README.md",
24
17
  "pretest": "npm run lint",
25
- "tests-only": "nyc tape 'test/*'",
18
+ "tests-only": "nyc tape 'test/**/*.js'",
26
19
  "test": "npm run tests-only",
27
20
  "posttest": "aud --production",
28
21
  "version": "auto-changelog && git add CHANGELOG.md",
@@ -57,17 +50,29 @@
57
50
  },
58
51
  "homepage": "https://github.com/ljharb/call-bind#readme",
59
52
  "devDependencies": {
60
- "@ljharb/eslint-config": "^17.3.0",
61
- "aud": "^1.1.3",
62
- "auto-changelog": "^2.2.1",
63
- "eslint": "^7.17.0",
53
+ "@ljharb/eslint-config": "^21.1.0",
54
+ "aud": "^2.0.3",
55
+ "auto-changelog": "^2.4.0",
56
+ "es-value-fixtures": "^1.4.2",
57
+ "eslint": "=8.8.0",
58
+ "evalmd": "^0.0.19",
59
+ "for-each": "^0.3.3",
60
+ "gopd": "^1.0.1",
61
+ "has-strict-mode": "^1.0.1",
62
+ "in-publish": "^2.0.1",
63
+ "npmignore": "^0.3.0",
64
64
  "nyc": "^10.3.2",
65
- "safe-publish-latest": "^1.1.4",
66
- "tape": "^5.1.1"
65
+ "object-inspect": "^1.13.1",
66
+ "safe-publish-latest": "^2.0.0",
67
+ "tape": "^5.7.1"
67
68
  },
68
69
  "dependencies": {
69
- "function-bind": "^1.1.1",
70
- "get-intrinsic": "^1.0.2"
70
+ "function-bind": "^1.1.2",
71
+ "get-intrinsic": "^1.2.1",
72
+ "set-function-length": "^1.1.1"
73
+ },
74
+ "testling": {
75
+ "files": "test/index.js"
71
76
  },
72
77
  "auto-changelog": {
73
78
  "output": "CHANGELOG.md",
@@ -76,5 +81,10 @@
76
81
  "commitLimit": false,
77
82
  "backfillLimit": false,
78
83
  "hideCredit": true
84
+ },
85
+ "publishConfig": {
86
+ "ignore": [
87
+ ".github/workflows"
88
+ ]
79
89
  }
80
90
  }
@@ -0,0 +1,113 @@
1
+ {
2
+ "name": "define-data-property",
3
+ "version": "1.1.1",
4
+ "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": [
8
+ {
9
+ "types": "./index.d.ts",
10
+ "default": "./index.js"
11
+ },
12
+ "./index.js"
13
+ ],
14
+ "./package.json": "./package.json"
15
+ },
16
+ "sideEffects": false,
17
+ "types": "./index.d.ts",
18
+ "scripts": {
19
+ "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
20
+ "prepublish": "not-in-publish || npm run prepublishOnly",
21
+ "prepublishOnly": "safe-publish-latest",
22
+ "tsc": "tsc -p .",
23
+ "preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
24
+ "emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
25
+ "postemit-types": "rm test/*.ts test/*.ts.map",
26
+ "prelint": "evalmd README.md",
27
+ "lint": "eslint --ext=js,mjs .",
28
+ "postlint": "npm run tsc",
29
+ "pretest": "npm run lint",
30
+ "tests-only": "nyc tape 'test/**/*.js'",
31
+ "test": "npm run tests-only",
32
+ "posttest": "aud --production",
33
+ "version": "auto-changelog && git add CHANGELOG.md",
34
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
35
+ },
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/ljharb/define-data-property.git"
39
+ },
40
+ "keywords": [
41
+ "define",
42
+ "data",
43
+ "property",
44
+ "object",
45
+ "accessor",
46
+ "javascript",
47
+ "ecmascript",
48
+ "enumerable",
49
+ "configurable",
50
+ "writable"
51
+ ],
52
+ "author": "Jordan Harband <ljharb@gmail.com>",
53
+ "license": "MIT",
54
+ "bugs": {
55
+ "url": "https://github.com/ljharb/define-data-property/issues"
56
+ },
57
+ "homepage": "https://github.com/ljharb/define-data-property#readme",
58
+ "dependencies": {
59
+ "get-intrinsic": "^1.2.1",
60
+ "gopd": "^1.0.1",
61
+ "has-property-descriptors": "^1.0.0"
62
+ },
63
+ "devDependencies": {
64
+ "@ljharb/eslint-config": "^21.1.0",
65
+ "@types/es-value-fixtures": "^1.4.1",
66
+ "@types/for-each": "^0.3.1",
67
+ "@types/get-intrinsic": "^1.2.0",
68
+ "@types/gopd": "^1.0.1",
69
+ "@types/has": "^1.0.0",
70
+ "@types/has-property-descriptors": "^1.0.1",
71
+ "@types/object-inspect": "^1.8.2",
72
+ "@types/object.getownpropertydescriptors": "^2.1.2",
73
+ "@types/tape": "^5.6.1",
74
+ "aud": "^2.0.3",
75
+ "auto-changelog": "^2.4.0",
76
+ "es-value-fixtures": "^1.4.2",
77
+ "eslint": "=8.8.0",
78
+ "evalmd": "^0.0.19",
79
+ "for-each": "^0.3.3",
80
+ "has": "^1.0.3",
81
+ "in-publish": "^2.0.1",
82
+ "npmignore": "^0.3.0",
83
+ "nyc": "^10.3.2",
84
+ "object-inspect": "^1.12.3",
85
+ "object.getownpropertydescriptors": "^2.1.7",
86
+ "reflect.ownkeys": "^1.1.4",
87
+ "safe-publish-latest": "^2.0.0",
88
+ "tape": "^5.7.1",
89
+ "typescript": "^5.3.0-dev.20231012"
90
+ },
91
+ "engines": {
92
+ "node": ">= 0.4"
93
+ },
94
+ "testling": {
95
+ "files": "test/index.js"
96
+ },
97
+ "auto-changelog": {
98
+ "output": "CHANGELOG.md",
99
+ "template": "keepachangelog",
100
+ "unreleased": false,
101
+ "commitLimit": false,
102
+ "backfillLimit": false,
103
+ "hideCredit": true
104
+ },
105
+ "publishConfig": {
106
+ "ignore": [
107
+ ".github/workflows",
108
+ "!*.ts",
109
+ "!*.ts.map",
110
+ "types/reflect.ownkeys"
111
+ ]
112
+ }
113
+ }
@@ -0,0 +1,59 @@
1
+ {
2
+ "compilerOptions": {
3
+ /* Visit https://aka.ms/tsconfig to read more about this file */
4
+
5
+ /* Projects */
6
+
7
+ /* Language and Environment */
8
+ "target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
9
+ // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
10
+ // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
11
+ "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
12
+ // "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
13
+
14
+ /* Modules */
15
+ "module": "commonjs", /* Specify what module code is generated. */
16
+ // "rootDir": "./", /* Specify the root folder within your source files. */
17
+ // "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
18
+ // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
19
+ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
20
+ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
21
+ "typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
22
+ "resolveJsonModule": true, /* Enable importing .json files. */
23
+
24
+ /* JavaScript Support */
25
+ "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
26
+ "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
27
+ "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
28
+
29
+ /* Emit */
30
+ "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
31
+ "declarationMap": true, /* Create sourcemaps for d.ts files. */
32
+ // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
33
+ "noEmit": true, /* Disable emitting files from a compilation. */
34
+
35
+ /* Interop Constraints */
36
+ "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
37
+ "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
38
+ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
39
+
40
+ /* Type Checking */
41
+ "strict": true, /* Enable all strict type-checking options. */
42
+ "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied 'any' type. */
43
+ "noImplicitThis": true, /* Enable error reporting when 'this' is given the type 'any'. */
44
+ "useUnknownInCatchVariables": true, /* Default catch clause variables as 'unknown' instead of 'any'. */
45
+ "noUnusedLocals": true, /* Enable error reporting when local variables aren't read. */
46
+ "noUnusedParameters": true, /* Raise an error when a function parameter isn't read. */
47
+ "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
48
+ "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
49
+ "noUncheckedIndexedAccess": true, /* Add 'undefined' to a type when accessed using an index. */
50
+ "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
51
+ // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type. */
52
+
53
+ /* Completeness */
54
+ // "skipLibCheck": true /* Skip type checking all .d.ts files. */
55
+ },
56
+ "exclude": [
57
+ "coverage"
58
+ ]
59
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "define-properties",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "author": "Jordan Harband <ljharb@gmail.com>",
5
5
  "funding": {
6
6
  "url": "https://github.com/sponsors/ljharb"
@@ -34,19 +34,20 @@
34
34
  "ES5"
35
35
  ],
36
36
  "dependencies": {
37
+ "define-data-property": "^1.0.1",
37
38
  "has-property-descriptors": "^1.0.0",
38
39
  "object-keys": "^1.1.1"
39
40
  },
40
41
  "devDependencies": {
41
- "@ljharb/eslint-config": "^21.0.1",
42
- "aud": "^2.0.2",
42
+ "@ljharb/eslint-config": "^21.1.0",
43
+ "aud": "^2.0.3",
43
44
  "auto-changelog": "^2.4.0",
44
45
  "eslint": "=8.8.0",
45
46
  "in-publish": "^2.0.1",
46
47
  "npmignore": "^0.3.0",
47
48
  "nyc": "^10.3.2",
48
49
  "safe-publish-latest": "^2.0.0",
49
- "tape": "^5.6.3"
50
+ "tape": "^5.6.6"
50
51
  },
51
52
  "testling": {
52
53
  "files": "test/index.js",
@@ -0,0 +1,112 @@
1
+ {
2
+ "name": "enquirer",
3
+ "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.",
4
+ "version": "2.4.1",
5
+ "homepage": "https://github.com/enquirer/enquirer",
6
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
+ "contributors": [
8
+ "Brian Woodward (https://twitter.com/doowb)",
9
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)"
10
+ ],
11
+ "repository": "enquirer/enquirer",
12
+ "bugs": {
13
+ "url": "https://github.com/enquirer/enquirer/issues"
14
+ },
15
+ "license": "MIT",
16
+ "files": [
17
+ "index.js",
18
+ "index.d.ts",
19
+ "lib"
20
+ ],
21
+ "main": "index.js",
22
+ "engines": {
23
+ "node": ">=8.6"
24
+ },
25
+ "scripts": {
26
+ "test": "mocha && tsc -p ./test/types",
27
+ "cover": "nyc --reporter=text --reporter=html mocha"
28
+ },
29
+ "dependencies": {
30
+ "ansi-colors": "^4.1.1",
31
+ "strip-ansi": "^6.0.1"
32
+ },
33
+ "devDependencies": {
34
+ "@types/node": "^8",
35
+ "gulp-format-md": "^2.0.0",
36
+ "inquirer": "^6.2.0",
37
+ "mocha": "^5.2.0",
38
+ "nyc": "^13.1.0",
39
+ "prompts": "^1.2.1",
40
+ "time-require": "github:jonschlinkert/time-require",
41
+ "typescript": "^3.1.6"
42
+ },
43
+ "keywords": [
44
+ "answer",
45
+ "answers",
46
+ "ask",
47
+ "base",
48
+ "cli",
49
+ "command",
50
+ "command-line",
51
+ "confirm",
52
+ "enquirer",
53
+ "generator",
54
+ "generate",
55
+ "hyper",
56
+ "input",
57
+ "inquire",
58
+ "inquirer",
59
+ "interface",
60
+ "iterm",
61
+ "javascript",
62
+ "node",
63
+ "nodejs",
64
+ "prompt",
65
+ "prompts",
66
+ "promptly",
67
+ "question",
68
+ "readline",
69
+ "scaffold",
70
+ "scaffolding",
71
+ "scaffolder",
72
+ "stdin",
73
+ "stdout",
74
+ "terminal",
75
+ "tty",
76
+ "ui",
77
+ "yeoman",
78
+ "yo",
79
+ "zsh"
80
+ ],
81
+ "lintDeps": {
82
+ "devDependencies": {
83
+ "files": {
84
+ "patterns": [
85
+ "examples/**/*.js",
86
+ "perf/*.js",
87
+ "recipes/*.js"
88
+ ]
89
+ }
90
+ }
91
+ },
92
+ "verb": {
93
+ "toc": false,
94
+ "layout": false,
95
+ "tasks": [
96
+ "readme"
97
+ ],
98
+ "plugins": [
99
+ "gulp-format-md"
100
+ ],
101
+ "helpers": [
102
+ "./docs/helpers.js"
103
+ ],
104
+ "lint": {
105
+ "reflinks": true
106
+ },
107
+ "reflinks": [
108
+ "inquirer",
109
+ "prompt-skeleton"
110
+ ]
111
+ }
112
+ }