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": "es-abstract",
3
- "version": "1.21.3",
3
+ "version": "1.22.3",
4
4
  "author": {
5
5
  "name": "Jordan Harband",
6
6
  "email": "ljharb@gmail.com",
@@ -26,7 +26,7 @@
26
26
  "sideEffects": false,
27
27
  "scripts": {
28
28
  "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
29
- "spackle": "node operations/spackle 1",
29
+ "spackle": "node operations/spackle 1 && node operations/build-unicode.mjs",
30
30
  "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
31
31
  "prepack": "npmignore --auto --commentLines=autogenerated",
32
32
  "prepublish": "not-in-publish || npm run prepublishOnly",
@@ -56,19 +56,20 @@
56
56
  ],
57
57
  "dependencies": {
58
58
  "array-buffer-byte-length": "^1.0.0",
59
+ "arraybuffer.prototype.slice": "^1.0.2",
59
60
  "available-typed-arrays": "^1.0.5",
60
- "call-bind": "^1.0.2",
61
+ "call-bind": "^1.0.5",
61
62
  "es-set-tostringtag": "^2.0.1",
62
63
  "es-to-primitive": "^1.2.1",
63
- "function.prototype.name": "^1.1.5",
64
- "get-intrinsic": "^1.2.1",
64
+ "function.prototype.name": "^1.1.6",
65
+ "get-intrinsic": "^1.2.2",
65
66
  "get-symbol-description": "^1.0.0",
66
67
  "globalthis": "^1.0.3",
67
68
  "gopd": "^1.0.1",
68
- "has": "^1.0.3",
69
69
  "has-property-descriptors": "^1.0.0",
70
70
  "has-proto": "^1.0.1",
71
71
  "has-symbols": "^1.0.3",
72
+ "hasown": "^2.0.0",
72
73
  "internal-slot": "^1.0.5",
73
74
  "is-array-buffer": "^3.0.2",
74
75
  "is-callable": "^1.2.7",
@@ -76,27 +77,31 @@
76
77
  "is-regex": "^1.1.4",
77
78
  "is-shared-array-buffer": "^1.0.2",
78
79
  "is-string": "^1.0.7",
79
- "is-typed-array": "^1.1.10",
80
+ "is-typed-array": "^1.1.12",
80
81
  "is-weakref": "^1.0.2",
81
- "object-inspect": "^1.12.3",
82
+ "object-inspect": "^1.13.1",
82
83
  "object-keys": "^1.1.1",
83
84
  "object.assign": "^4.1.4",
84
- "regexp.prototype.flags": "^1.5.0",
85
+ "regexp.prototype.flags": "^1.5.1",
86
+ "safe-array-concat": "^1.0.1",
85
87
  "safe-regex-test": "^1.0.0",
86
- "string.prototype.trim": "^1.2.7",
87
- "string.prototype.trimend": "^1.0.6",
88
- "string.prototype.trimstart": "^1.0.6",
88
+ "string.prototype.trim": "^1.2.8",
89
+ "string.prototype.trimend": "^1.0.7",
90
+ "string.prototype.trimstart": "^1.0.7",
91
+ "typed-array-buffer": "^1.0.0",
92
+ "typed-array-byte-length": "^1.0.0",
89
93
  "typed-array-byte-offset": "^1.0.0",
90
94
  "typed-array-length": "^1.0.4",
91
95
  "unbox-primitive": "^1.0.2",
92
- "which-typed-array": "^1.1.10"
96
+ "which-typed-array": "^1.1.13"
93
97
  },
94
98
  "devDependencies": {
95
99
  "@ljharb/eslint-config": "^21.1.0",
96
- "array.from": "^1.1.4",
97
- "array.prototype.filter": "^1.0.2",
98
- "array.prototype.flatmap": "^1.3.1",
99
- "array.prototype.indexof": "^1.0.5",
100
+ "@unicode/unicode-15.0.0": "^1.5.2",
101
+ "array.from": "^1.1.5",
102
+ "array.prototype.filter": "^1.0.3",
103
+ "array.prototype.flatmap": "^1.3.2",
104
+ "array.prototype.indexof": "^1.0.6",
100
105
  "aud": "^2.0.3",
101
106
  "available-regexp-flags": "^1.0.2",
102
107
  "cheerio": "=1.0.0-rc.3",
@@ -105,23 +110,24 @@
105
110
  "es-value-fixtures": "^1.4.2",
106
111
  "eslint": "=8.8.0",
107
112
  "for-each": "^0.3.3",
108
- "function-bind": "^1.1.1",
113
+ "function-bind": "^1.1.2",
109
114
  "functions-have-names": "^1.2.3",
110
115
  "has-bigints": "^1.0.2",
111
116
  "has-strict-mode": "^1.0.1",
112
117
  "in-publish": "^2.0.1",
113
- "is-core-module": "^2.12.1",
118
+ "is-core-module": "^2.13.1",
119
+ "is-registered-symbol": "^1.0.1",
114
120
  "make-arrow-function": "^1.2.0",
115
121
  "make-async-function": "^1.0.0",
116
122
  "make-async-generator-function": "^1.0.0",
117
123
  "make-generator-function": "^2.0.0",
118
- "mock-property": "^1.0.0",
124
+ "mock-property": "^1.0.2",
119
125
  "npmignore": "^0.3.0",
120
126
  "nyc": "^10.3.2",
121
- "object.fromentries": "^2.0.6",
127
+ "object.fromentries": "^2.0.7",
122
128
  "safe-publish-latest": "^2.0.0",
123
- "ses": "^0.10.4",
124
- "tape": "^5.6.5"
129
+ "ses": "^0.18.8",
130
+ "tape": "^5.7.2"
125
131
  },
126
132
  "testling": {
127
133
  "files": "test/index.js",
@@ -0,0 +1,17 @@
1
+ [
2
+ "Iterator",
3
+ "Iterator.from",
4
+ "Iterator.prototype",
5
+ "Iterator.prototype.constructor",
6
+ "Iterator.prototype.drop",
7
+ "Iterator.prototype.every",
8
+ "Iterator.prototype.filter",
9
+ "Iterator.prototype.find",
10
+ "Iterator.prototype.flatMap",
11
+ "Iterator.prototype.forEach",
12
+ "Iterator.prototype.map",
13
+ "Iterator.prototype.reduce",
14
+ "Iterator.prototype.some",
15
+ "Iterator.prototype.take",
16
+ "Iterator.prototype.toArray"
17
+ ]
@@ -0,0 +1,185 @@
1
+ {
2
+ "name": "es-iterator-helpers",
3
+ "version": "1.0.15",
4
+ "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.",
5
+ "main": "index.json",
6
+ "exports": {
7
+ ".": "./index.json",
8
+ "./auto": "./auto.js",
9
+ "./shim": "./shim.js",
10
+ "./Iterator": "./Iterator/index.js",
11
+ "./Iterator/auto": "./Iterator/auto.js",
12
+ "./Iterator/polyfill": "./Iterator/polyfill.js",
13
+ "./Iterator/implementation": "./Iterator/implementation.js",
14
+ "./Iterator/shim": "./Iterator/shim.js",
15
+ "./Iterator.prototype": "./Iterator.prototype/index.js",
16
+ "./Iterator.prototype/auto": "./Iterator.prototype/auto.js",
17
+ "./Iterator.prototype/polyfill": "./Iterator.prototype/polyfill.js",
18
+ "./Iterator.prototype/implementation": "./Iterator.prototype/implementation.js",
19
+ "./Iterator.prototype/shim": "./Iterator.prototype/shim.js",
20
+ "./Iterator.from": "./Iterator.from/index.js",
21
+ "./Iterator.from/auto": "./Iterator.from/auto.js",
22
+ "./Iterator.from/polyfill": "./Iterator.from/polyfill.js",
23
+ "./Iterator.from/implementation": "./Iterator.from/implementation.js",
24
+ "./Iterator.from/shim": "./Iterator.from/shim.js",
25
+ "./Iterator.prototype.constructor": "./Iterator.prototype.constructor/index.js",
26
+ "./Iterator.prototype.constructor/auto": "./Iterator.prototype.constructor/auto.js",
27
+ "./Iterator.prototype.constructor/polyfill": "./Iterator.prototype.constructor/polyfill.js",
28
+ "./Iterator.prototype.constructor/implementation": "./Iterator.prototype.constructor/implementation.js",
29
+ "./Iterator.prototype.constructor/shim": "./Iterator.prototype.constructor/shim.js",
30
+ "./Iterator.prototype.map": "./Iterator.prototype.map/index.js",
31
+ "./Iterator.prototype.map/auto": "./Iterator.prototype.map/auto.js",
32
+ "./Iterator.prototype.map/polyfill": "./Iterator.prototype.map/polyfill.js",
33
+ "./Iterator.prototype.map/implementation": "./Iterator.prototype.map/implementation.js",
34
+ "./Iterator.prototype.map/shim": "./Iterator.prototype.map/shim.js",
35
+ "./Iterator.prototype.filter": "./Iterator.prototype.filter/index.js",
36
+ "./Iterator.prototype.filter/auto": "./Iterator.prototype.filter/auto.js",
37
+ "./Iterator.prototype.filter/polyfill": "./Iterator.prototype.filter/polyfill.js",
38
+ "./Iterator.prototype.filter/implementation": "./Iterator.prototype.filter/implementation.js",
39
+ "./Iterator.prototype.filter/shim": "./Iterator.prototype.filter/shim.js",
40
+ "./Iterator.prototype.take": "./Iterator.prototype.take/index.js",
41
+ "./Iterator.prototype.take/auto": "./Iterator.prototype.take/auto.js",
42
+ "./Iterator.prototype.take/polyfill": "./Iterator.prototype.take/polyfill.js",
43
+ "./Iterator.prototype.take/implementation": "./Iterator.prototype.take/implementation.js",
44
+ "./Iterator.prototype.take/shim": "./Iterator.prototype.take/shim.js",
45
+ "./Iterator.prototype.drop": "./Iterator.prototype.drop/index.js",
46
+ "./Iterator.prototype.drop/auto": "./Iterator.prototype.drop/auto.js",
47
+ "./Iterator.prototype.drop/polyfill": "./Iterator.prototype.drop/polyfill.js",
48
+ "./Iterator.prototype.drop/implementation": "./Iterator.prototype.drop/implementation.js",
49
+ "./Iterator.prototype.drop/shim": "./Iterator.prototype.drop/shim.js",
50
+ "./Iterator.prototype.flatMap": "./Iterator.prototype.flatMap/index.js",
51
+ "./Iterator.prototype.flatMap/auto": "./Iterator.prototype.flatMap/auto.js",
52
+ "./Iterator.prototype.flatMap/polyfill": "./Iterator.prototype.flatMap/polyfill.js",
53
+ "./Iterator.prototype.flatMap/implementation": "./Iterator.prototype.flatMap/implementation.js",
54
+ "./Iterator.prototype.flatMap/shim": "./Iterator.prototype.flatMap/shim.js",
55
+ "./Iterator.prototype.reduce": "./Iterator.prototype.reduce/index.js",
56
+ "./Iterator.prototype.reduce/auto": "./Iterator.prototype.reduce/auto.js",
57
+ "./Iterator.prototype.reduce/polyfill": "./Iterator.prototype.reduce/polyfill.js",
58
+ "./Iterator.prototype.reduce/implementation": "./Iterator.prototype.reduce/implementation.js",
59
+ "./Iterator.prototype.reduce/shim": "./Iterator.prototype.reduce/shim.js",
60
+ "./Iterator.prototype.toArray": "./Iterator.prototype.toArray/index.js",
61
+ "./Iterator.prototype.toArray/auto": "./Iterator.prototype.toArray/auto.js",
62
+ "./Iterator.prototype.toArray/polyfill": "./Iterator.prototype.toArray/polyfill.js",
63
+ "./Iterator.prototype.toArray/implementation": "./Iterator.prototype.toArray/implementation.js",
64
+ "./Iterator.prototype.toArray/shim": "./Iterator.prototype.toArray/shim.js",
65
+ "./Iterator.prototype.forEach": "./Iterator.prototype.forEach/index.js",
66
+ "./Iterator.prototype.forEach/auto": "./Iterator.prototype.forEach/auto.js",
67
+ "./Iterator.prototype.forEach/polyfill": "./Iterator.prototype.forEach/polyfill.js",
68
+ "./Iterator.prototype.forEach/implementation": "./Iterator.prototype.forEach/implementation.js",
69
+ "./Iterator.prototype.forEach/shim": "./Iterator.prototype.forEach/shim.js",
70
+ "./Iterator.prototype.some": "./Iterator.prototype.some/index.js",
71
+ "./Iterator.prototype.some/auto": "./Iterator.prototype.some/auto.js",
72
+ "./Iterator.prototype.some/polyfill": "./Iterator.prototype.some/polyfill.js",
73
+ "./Iterator.prototype.some/implementation": "./Iterator.prototype.some/implementation.js",
74
+ "./Iterator.prototype.some/shim": "./Iterator.prototype.some/shim.js",
75
+ "./Iterator.prototype.every": "./Iterator.prototype.every/index.js",
76
+ "./Iterator.prototype.every/auto": "./Iterator.prototype.every/auto.js",
77
+ "./Iterator.prototype.every/polyfill": "./Iterator.prototype.every/polyfill.js",
78
+ "./Iterator.prototype.every/implementation": "./Iterator.prototype.every/implementation.js",
79
+ "./Iterator.prototype.every/shim": "./Iterator.prototype.every/shim.js",
80
+ "./Iterator.prototype.find": "./Iterator.prototype.find/index.js",
81
+ "./Iterator.prototype.find/auto": "./Iterator.prototype.find/auto.js",
82
+ "./Iterator.prototype.find/polyfill": "./Iterator.prototype.find/polyfill.js",
83
+ "./Iterator.prototype.find/implementation": "./Iterator.prototype.find/implementation.js",
84
+ "./Iterator.prototype.find/shim": "./Iterator.prototype.find/shim.js",
85
+ "./package.json": "./package.json"
86
+ },
87
+ "scripts": {
88
+ "prepack": "npmignore --auto --commentLines=autogenerated",
89
+ "prepublishOnly": "safe-publish-latest",
90
+ "prepublish": "not-in-publish || npm run prepublishOnly",
91
+ "prelint": "es-shim-api --bound --multi --ignore-dirs=WrapForValidIteratorPrototype,IteratorHelperPrototype",
92
+ "lint": "eslint --ext=js,mjs .",
93
+ "postlint": "evalmd README.md",
94
+ "pretest": "npm run lint",
95
+ "test": "npm run tests-only",
96
+ "tests-only": "nyc tape 'test/**/*.js'",
97
+ "posttest": "aud --production",
98
+ "version": "auto-changelog && git add CHANGELOG.md",
99
+ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
100
+ },
101
+ "repository": {
102
+ "type": "git",
103
+ "url": "git+https://github.com/es-shims/iterator-helpers.git"
104
+ },
105
+ "keywords": [
106
+ "javascript",
107
+ "ecmascript",
108
+ "polyfill",
109
+ "shim",
110
+ "es-shims",
111
+ "es-shim API",
112
+ "Iterator",
113
+ "helpers",
114
+ "from",
115
+ "map",
116
+ "filter",
117
+ "take",
118
+ "drop",
119
+ "flatMap",
120
+ "reduce",
121
+ "toArray",
122
+ "forEach",
123
+ "some",
124
+ "every",
125
+ "find"
126
+ ],
127
+ "author": "Jordan Harband <ljharb@gmail.com>",
128
+ "license": "MIT",
129
+ "bugs": {
130
+ "url": "https://github.com/es-shims/iterator-helpers/issues"
131
+ },
132
+ "homepage": "https://github.com/es-shims/iterator-helpers#readme",
133
+ "dependencies": {
134
+ "asynciterator.prototype": "^1.0.0",
135
+ "call-bind": "^1.0.2",
136
+ "define-properties": "^1.2.1",
137
+ "es-abstract": "^1.22.1",
138
+ "es-set-tostringtag": "^2.0.1",
139
+ "function-bind": "^1.1.1",
140
+ "get-intrinsic": "^1.2.1",
141
+ "globalthis": "^1.0.3",
142
+ "has-property-descriptors": "^1.0.0",
143
+ "has-proto": "^1.0.1",
144
+ "has-symbols": "^1.0.3",
145
+ "internal-slot": "^1.0.5",
146
+ "iterator.prototype": "^1.1.2",
147
+ "safe-array-concat": "^1.0.1"
148
+ },
149
+ "devDependencies": {
150
+ "@es-shims/api": "^2.4.2",
151
+ "@ljharb/eslint-config": "^21.1.0",
152
+ "aud": "^2.0.3",
153
+ "auto-changelog": "^2.4.0",
154
+ "es-value-fixtures": "^1.4.2",
155
+ "eslint": "=8.8.0",
156
+ "eslint-plugin-import": "^2.28.1",
157
+ "evalmd": "^0.0.19",
158
+ "for-each": "^0.3.3",
159
+ "functions-have-names": "^1.2.3",
160
+ "has-strict-mode": "^1.0.1",
161
+ "has-tostringtag": "^1.0.0",
162
+ "in-publish": "^2.0.1",
163
+ "iterate-iterator": "^1.0.2",
164
+ "make-generator-function": "^2.0.0",
165
+ "mock-property": "^1.0.0",
166
+ "npmignore": "^0.3.0",
167
+ "nyc": "^10.3.2",
168
+ "object-inspect": "^1.12.3",
169
+ "safe-publish-latest": "^2.0.0",
170
+ "tape": "^5.6.6"
171
+ },
172
+ "auto-changelog": {
173
+ "output": "CHANGELOG.md",
174
+ "template": "keepachangelog",
175
+ "unreleased": false,
176
+ "commitLimit": false,
177
+ "backfillLimit": false,
178
+ "hideCredit": true
179
+ },
180
+ "publishConfig": {
181
+ "ignore": [
182
+ ".github/workflows"
183
+ ]
184
+ }
185
+ }
@@ -1,17 +1,20 @@
1
1
  {
2
- "types": [
3
- { "name": "problem", "displayName": "Possible Problems", "description": "These rules relate to possible logic errors in code:" },
4
- { "name": "suggestion", "displayName": "Suggestions", "description": "These rules suggest alternate ways of doing things:" },
5
- { "name": "layout", "displayName": "Layout & Formatting", "description": "These rules care about how the code looks rather than how it executes:" }
2
+ "categories": [
3
+ { "name": "Possible Errors", "description": "These rules relate to possible syntax or logic errors in JavaScript code:" },
4
+ { "name": "Best Practices", "description": "These rules relate to better ways of doing things to help you avoid problems:" },
5
+ { "name": "Strict Mode", "description": "These rules relate to strict mode directives:" },
6
+ { "name": "Variables", "description": "These rules relate to variable declarations:" },
7
+ { "name": "Stylistic Issues", "description": "These rules relate to style guidelines, and are therefore quite subjective:" },
8
+ { "name": "ECMAScript 6", "description": "These rules relate to ES6, also known as ES2015:" }
6
9
  ],
7
10
  "deprecated": {
8
11
  "name": "Deprecated",
9
- "description": "These rules have been deprecated in accordance with the <a href=\"{{ '/use/rule-deprecation' | url }}\">deprecation policy</a>, and replaced by newer rules:",
12
+ "description": "These rules have been deprecated in accordance with the <a href=\"/docs/user-guide/rule-deprecation\">deprecation policy</a>, and replaced by newer rules:",
10
13
  "rules": []
11
14
  },
12
15
  "removed": {
13
16
  "name": "Removed",
14
- "description": "These rules from older versions of ESLint (before the <a href=\"{{ '/use/rule-deprecation' | url }}\">deprecation policy</a> existed) have been replaced by newer rules:",
17
+ "description": "These rules from older versions of ESLint (before the <a href=\"/docs/user-guide/rule-deprecation\">deprecation policy</a> existed) have been replaced by newer rules:",
15
18
  "rules": [
16
19
  { "removed": "generator-star", "replacedBy": ["generator-star-spacing"] },
17
20
  { "removed": "global-strict", "replacedBy": ["strict"] },
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@babel/code-frame",
3
+ "version": "7.12.11",
4
+ "description": "Generate errors that contain a code frame that point to source locations.",
5
+ "author": "Sebastian McKenzie <sebmck@gmail.com>",
6
+ "homepage": "https://babeljs.io/",
7
+ "license": "MIT",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/babel/babel.git",
14
+ "directory": "packages/babel-code-frame"
15
+ },
16
+ "main": "lib/index.js",
17
+ "dependencies": {
18
+ "@babel/highlight": "^7.10.4"
19
+ },
20
+ "devDependencies": {
21
+ "@types/chalk": "^2.0.0",
22
+ "chalk": "^2.0.0",
23
+ "strip-ansi": "^4.0.0"
24
+ }
25
+ }
@@ -0,0 +1,289 @@
1
+ {
2
+ "AssignmentExpression": [
3
+ "left",
4
+ "right"
5
+ ],
6
+ "AssignmentPattern": [
7
+ "left",
8
+ "right"
9
+ ],
10
+ "ArrayExpression": [
11
+ "elements"
12
+ ],
13
+ "ArrayPattern": [
14
+ "elements"
15
+ ],
16
+ "ArrowFunctionExpression": [
17
+ "params",
18
+ "body"
19
+ ],
20
+ "AwaitExpression": [
21
+ "argument"
22
+ ],
23
+ "BlockStatement": [
24
+ "body"
25
+ ],
26
+ "BinaryExpression": [
27
+ "left",
28
+ "right"
29
+ ],
30
+ "BreakStatement": [
31
+ "label"
32
+ ],
33
+ "CallExpression": [
34
+ "callee",
35
+ "arguments"
36
+ ],
37
+ "CatchClause": [
38
+ "param",
39
+ "body"
40
+ ],
41
+ "ChainExpression": [
42
+ "expression"
43
+ ],
44
+ "ClassBody": [
45
+ "body"
46
+ ],
47
+ "ClassDeclaration": [
48
+ "id",
49
+ "superClass",
50
+ "body"
51
+ ],
52
+ "ClassExpression": [
53
+ "id",
54
+ "superClass",
55
+ "body"
56
+ ],
57
+ "ConditionalExpression": [
58
+ "test",
59
+ "consequent",
60
+ "alternate"
61
+ ],
62
+ "ContinueStatement": [
63
+ "label"
64
+ ],
65
+ "DebuggerStatement": [],
66
+ "DoWhileStatement": [
67
+ "body",
68
+ "test"
69
+ ],
70
+ "EmptyStatement": [],
71
+ "ExportAllDeclaration": [
72
+ "exported",
73
+ "source"
74
+ ],
75
+ "ExportDefaultDeclaration": [
76
+ "declaration"
77
+ ],
78
+ "ExportNamedDeclaration": [
79
+ "declaration",
80
+ "specifiers",
81
+ "source"
82
+ ],
83
+ "ExportSpecifier": [
84
+ "exported",
85
+ "local"
86
+ ],
87
+ "ExpressionStatement": [
88
+ "expression"
89
+ ],
90
+ "ExperimentalRestProperty": [
91
+ "argument"
92
+ ],
93
+ "ExperimentalSpreadProperty": [
94
+ "argument"
95
+ ],
96
+ "ForStatement": [
97
+ "init",
98
+ "test",
99
+ "update",
100
+ "body"
101
+ ],
102
+ "ForInStatement": [
103
+ "left",
104
+ "right",
105
+ "body"
106
+ ],
107
+ "ForOfStatement": [
108
+ "left",
109
+ "right",
110
+ "body"
111
+ ],
112
+ "FunctionDeclaration": [
113
+ "id",
114
+ "params",
115
+ "body"
116
+ ],
117
+ "FunctionExpression": [
118
+ "id",
119
+ "params",
120
+ "body"
121
+ ],
122
+ "Identifier": [],
123
+ "IfStatement": [
124
+ "test",
125
+ "consequent",
126
+ "alternate"
127
+ ],
128
+ "ImportDeclaration": [
129
+ "specifiers",
130
+ "source"
131
+ ],
132
+ "ImportDefaultSpecifier": [
133
+ "local"
134
+ ],
135
+ "ImportExpression": [
136
+ "source"
137
+ ],
138
+ "ImportNamespaceSpecifier": [
139
+ "local"
140
+ ],
141
+ "ImportSpecifier": [
142
+ "imported",
143
+ "local"
144
+ ],
145
+ "JSXAttribute": [
146
+ "name",
147
+ "value"
148
+ ],
149
+ "JSXClosingElement": [
150
+ "name"
151
+ ],
152
+ "JSXElement": [
153
+ "openingElement",
154
+ "children",
155
+ "closingElement"
156
+ ],
157
+ "JSXEmptyExpression": [],
158
+ "JSXExpressionContainer": [
159
+ "expression"
160
+ ],
161
+ "JSXIdentifier": [],
162
+ "JSXMemberExpression": [
163
+ "object",
164
+ "property"
165
+ ],
166
+ "JSXNamespacedName": [
167
+ "namespace",
168
+ "name"
169
+ ],
170
+ "JSXOpeningElement": [
171
+ "name",
172
+ "attributes"
173
+ ],
174
+ "JSXSpreadAttribute": [
175
+ "argument"
176
+ ],
177
+ "JSXText": [],
178
+ "JSXFragment": [
179
+ "openingFragment",
180
+ "children",
181
+ "closingFragment"
182
+ ],
183
+ "Literal": [],
184
+ "LabeledStatement": [
185
+ "label",
186
+ "body"
187
+ ],
188
+ "LogicalExpression": [
189
+ "left",
190
+ "right"
191
+ ],
192
+ "MemberExpression": [
193
+ "object",
194
+ "property"
195
+ ],
196
+ "MetaProperty": [
197
+ "meta",
198
+ "property"
199
+ ],
200
+ "MethodDefinition": [
201
+ "key",
202
+ "value"
203
+ ],
204
+ "NewExpression": [
205
+ "callee",
206
+ "arguments"
207
+ ],
208
+ "ObjectExpression": [
209
+ "properties"
210
+ ],
211
+ "ObjectPattern": [
212
+ "properties"
213
+ ],
214
+ "PrivateIdentifier": [],
215
+ "Program": [
216
+ "body"
217
+ ],
218
+ "Property": [
219
+ "key",
220
+ "value"
221
+ ],
222
+ "PropertyDefinition": [
223
+ "key",
224
+ "value"
225
+ ],
226
+ "RestElement": [
227
+ "argument"
228
+ ],
229
+ "ReturnStatement": [
230
+ "argument"
231
+ ],
232
+ "SequenceExpression": [
233
+ "expressions"
234
+ ],
235
+ "SpreadElement": [
236
+ "argument"
237
+ ],
238
+ "Super": [],
239
+ "SwitchStatement": [
240
+ "discriminant",
241
+ "cases"
242
+ ],
243
+ "SwitchCase": [
244
+ "test",
245
+ "consequent"
246
+ ],
247
+ "TaggedTemplateExpression": [
248
+ "tag",
249
+ "quasi"
250
+ ],
251
+ "TemplateElement": [],
252
+ "TemplateLiteral": [
253
+ "quasis",
254
+ "expressions"
255
+ ],
256
+ "ThisExpression": [],
257
+ "ThrowStatement": [
258
+ "argument"
259
+ ],
260
+ "TryStatement": [
261
+ "block",
262
+ "handler",
263
+ "finalizer"
264
+ ],
265
+ "UnaryExpression": [
266
+ "argument"
267
+ ],
268
+ "UpdateExpression": [
269
+ "argument"
270
+ ],
271
+ "VariableDeclaration": [
272
+ "declarations"
273
+ ],
274
+ "VariableDeclarator": [
275
+ "id",
276
+ "init"
277
+ ],
278
+ "WhileStatement": [
279
+ "test",
280
+ "body"
281
+ ],
282
+ "WithStatement": [
283
+ "object",
284
+ "body"
285
+ ],
286
+ "YieldExpression": [
287
+ "argument"
288
+ ]
289
+ }