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,11 +1,13 @@
1
1
  {
2
2
  "name": "language-tags",
3
- "version": "1.0.5",
4
- "implements": ["CommonJS/Modules/1.0"],
3
+ "version": "1.0.9",
4
+ "implements": [
5
+ "CommonJS/Modules/1.0"
6
+ ],
5
7
  "description": "Work with IANA language tags.",
6
8
  "main": "lib/index.js",
7
9
  "homepage": "https://github.com/mattcg/language-tags",
8
- "author": "Matthew Caruana Galizia <m@m.cg>",
10
+ "author": "Matthew Caruana Galizia <mattcg@gmail.com>",
9
11
  "repository": {
10
12
  "type": "git",
11
13
  "url": "git://github.com/mattcg/language-tags.git"
@@ -15,7 +17,13 @@
15
17
  },
16
18
  "license": "MIT",
17
19
  "scripts": {
18
- "test": "make test"
20
+ "prepublishOnly": "npm run build",
21
+ "prebuild": "rimraf lib && mkdirp lib",
22
+ "build": "babel src -d lib",
23
+ "lint": "eslint --ext=js,mjs .",
24
+ "tests-only": "nyc mocha --recursive test",
25
+ "pretest": "npm run lint",
26
+ "test": "npm run tests-only"
19
27
  },
20
28
  "keywords": [
21
29
  "iana",
@@ -26,11 +34,43 @@
26
34
  "multilingualization"
27
35
  ],
28
36
  "dependencies": {
29
- "language-subtag-registry": "~0.3.2"
37
+ "language-subtag-registry": "^0.3.20"
30
38
  },
31
39
  "devDependencies": {
32
- "mocha": "~2.3.4",
33
- "istanbul": "~0.4.2",
34
- "coveralls": "~2.11.6"
40
+ "@babel/cli": "^7.22.10",
41
+ "@babel/preset-env": "^7.22.10",
42
+ "coveralls": "^3.1.1",
43
+ "eslint": "^8.47.0",
44
+ "mkdirp": "^0.5.6",
45
+ "mocha": "^3.5.3",
46
+ "nyc": "^10.3.2",
47
+ "rimraf": "^2.7.1"
48
+ },
49
+ "files": [
50
+ "/lib"
51
+ ],
52
+ "engines": {
53
+ "node": ">=0.10"
54
+ },
55
+ "eslintConfig": {
56
+ "parserOptions": {
57
+ "ecmaVersion": 2022,
58
+ "sourceType": "script"
59
+ },
60
+ "env": {
61
+ "node": true
62
+ },
63
+ "ignorePatterns": [
64
+ "!.babelrc.js"
65
+ ],
66
+ "overrides": [
67
+ {
68
+ "files": "test/**",
69
+ "globals": {
70
+ "suite": false,
71
+ "test": false
72
+ }
73
+ }
74
+ ]
35
75
  }
36
76
  }
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "lodash.truncate",
3
+ "version": "4.4.2",
4
+ "description": "The lodash method `_.truncate` exported as a module.",
5
+ "homepage": "https://lodash.com/",
6
+ "icon": "https://lodash.com/icon.svg",
7
+ "license": "MIT",
8
+ "keywords": "lodash-modularized, truncate",
9
+ "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
10
+ "contributors": [
11
+ "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
12
+ "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
13
+ "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
14
+ ],
15
+ "repository": "lodash/lodash",
16
+ "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
17
+ }
@@ -1,29 +1,31 @@
1
1
  {
2
2
  "name": "object-inspect",
3
- "version": "1.12.3",
3
+ "version": "1.13.1",
4
4
  "description": "string representations of objects in node and the browser",
5
5
  "main": "index.js",
6
6
  "sideEffects": false,
7
7
  "devDependencies": {
8
- "@ljharb/eslint-config": "^21.0.1",
8
+ "@ljharb/eslint-config": "^21.1.0",
9
9
  "@pkgjs/support": "^0.0.6",
10
- "aud": "^2.0.2",
11
10
  "auto-changelog": "^2.4.0",
12
11
  "core-js": "^2.6.12",
13
- "error-cause": "^1.0.5",
12
+ "error-cause": "^1.0.6",
14
13
  "es-value-fixtures": "^1.4.2",
15
14
  "eslint": "=8.8.0",
16
15
  "for-each": "^0.3.3",
17
16
  "functions-have-names": "^1.2.3",
17
+ "glob": "=10.3.7",
18
+ "globalthis": "^1.0.3",
18
19
  "has-tostringtag": "^1.0.0",
19
20
  "in-publish": "^2.0.1",
21
+ "jackspeak": "=2.1.1",
20
22
  "make-arrow-function": "^1.2.0",
21
- "mock-property": "^1.0.0",
23
+ "mock-property": "^1.0.2",
22
24
  "npmignore": "^0.3.0",
23
25
  "nyc": "^10.3.2",
24
26
  "safe-publish-latest": "^2.0.0",
25
27
  "string.prototype.repeat": "^1.0.0",
26
- "tape": "^5.6.1"
28
+ "tape": "^5.7.1"
27
29
  },
28
30
  "scripts": {
29
31
  "prepack": "npmignore --auto --commentLines=autogenerated",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "object.entries",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "author": "Jordan Harband",
5
5
  "description": "ES2017 spec-compliant Object.entries shim.",
6
6
  "license": "MIT",
@@ -39,14 +39,14 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "call-bind": "^1.0.2",
42
- "define-properties": "^1.1.4",
43
- "es-abstract": "^1.20.4"
42
+ "define-properties": "^1.2.0",
43
+ "es-abstract": "^1.22.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@es-shims/api": "^2.2.3",
47
- "@ljharb/eslint-config": "^21.0.0",
46
+ "@es-shims/api": "^2.4.2",
47
+ "@ljharb/eslint-config": "^21.1.0",
48
48
  "array.prototype.map": "^1.0.5",
49
- "aud": "^2.0.1",
49
+ "aud": "^2.0.3",
50
50
  "auto-changelog": "^2.4.0",
51
51
  "eslint": "=8.8.0",
52
52
  "functions-have-names": "^1.2.3",
@@ -55,7 +55,7 @@
55
55
  "npmignore": "^0.3.0",
56
56
  "nyc": "^10.3.2",
57
57
  "safe-publish-latest": "^2.0.0",
58
- "tape": "^5.6.1"
58
+ "tape": "^5.6.6"
59
59
  },
60
60
  "testling": {
61
61
  "files": "test/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "object.fromentries",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "author": "Jordan Harband <ljharb@gmail.com>",
5
5
  "funding": {
6
6
  "url": "https://github.com/sponsors/ljharb"
@@ -42,20 +42,20 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "call-bind": "^1.0.2",
45
- "define-properties": "^1.1.4",
46
- "es-abstract": "^1.20.4"
45
+ "define-properties": "^1.2.0",
46
+ "es-abstract": "^1.22.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@es-shims/api": "^2.2.3",
50
- "@ljharb/eslint-config": "^21.0.0",
51
- "aud": "^2.0.1",
49
+ "@es-shims/api": "^2.4.2",
50
+ "@ljharb/eslint-config": "^21.1.0",
51
+ "aud": "^2.0.3",
52
52
  "auto-changelog": "^2.4.0",
53
53
  "eslint": "=8.8.0",
54
54
  "has-strict-mode": "^1.0.1",
55
55
  "in-publish": "^2.0.1",
56
56
  "nyc": "^10.3.2",
57
57
  "safe-publish-latest": "^2.0.0",
58
- "tape": "^5.6.1"
58
+ "tape": "^5.6.6"
59
59
  },
60
60
  "testling": {
61
61
  "files": "test/index.js",
@@ -0,0 +1,83 @@
1
+ {
2
+ "name": "object.groupby",
3
+ "version": "1.0.1",
4
+ "description": "An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3.",
5
+ "main": "index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./auto": "./auto.js",
9
+ "./polyfill": "./polyfill.js",
10
+ "./implementation": "./implementation.js",
11
+ "./shim": "./shim.js",
12
+ "./package.json": "./package.json"
13
+ },
14
+ "scripts": {
15
+ "prepack": "npmignore --auto --commentLines=autogenerated",
16
+ "prepublish": "not-in-publish || npm run prepublishOnly",
17
+ "prepublishOnly": "safe-publish-latest",
18
+ "pretest": "npm run --silent lint",
19
+ "test": "npm run tests-only",
20
+ "posttest": "aud --production",
21
+ "tests-only": "nyc tape 'test/**/*.js'",
22
+ "lint": "eslint --ext=js,mjs .",
23
+ "postlint": "es-shim-api --bound && evalmd README.md",
24
+ "version": "auto-changelog && git add CHANGELOG.md",
25
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/es-shims/Object.groupBy.git"
30
+ },
31
+ "keywords": [
32
+ "ecmascript",
33
+ "javascript",
34
+ "polyfill",
35
+ "shim",
36
+ "es-shim API",
37
+ "array",
38
+ "object",
39
+ "group",
40
+ "groupBy"
41
+ ],
42
+ "author": "Jordan Harband <ljharb@gmail.com>",
43
+ "license": "MIT",
44
+ "bugs": {
45
+ "url": "https://github.com/es-shims/Object.groupBy/issues"
46
+ },
47
+ "homepage": "https://github.com/es-shims/Object.groupBy#readme",
48
+ "devDependencies": {
49
+ "@es-shims/api": "^2.4.2",
50
+ "@ljharb/eslint-config": "^21.1.0",
51
+ "aud": "^2.0.3",
52
+ "auto-changelog": "^2.4.0",
53
+ "es-value-fixtures": "^1.4.2",
54
+ "eslint": "=8.8.0",
55
+ "evalmd": "^0.0.19",
56
+ "for-each": "^0.3.3",
57
+ "functions-have-names": "^1.2.3",
58
+ "in-publish": "^2.0.1",
59
+ "npmignore": "^0.3.0",
60
+ "nyc": "^10.3.2",
61
+ "safe-publish-latest": "^2.0.0",
62
+ "tape": "^5.6.6"
63
+ },
64
+ "dependencies": {
65
+ "call-bind": "^1.0.2",
66
+ "define-properties": "^1.2.0",
67
+ "es-abstract": "^1.22.1",
68
+ "get-intrinsic": "^1.2.1"
69
+ },
70
+ "auto-changelog": {
71
+ "output": "CHANGELOG.md",
72
+ "template": "keepachangelog",
73
+ "unreleased": false,
74
+ "commitLimit": false,
75
+ "backfillLimit": false,
76
+ "hideCredit": true
77
+ },
78
+ "publishConfig": {
79
+ "ignore": [
80
+ ".github/workflows"
81
+ ]
82
+ }
83
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "object.values",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "author": "Jordan Harband <ljharb@gmail.com>",
5
5
  "funding": {
6
6
  "url": "https://github.com/sponsors/ljharb"
@@ -42,14 +42,14 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "call-bind": "^1.0.2",
45
- "define-properties": "^1.1.4",
46
- "es-abstract": "^1.20.4"
45
+ "define-properties": "^1.2.0",
46
+ "es-abstract": "^1.22.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@es-shims/api": "^2.2.3",
50
- "@ljharb/eslint-config": "^21.0.0",
49
+ "@es-shims/api": "^2.4.2",
50
+ "@ljharb/eslint-config": "^21.1.0",
51
51
  "array.prototype.map": "^1.0.5",
52
- "aud": "^2.0.1",
52
+ "aud": "^2.0.3",
53
53
  "auto-changelog": "^2.4.0",
54
54
  "eslint": "=8.8.0",
55
55
  "functions-have-names": "^1.2.3",
@@ -59,7 +59,7 @@
59
59
  "nyc": "^10.3.2",
60
60
  "object-keys": "^1.1.1",
61
61
  "safe-publish-latest": "^2.0.0",
62
- "tape": "^5.6.1"
62
+ "tape": "^5.6.6"
63
63
  },
64
64
  "testling": {
65
65
  "files": "test/index.js",
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "prettier",
3
+ "version": "2.8.0",
4
+ "description": "Prettier is an opinionated code formatter",
5
+ "bin": "./bin-prettier.js",
6
+ "repository": "prettier/prettier",
7
+ "funding": "https://github.com/prettier/prettier?sponsor=1",
8
+ "homepage": "https://prettier.io",
9
+ "author": "James Long",
10
+ "license": "MIT",
11
+ "main": "./index.js",
12
+ "browser": "./standalone.js",
13
+ "unpkg": "./standalone.js",
14
+ "engines": {
15
+ "node": ">=10.13.0"
16
+ },
17
+ "files": [
18
+ "*.js",
19
+ "esm/*.mjs"
20
+ ]
21
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "progress",
3
+ "version": "2.0.3",
4
+ "description": "Flexible ascii progress bar",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git://github.com/visionmedia/node-progress"
8
+ },
9
+ "keywords": [
10
+ "cli",
11
+ "progress"
12
+ ],
13
+ "author": "TJ Holowaychuk <tj@vision-media.ca>",
14
+ "contributors": [
15
+ "Christoffer Hallas <christoffer.hallas@gmail.com>",
16
+ "Jordan Scales <scalesjordan@gmail.com>",
17
+ "Andrew Rhyne <rhyneandrew@gmail.com>",
18
+ "Marco Brack <PapstDonB@Googlemail.com>"
19
+ ],
20
+ "dependencies": {},
21
+ "main": "./index.js",
22
+ "engines": {
23
+ "node": ">=0.4.0"
24
+ },
25
+ "license": "MIT"
26
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "@eslint/eslintrc",
3
+ "version": "2.1.4",
4
+ "description": "The legacy ESLintRC config file format for ESLint",
5
+ "type": "module",
6
+ "main": "./dist/eslintrc.cjs",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./lib/index.js",
10
+ "require": "./dist/eslintrc.cjs"
11
+ },
12
+ "./package.json": "./package.json",
13
+ "./universal": {
14
+ "import": "./lib/index-universal.js",
15
+ "require": "./dist/eslintrc-universal.cjs"
16
+ }
17
+ },
18
+ "files": [
19
+ "lib",
20
+ "conf",
21
+ "LICENSE",
22
+ "dist",
23
+ "universal.js"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "scripts": {
29
+ "build": "rollup -c",
30
+ "lint": "eslint . --report-unused-disable-directives",
31
+ "lint:fix": "npm run lint -- --fix",
32
+ "prepare": "npm run build",
33
+ "release:generate:latest": "eslint-generate-release",
34
+ "release:generate:alpha": "eslint-generate-prerelease alpha",
35
+ "release:generate:beta": "eslint-generate-prerelease beta",
36
+ "release:generate:rc": "eslint-generate-prerelease rc",
37
+ "release:publish": "eslint-publish-release",
38
+ "test": "mocha -R progress -c 'tests/lib/*.cjs' && c8 mocha -R progress -c 'tests/lib/**/*.js'"
39
+ },
40
+ "repository": "eslint/eslintrc",
41
+ "funding": "https://opencollective.com/eslint",
42
+ "keywords": [
43
+ "ESLint",
44
+ "ESLintRC",
45
+ "Configuration"
46
+ ],
47
+ "author": "Nicholas C. Zakas",
48
+ "license": "MIT",
49
+ "bugs": {
50
+ "url": "https://github.com/eslint/eslintrc/issues"
51
+ },
52
+ "homepage": "https://github.com/eslint/eslintrc#readme",
53
+ "devDependencies": {
54
+ "c8": "^7.7.3",
55
+ "chai": "^4.3.4",
56
+ "eslint": "^7.31.0",
57
+ "eslint-config-eslint": "^7.0.0",
58
+ "eslint-plugin-jsdoc": "^35.4.1",
59
+ "eslint-plugin-node": "^11.1.0",
60
+ "eslint-release": "^3.2.0",
61
+ "fs-teardown": "^0.1.3",
62
+ "mocha": "^9.0.3",
63
+ "rollup": "^2.70.1",
64
+ "shelljs": "^0.8.4",
65
+ "sinon": "^11.1.2",
66
+ "temp-dir": "^2.0.0"
67
+ },
68
+ "dependencies": {
69
+ "ajv": "^6.12.4",
70
+ "debug": "^4.3.2",
71
+ "espree": "^9.6.0",
72
+ "globals": "^13.19.0",
73
+ "ignore": "^5.2.0",
74
+ "import-fresh": "^3.2.1",
75
+ "js-yaml": "^4.1.0",
76
+ "minimatch": "^3.1.2",
77
+ "strip-json-comments": "^3.1.1"
78
+ },
79
+ "engines": {
80
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
81
+ }
82
+ }
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "@humanwhocodes/config-array",
3
+ "version": "0.11.13",
4
+ "description": "Glob-based configuration matching.",
5
+ "author": "Nicholas C. Zakas",
6
+ "main": "api.js",
7
+ "files": [
8
+ "api.js"
9
+ ],
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/humanwhocodes/config-array.git"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/humanwhocodes/config-array/issues"
16
+ },
17
+ "homepage": "https://github.com/humanwhocodes/config-array#readme",
18
+ "scripts": {
19
+ "build": "rollup -c",
20
+ "format": "nitpik",
21
+ "lint": "eslint *.config.js src/*.js tests/*.js",
22
+ "lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
23
+ "prepublish": "npm run build",
24
+ "test:coverage": "nyc --include src/*.js npm run test",
25
+ "test": "mocha -r esm tests/ --recursive"
26
+ },
27
+ "gitHooks": {
28
+ "pre-commit": "lint-staged"
29
+ },
30
+ "lint-staged": {
31
+ "*.js": [
32
+ "eslint --fix --ignore-pattern '!.eslintrc.js'"
33
+ ]
34
+ },
35
+ "keywords": [
36
+ "configuration",
37
+ "configarray",
38
+ "config file"
39
+ ],
40
+ "license": "Apache-2.0",
41
+ "engines": {
42
+ "node": ">=10.10.0"
43
+ },
44
+ "dependencies": {
45
+ "@humanwhocodes/object-schema": "^2.0.1",
46
+ "debug": "^4.1.1",
47
+ "minimatch": "^3.0.5"
48
+ },
49
+ "devDependencies": {
50
+ "@nitpik/javascript": "0.4.0",
51
+ "@nitpik/node": "0.0.5",
52
+ "chai": "4.3.10",
53
+ "eslint": "8.51.0",
54
+ "esm": "3.2.25",
55
+ "lint-staged": "15.0.2",
56
+ "mocha": "6.2.3",
57
+ "nyc": "15.1.0",
58
+ "rollup": "3.28.1",
59
+ "yorkie": "2.0.0"
60
+ }
61
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@humanwhocodes/object-schema",
3
+ "version": "2.0.1",
4
+ "description": "An object schema merger/validator",
5
+ "main": "src/index.js",
6
+ "directories": {
7
+ "test": "tests"
8
+ },
9
+ "scripts": {
10
+ "test": "mocha tests/"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/humanwhocodes/object-schema.git"
15
+ },
16
+ "keywords": [
17
+ "object",
18
+ "validation",
19
+ "schema",
20
+ "merge"
21
+ ],
22
+ "author": "Nicholas C. Zakas",
23
+ "license": "BSD-3-Clause",
24
+ "bugs": {
25
+ "url": "https://github.com/humanwhocodes/object-schema/issues"
26
+ },
27
+ "homepage": "https://github.com/humanwhocodes/object-schema#readme",
28
+ "devDependencies": {
29
+ "chai": "^4.2.0",
30
+ "eslint": "^5.13.0",
31
+ "mocha": "^5.2.0"
32
+ }
33
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "name": "ansi-styles",
3
+ "version": "4.3.0",
4
+ "description": "ANSI escape codes for styling strings in the terminal",
5
+ "license": "MIT",
6
+ "repository": "chalk/ansi-styles",
7
+ "funding": "https://github.com/chalk/ansi-styles?sponsor=1",
8
+ "author": {
9
+ "name": "Sindre Sorhus",
10
+ "email": "sindresorhus@gmail.com",
11
+ "url": "sindresorhus.com"
12
+ },
13
+ "engines": {
14
+ "node": ">=8"
15
+ },
16
+ "scripts": {
17
+ "test": "xo && ava && tsd",
18
+ "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor"
19
+ },
20
+ "files": [
21
+ "index.js",
22
+ "index.d.ts"
23
+ ],
24
+ "keywords": [
25
+ "ansi",
26
+ "styles",
27
+ "color",
28
+ "colour",
29
+ "colors",
30
+ "terminal",
31
+ "console",
32
+ "cli",
33
+ "string",
34
+ "tty",
35
+ "escape",
36
+ "formatting",
37
+ "rgb",
38
+ "256",
39
+ "shell",
40
+ "xterm",
41
+ "log",
42
+ "logging",
43
+ "command-line",
44
+ "text"
45
+ ],
46
+ "dependencies": {
47
+ "color-convert": "^2.0.1"
48
+ },
49
+ "devDependencies": {
50
+ "@types/color-convert": "^1.9.0",
51
+ "ava": "^2.3.0",
52
+ "svg-term-cli": "^2.1.1",
53
+ "tsd": "^0.11.0",
54
+ "xo": "^0.25.3"
55
+ }
56
+ }