xinference 0.6.5__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 (236) hide show
  1. xinference/_version.py +3 -3
  2. xinference/api/restful_api.py +14 -0
  3. xinference/core/model.py +33 -10
  4. xinference/core/supervisor.py +10 -0
  5. xinference/core/worker.py +40 -13
  6. xinference/deploy/utils.py +1 -0
  7. xinference/model/embedding/core.py +3 -0
  8. xinference/model/llm/vllm/core.py +3 -1
  9. xinference/model/utils.py +25 -0
  10. xinference/types.py +4 -4
  11. xinference/web/ui/build/asset-manifest.json +3 -3
  12. xinference/web/ui/build/index.html +1 -1
  13. xinference/web/ui/build/static/js/main.8126d441.js +3 -0
  14. xinference/web/ui/build/static/js/main.8126d441.js.map +1 -0
  15. xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json +1 -0
  16. xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
  17. xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
  18. xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json +1 -0
  19. xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
  20. xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json +1 -0
  21. xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json +1 -0
  22. xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
  23. xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json +1 -0
  24. xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json +1 -0
  25. xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json +1 -0
  26. xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json +1 -0
  27. xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
  28. xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
  29. xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json +1 -0
  30. xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
  31. xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json +1 -0
  32. xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
  33. xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
  34. xinference/web/ui/node_modules/.package-lock.json +1077 -405
  35. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
  36. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
  37. xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
  38. xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
  39. xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
  40. xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
  41. xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
  42. xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
  43. xinference/web/ui/node_modules/@types/semver/package.json +15 -15
  44. xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
  45. xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
  46. xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
  47. xinference/web/ui/node_modules/array-includes/package.json +8 -8
  48. xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
  49. xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
  50. xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
  51. xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
  52. xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
  53. xinference/web/ui/node_modules/astral-regex/package.json +33 -0
  54. xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
  55. xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
  56. xinference/web/ui/node_modules/axe-core/package.json +1 -2
  57. xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
  58. xinference/web/ui/node_modules/call-bind/package.json +33 -23
  59. xinference/web/ui/node_modules/define-data-property/package.json +113 -0
  60. xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
  61. xinference/web/ui/node_modules/define-properties/package.json +5 -4
  62. xinference/web/ui/node_modules/enquirer/package.json +112 -0
  63. xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
  64. xinference/web/ui/node_modules/es-abstract/package.json +29 -23
  65. xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
  66. xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
  67. xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
  68. xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
  69. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
  70. xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
  71. xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
  72. xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
  73. xinference/web/ui/node_modules/eslint/package.json +53 -82
  74. xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
  75. xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
  76. xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
  77. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
  78. xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
  79. xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
  80. xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
  81. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  82. xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
  83. xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
  84. xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
  85. xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
  86. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
  87. xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
  88. xinference/web/ui/node_modules/espree/package.json +27 -51
  89. xinference/web/ui/node_modules/function-bind/package.json +38 -14
  90. xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
  91. xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
  92. xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
  93. xinference/web/ui/node_modules/hasown/package.json +91 -0
  94. xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
  95. xinference/web/ui/node_modules/is-async-function/package.json +86 -0
  96. xinference/web/ui/node_modules/is-core-module/core.json +3 -3
  97. xinference/web/ui/node_modules/is-core-module/package.json +7 -7
  98. xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
  99. xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
  100. xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
  101. xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
  102. xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
  103. xinference/web/ui/node_modules/language-tags/package.json +48 -8
  104. xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
  105. xinference/web/ui/node_modules/object-inspect/package.json +8 -6
  106. xinference/web/ui/node_modules/object.entries/package.json +7 -7
  107. xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
  108. xinference/web/ui/node_modules/object.groupby/package.json +83 -0
  109. xinference/web/ui/node_modules/object.values/package.json +7 -7
  110. xinference/web/ui/node_modules/prettier/package.json +21 -0
  111. xinference/web/ui/node_modules/progress/package.json +26 -0
  112. xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
  113. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
  114. xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
  115. xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
  116. xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
  117. xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
  118. xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
  119. xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
  120. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
  121. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
  122. xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
  123. xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
  124. xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
  125. xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
  126. xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
  127. xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
  128. xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
  129. xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
  130. xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
  131. xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
  132. xinference/web/ui/node_modules/regexpp/package.json +91 -0
  133. xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
  134. xinference/web/ui/node_modules/resolve/package.json +9 -8
  135. xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
  136. xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
  137. xinference/web/ui/node_modules/set-function-length/package.json +84 -0
  138. xinference/web/ui/node_modules/set-function-name/package.json +80 -0
  139. xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
  140. xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
  141. xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
  142. xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
  143. xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
  144. xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
  145. xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
  146. xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
  147. xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
  148. xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
  149. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
  150. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
  151. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
  152. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
  153. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
  154. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  155. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
  156. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
  157. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
  158. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
  159. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
  160. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  161. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  162. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  163. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
  164. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
  165. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
  166. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
  167. xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
  168. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
  169. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
  170. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
  171. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
  172. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
  173. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
  174. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
  175. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
  176. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
  177. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
  178. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
  179. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
  180. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
  181. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
  182. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
  183. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
  184. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
  185. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
  186. xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
  187. xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
  188. xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
  189. xinference/web/ui/node_modules/table/package.json +77 -0
  190. xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
  191. xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
  192. xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
  193. xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
  194. xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
  195. xinference/web/ui/package-lock.json +1085 -406
  196. xinference/web/ui/package.json +10 -2
  197. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/METADATA +46 -35
  198. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/RECORD +210 -103
  199. xinference/web/ui/build/static/js/main.9b46963e.js +0 -3
  200. xinference/web/ui/build/static/js/main.9b46963e.js.map +0 -1
  201. xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
  202. xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
  203. xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
  204. xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
  205. xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
  206. xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
  207. xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
  208. xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
  209. xinference/web/ui/node_modules/.cache/babel-loader/aad919619ddb400e30bf9886f3ad7f59d5ec7cdbb98ed8b8442565bb19164237.json +0 -1
  210. xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
  211. xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
  212. xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
  213. xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
  214. xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
  215. xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
  216. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
  217. xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
  218. xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
  219. xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
  220. xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
  221. xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
  222. xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
  223. xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
  224. xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
  225. /xinference/web/ui/build/static/js/{main.9b46963e.js.LICENSE.txt → main.8126d441.js.LICENSE.txt} +0 -0
  226. /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
  227. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
  228. /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
  229. /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
  230. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
  231. /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
  232. /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
  233. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/LICENSE +0 -0
  234. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/WHEEL +0 -0
  235. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/entry_points.txt +0 -0
  236. {xinference-0.6.5.dist-info → xinference-0.7.0.dist-info}/top_level.txt +0 -0
@@ -1 +0,0 @@
1
- {"ast":null,"code":"import _objectSpread from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/objectSpread2.js\";import _slicedToArray from\"/home/runner/work/inference/inference/xinference/web/ui/node_modules/@babel/runtime/helpers/esm/slicedToArray.js\";import React,{useState,useContext,useEffect}from\"react\";import{v1 as uuidv1}from\"uuid\";import{ApiContext}from\"../../components/apiContext\";import{Box,Chip}from\"@mui/material\";import{CircularProgress}from\"@mui/material\";import{UndoOutlined,RocketLaunchOutlined}from\"@mui/icons-material\";import{jsx as _jsx}from\"react/jsx-runtime\";import{jsxs as _jsxs}from\"react/jsx-runtime\";var CARD_HEIGHT=270;var CARD_WIDTH=270;var EmbeddingCard=function EmbeddingCard(_ref){var url=_ref.url,modelData=_ref.modelData;var _useState=useState(false),_useState2=_slicedToArray(_useState,2),hover=_useState2[0],setHover=_useState2[1];var _useState3=useState(false),_useState4=_slicedToArray(_useState3,2),selected=_useState4[0],setSelected=_useState4[1];var _useContext=useContext(ApiContext),isCallingApi=_useContext.isCallingApi,setIsCallingApi=_useContext.setIsCallingApi;var _useContext2=useContext(ApiContext),isUpdatingModel=_useContext2.isUpdatingModel;// UseEffects for parameter selection, change options based on previous selections\nuseEffect(function(){return;},[modelData]);var launchModel=function launchModel(url){if(isCallingApi||isUpdatingModel){return;}setIsCallingApi(true);var uuid=uuidv1();var modelDataWithID={model_uid:uuid,model_name:modelData.model_name,model_type:\"embedding\"};// First fetch request to initiate the model\nfetch(url+\"/v1/models\",{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify(modelDataWithID)}).then(function(response){setIsCallingApi(false);}).catch(function(error){console.error(\"Error:\",error);setIsCallingApi(false);});};var styles={container:{display:\"block\",position:\"relative\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",borderRadius:\"20px\",background:\"white\",overflow:\"hidden\"},containerSelected:{display:\"block\",position:\"relative\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",borderRadius:\"20px\",background:\"white\",overflow:\"hidden\",boxShadow:\"0 0 2px #00000099\"},descriptionCard:{position:\"relative\",top:\"-1px\",left:\"-1px\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",padding:\"20px\",borderRadius:\"20px\",background:\"white\"},parameterCard:{position:\"relative\",top:\"-\".concat(CARD_HEIGHT+1,\"px\"),left:\"-1px\",width:\"\".concat(CARD_WIDTH,\"px\"),height:\"\".concat(CARD_HEIGHT,\"px\"),border:\"1px solid #ddd\",padding:\"20px\",borderRadius:\"20px\",background:\"white\"},img:{display:\"block\",margin:\"0 auto\",width:\"180px\",height:\"180px\",objectFit:\"cover\",borderRadius:\"10px\"},titleContainer:{minHeight:\"120px\"},h2:{margin:\"10px 10px\",fontSize:\"20px\"},buttonsContainer:{display:\"flex\",margin:\"0 auto\",marginTop:\"120px\",border:\"none\",justifyContent:\"space-between\",alignItems:\"center\"},buttonContainer:{width:\"45%\",borderWidth:\"0px\",backgroundColor:\"transparent\",paddingLeft:\"0px\",paddingRight:\"0px\"},buttonItem:{width:\"100%\",margin:\"0 auto\",padding:\"5px\",display:\"flex\",justifyContent:\"center\",borderRadius:\"4px\",border:\"1px solid #e5e7eb\",borderWidth:\"1px\",borderColor:\"#e5e7eb\"},instructionText:{fontSize:\"12px\",color:\"#666666\",fontStyle:\"italic\",margin:\"10px 0\",textAlign:\"center\"},slideIn:{transform:\"translateX(0%)\",transition:\"transform 0.2s ease-in-out\"},slideOut:{transform:\"translateX(100%)\",transition:\"transform 0.2s ease-in-out\"},iconRow:{display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\"},iconItem:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",margin:\"20px\"},boldIconText:{fontWeight:\"bold\",fontSize:\"1.2em\"},muiIcon:{fontSize:\"1.5em\"},smallText:{fontSize:\"0.8em\"},langRow:{margin:\"2px 5px 40px 5px\"}};// Set two different states based on mouse hover\nreturn/*#__PURE__*/_jsxs(Box,{style:hover?styles.containerSelected:styles.container,onMouseEnter:function onMouseEnter(){return setHover(true);},onMouseLeave:function onMouseLeave(){return setHover(false);},onClick:function onClick(){if(!selected){setSelected(true);}},children:[/*#__PURE__*/_jsxs(Box,{style:styles.descriptionCard,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.titleContainer,children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsxs(\"div\",{style:styles.langRow,children:[function(){if(modelData.language.includes(\"en\")){return/*#__PURE__*/_jsx(Chip,{label:\"EN\",variant:\"outlined\",size:\"small\",sx:{marginRight:\"10px\"}});}}(),function(){if(modelData.language.includes(\"zh\")){return/*#__PURE__*/_jsx(Chip,{label:\"ZH\",variant:\"outlined\",size:\"small\"});}}()]})]}),/*#__PURE__*/_jsxs(\"div\",{style:styles.iconRow,children:[/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(\"span\",{style:styles.boldIconText,children:modelData.dimensions}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"dimensions\"})]}),/*#__PURE__*/_jsxs(\"div\",{style:styles.iconItem,children:[/*#__PURE__*/_jsx(\"span\",{style:styles.boldIconText,children:modelData.max_tokens}),/*#__PURE__*/_jsx(\"small\",{style:styles.smallText,children:\"max tokens\"})]})]}),hover?/*#__PURE__*/_jsx(\"p\",{style:styles.instructionText,children:\"Click with mouse to launch the model\"}):/*#__PURE__*/_jsx(\"p\",{style:styles.instructionText})]}),/*#__PURE__*/_jsxs(Box,{style:selected?_objectSpread(_objectSpread({},styles.parameterCard),styles.slideIn):_objectSpread(_objectSpread({},styles.parameterCard),styles.slideOut),children:[/*#__PURE__*/_jsx(\"h2\",{style:styles.h2,children:modelData.model_name}),/*#__PURE__*/_jsxs(Box,{style:styles.buttonsContainer,children:[/*#__PURE__*/_jsx(\"button\",{title:\"Launch Embedding\",style:styles.buttonContainer,onClick:function onClick(){return launchModel(url,modelData);},disabled:isCallingApi||isUpdatingModel||!modelData,children:function(){if(isCallingApi||isUpdatingModel){return/*#__PURE__*/_jsx(Box,{style:_objectSpread(_objectSpread({},styles.buttonItem),{},{backgroundColor:\"#f2f2f2\"}),children:/*#__PURE__*/_jsx(CircularProgress,{size:\"20px\",sx:{color:\"#000000\"}})});}else if(!modelData){return/*#__PURE__*/_jsx(Box,{style:_objectSpread(_objectSpread({},styles.buttonItem),{},{backgroundColor:\"#f2f2f2\"}),children:/*#__PURE__*/_jsx(RocketLaunchOutlined,{size:\"20px\"})});}else{return/*#__PURE__*/_jsx(Box,{style:styles.buttonItem,children:/*#__PURE__*/_jsx(RocketLaunchOutlined,{color:\"#000000\",size:\"20px\"})});}}()}),/*#__PURE__*/_jsx(\"button\",{title:\"Launch Embedding\",style:styles.buttonContainer,onClick:function onClick(){return setSelected(false);},children:/*#__PURE__*/_jsx(Box,{style:styles.buttonItem,children:/*#__PURE__*/_jsx(UndoOutlined,{color:\"#000000\",size:\"20px\"})})})]})]})]});};export default EmbeddingCard;","map":{"version":3,"names":["React","useState","useContext","useEffect","v1","uuidv1","ApiContext","Box","Chip","CircularProgress","UndoOutlined","RocketLaunchOutlined","jsx","_jsx","jsxs","_jsxs","CARD_HEIGHT","CARD_WIDTH","EmbeddingCard","_ref","url","modelData","_useState","_useState2","_slicedToArray","hover","setHover","_useState3","_useState4","selected","setSelected","_useContext","isCallingApi","setIsCallingApi","_useContext2","isUpdatingModel","launchModel","uuid","modelDataWithID","model_uid","model_name","model_type","fetch","method","headers","body","JSON","stringify","then","response","catch","error","console","styles","container","display","position","width","concat","height","border","borderRadius","background","overflow","containerSelected","boxShadow","descriptionCard","top","left","padding","parameterCard","img","margin","objectFit","titleContainer","minHeight","h2","fontSize","buttonsContainer","marginTop","justifyContent","alignItems","buttonContainer","borderWidth","backgroundColor","paddingLeft","paddingRight","buttonItem","borderColor","instructionText","color","fontStyle","textAlign","slideIn","transform","transition","slideOut","iconRow","iconItem","flexDirection","boldIconText","fontWeight","muiIcon","smallText","langRow","style","onMouseEnter","onMouseLeave","onClick","children","language","includes","label","variant","size","sx","marginRight","dimensions","max_tokens","_objectSpread","title","disabled"],"sources":["/home/runner/work/inference/inference/xinference/web/ui/src/scenes/launch_model/embeddingCard.js"],"sourcesContent":["import React, { useState, useContext, useEffect } from \"react\";\nimport { v1 as uuidv1 } from \"uuid\";\nimport { ApiContext } from \"../../components/apiContext\";\nimport { Box, Chip } from \"@mui/material\";\nimport { CircularProgress } from \"@mui/material\";\nimport { UndoOutlined, RocketLaunchOutlined } from \"@mui/icons-material\";\n\nconst CARD_HEIGHT = 270;\nconst CARD_WIDTH = 270;\n\nconst EmbeddingCard = ({ url, modelData }) => {\n const [hover, setHover] = useState(false);\n const [selected, setSelected] = useState(false);\n const { isCallingApi, setIsCallingApi } = useContext(ApiContext);\n const { isUpdatingModel } = useContext(ApiContext);\n\n // UseEffects for parameter selection, change options based on previous selections\n useEffect(() => {\n return;\n }, [modelData]);\n\n const launchModel = (url) => {\n if (isCallingApi || isUpdatingModel) {\n return;\n }\n\n setIsCallingApi(true);\n\n const uuid = uuidv1();\n const modelDataWithID = {\n model_uid: uuid,\n model_name: modelData.model_name,\n model_type: \"embedding\",\n };\n\n // First fetch request to initiate the model\n fetch(url + \"/v1/models\", {\n method: \"POST\",\n headers: {\n \"Content-Type\": \"application/json\",\n },\n body: JSON.stringify(modelDataWithID),\n })\n .then((response) => {\n setIsCallingApi(false);\n })\n .catch((error) => {\n console.error(\"Error:\", error);\n setIsCallingApi(false);\n });\n };\n\n const styles = {\n container: {\n display: \"block\",\n position: \"relative\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n borderRadius: \"20px\",\n background: \"white\",\n overflow: \"hidden\",\n },\n containerSelected: {\n display: \"block\",\n position: \"relative\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n borderRadius: \"20px\",\n background: \"white\",\n overflow: \"hidden\",\n boxShadow: \"0 0 2px #00000099\",\n },\n descriptionCard: {\n position: \"relative\",\n top: \"-1px\",\n left: \"-1px\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n padding: \"20px\",\n borderRadius: \"20px\",\n background: \"white\",\n },\n parameterCard: {\n position: \"relative\",\n top: `-${CARD_HEIGHT + 1}px`,\n left: \"-1px\",\n width: `${CARD_WIDTH}px`,\n height: `${CARD_HEIGHT}px`,\n border: \"1px solid #ddd\",\n padding: \"20px\",\n borderRadius: \"20px\",\n background: \"white\",\n },\n img: {\n display: \"block\",\n margin: \"0 auto\",\n width: \"180px\",\n height: \"180px\",\n objectFit: \"cover\",\n borderRadius: \"10px\",\n },\n titleContainer: {\n minHeight: \"120px\",\n },\n h2: {\n margin: \"10px 10px\",\n fontSize: \"20px\",\n },\n buttonsContainer: {\n display: \"flex\",\n margin: \"0 auto\",\n marginTop: \"120px\",\n border: \"none\",\n justifyContent: \"space-between\",\n alignItems: \"center\",\n },\n buttonContainer: {\n width: \"45%\",\n borderWidth: \"0px\",\n backgroundColor: \"transparent\",\n paddingLeft: \"0px\",\n paddingRight: \"0px\",\n },\n buttonItem: {\n width: \"100%\",\n margin: \"0 auto\",\n padding: \"5px\",\n display: \"flex\",\n justifyContent: \"center\",\n borderRadius: \"4px\",\n border: \"1px solid #e5e7eb\",\n borderWidth: \"1px\",\n borderColor: \"#e5e7eb\",\n },\n instructionText: {\n fontSize: \"12px\",\n color: \"#666666\",\n fontStyle: \"italic\",\n margin: \"10px 0\",\n textAlign: \"center\",\n },\n slideIn: {\n transform: \"translateX(0%)\",\n transition: \"transform 0.2s ease-in-out\",\n },\n slideOut: {\n transform: \"translateX(100%)\",\n transition: \"transform 0.2s ease-in-out\",\n },\n iconRow: {\n display: \"flex\",\n justifyContent: \"space-between\",\n alignItems: \"center\",\n },\n iconItem: {\n display: \"flex\",\n flexDirection: \"column\",\n alignItems: \"center\",\n margin: \"20px\",\n },\n boldIconText: {\n fontWeight: \"bold\",\n fontSize: \"1.2em\",\n },\n muiIcon: {\n fontSize: \"1.5em\",\n },\n smallText: {\n fontSize: \"0.8em\",\n },\n langRow: {\n margin: \"2px 5px 40px 5px\",\n },\n };\n\n // Set two different states based on mouse hover\n return (\n <Box\n style={hover ? styles.containerSelected : styles.container}\n onMouseEnter={() => setHover(true)}\n onMouseLeave={() => setHover(false)}\n onClick={() => {\n if (!selected) {\n setSelected(true);\n }\n }}\n >\n {/* First state: show description page */}\n <Box style={styles.descriptionCard}>\n <div style={styles.titleContainer}>\n <h2 style={styles.h2}>{modelData.model_name}</h2>\n <div style={styles.langRow}>\n {(() => {\n if (modelData.language.includes(\"en\")) {\n return (\n <Chip\n label=\"EN\"\n variant=\"outlined\"\n size=\"small\"\n sx={{ marginRight: \"10px\" }}\n />\n );\n }\n })()}\n {(() => {\n if (modelData.language.includes(\"zh\")) {\n return <Chip label=\"ZH\" variant=\"outlined\" size=\"small\" />;\n }\n })()}\n </div>\n </div>\n <div style={styles.iconRow}>\n <div style={styles.iconItem}>\n <span style={styles.boldIconText}>{modelData.dimensions}</span>\n <small style={styles.smallText}>dimensions</small>\n </div>\n <div style={styles.iconItem}>\n <span style={styles.boldIconText}>{modelData.max_tokens}</span>\n <small style={styles.smallText}>max tokens</small>\n </div>\n </div>\n {hover ? (\n <p style={styles.instructionText}>\n Click with mouse to launch the model\n </p>\n ) : (\n <p style={styles.instructionText}></p>\n )}\n </Box>\n {/* Second state: show parameter selection page */}\n <Box\n style={\n selected\n ? { ...styles.parameterCard, ...styles.slideIn }\n : { ...styles.parameterCard, ...styles.slideOut }\n }\n >\n <h2 style={styles.h2}>{modelData.model_name}</h2>\n <Box style={styles.buttonsContainer}>\n <button\n title=\"Launch Embedding\"\n style={styles.buttonContainer}\n onClick={() => launchModel(url, modelData)}\n disabled={isCallingApi || isUpdatingModel || !modelData}\n >\n {(() => {\n if (isCallingApi || isUpdatingModel) {\n return (\n <Box\n style={{ ...styles.buttonItem, backgroundColor: \"#f2f2f2\" }}\n >\n <CircularProgress\n size=\"20px\"\n sx={{\n color: \"#000000\",\n }}\n />\n </Box>\n );\n } else if (!modelData) {\n return (\n <Box\n style={{ ...styles.buttonItem, backgroundColor: \"#f2f2f2\" }}\n >\n <RocketLaunchOutlined size=\"20px\" />\n </Box>\n );\n } else {\n return (\n <Box style={styles.buttonItem}>\n <RocketLaunchOutlined color=\"#000000\" size=\"20px\" />\n </Box>\n );\n }\n })()}\n </button>\n <button\n title=\"Launch Embedding\"\n style={styles.buttonContainer}\n onClick={() => setSelected(false)}\n >\n <Box style={styles.buttonItem}>\n <UndoOutlined color=\"#000000\" size=\"20px\" />\n </Box>\n </button>\n </Box>\n </Box>\n </Box>\n );\n};\n\nexport default EmbeddingCard;\n"],"mappings":"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"},"metadata":{},"sourceType":"module","externalDependencies":[]}
@@ -1,48 +0,0 @@
1
- {
2
- "name": "eslint-scope",
3
- "description": "ECMAScript scope analyzer for ESLint",
4
- "homepage": "http://github.com/eslint/eslint-scope",
5
- "main": "lib/index.js",
6
- "version": "5.1.1",
7
- "engines": {
8
- "node": ">=8.0.0"
9
- },
10
- "repository": "eslint/eslint-scope",
11
- "bugs": {
12
- "url": "https://github.com/eslint/eslint-scope/issues"
13
- },
14
- "license": "BSD-2-Clause",
15
- "scripts": {
16
- "test": "node Makefile.js test",
17
- "lint": "node Makefile.js lint",
18
- "generate-release": "eslint-generate-release",
19
- "generate-alpharelease": "eslint-generate-prerelease alpha",
20
- "generate-betarelease": "eslint-generate-prerelease beta",
21
- "generate-rcrelease": "eslint-generate-prerelease rc",
22
- "publish-release": "eslint-publish-release"
23
- },
24
- "files": [
25
- "LICENSE",
26
- "README.md",
27
- "lib"
28
- ],
29
- "dependencies": {
30
- "esrecurse": "^4.3.0",
31
- "estraverse": "^4.1.1"
32
- },
33
- "devDependencies": {
34
- "@typescript-eslint/parser": "^1.11.0",
35
- "chai": "^4.2.0",
36
- "eslint": "^6.0.1",
37
- "eslint-config-eslint": "^5.0.1",
38
- "eslint-plugin-node": "^9.1.0",
39
- "eslint-release": "^1.0.0",
40
- "eslint-visitor-keys": "^1.2.0",
41
- "espree": "^7.1.0",
42
- "istanbul": "^0.4.5",
43
- "mocha": "^6.1.4",
44
- "npm-license": "^0.3.3",
45
- "shelljs": "^0.8.3",
46
- "typescript": "^3.5.2"
47
- }
48
- }
@@ -1,48 +0,0 @@
1
- {
2
- "name": "eslint-scope",
3
- "description": "ECMAScript scope analyzer for ESLint",
4
- "homepage": "http://github.com/eslint/eslint-scope",
5
- "main": "lib/index.js",
6
- "version": "5.1.1",
7
- "engines": {
8
- "node": ">=8.0.0"
9
- },
10
- "repository": "eslint/eslint-scope",
11
- "bugs": {
12
- "url": "https://github.com/eslint/eslint-scope/issues"
13
- },
14
- "license": "BSD-2-Clause",
15
- "scripts": {
16
- "test": "node Makefile.js test",
17
- "lint": "node Makefile.js lint",
18
- "generate-release": "eslint-generate-release",
19
- "generate-alpharelease": "eslint-generate-prerelease alpha",
20
- "generate-betarelease": "eslint-generate-prerelease beta",
21
- "generate-rcrelease": "eslint-generate-prerelease rc",
22
- "publish-release": "eslint-publish-release"
23
- },
24
- "files": [
25
- "LICENSE",
26
- "README.md",
27
- "lib"
28
- ],
29
- "dependencies": {
30
- "esrecurse": "^4.3.0",
31
- "estraverse": "^4.1.1"
32
- },
33
- "devDependencies": {
34
- "@typescript-eslint/parser": "^1.11.0",
35
- "chai": "^4.2.0",
36
- "eslint": "^6.0.1",
37
- "eslint-config-eslint": "^5.0.1",
38
- "eslint-plugin-node": "^9.1.0",
39
- "eslint-release": "^1.0.0",
40
- "eslint-visitor-keys": "^1.2.0",
41
- "espree": "^7.1.0",
42
- "istanbul": "^0.4.5",
43
- "mocha": "^6.1.4",
44
- "npm-license": "^0.3.3",
45
- "shelljs": "^0.8.3",
46
- "typescript": "^3.5.2"
47
- }
48
- }
@@ -1,40 +0,0 @@
1
- {
2
- "name": "estraverse",
3
- "description": "ECMAScript JS AST traversal functions",
4
- "homepage": "https://github.com/estools/estraverse",
5
- "main": "estraverse.js",
6
- "version": "4.3.0",
7
- "engines": {
8
- "node": ">=4.0"
9
- },
10
- "maintainers": [
11
- {
12
- "name": "Yusuke Suzuki",
13
- "email": "utatane.tea@gmail.com",
14
- "web": "http://github.com/Constellation"
15
- }
16
- ],
17
- "repository": {
18
- "type": "git",
19
- "url": "http://github.com/estools/estraverse.git"
20
- },
21
- "devDependencies": {
22
- "babel-preset-env": "^1.6.1",
23
- "babel-register": "^6.3.13",
24
- "chai": "^2.1.1",
25
- "espree": "^1.11.0",
26
- "gulp": "^3.8.10",
27
- "gulp-bump": "^0.2.2",
28
- "gulp-filter": "^2.0.0",
29
- "gulp-git": "^1.0.1",
30
- "gulp-tag-version": "^1.3.0",
31
- "jshint": "^2.5.6",
32
- "mocha": "^2.1.0"
33
- },
34
- "license": "BSD-2-Clause",
35
- "scripts": {
36
- "test": "npm run-script lint && npm run-script unit-test",
37
- "lint": "jshint estraverse.js",
38
- "unit-test": "mocha --compilers js:babel-register"
39
- }
40
- }
@@ -1,31 +0,0 @@
1
- {
2
- "name": "argparse",
3
- "description": "CLI arguments parser. Native port of python's argparse.",
4
- "version": "2.0.1",
5
- "keywords": [
6
- "cli",
7
- "parser",
8
- "argparse",
9
- "option",
10
- "args"
11
- ],
12
- "main": "argparse.js",
13
- "files": [
14
- "argparse.js",
15
- "lib/"
16
- ],
17
- "license": "Python-2.0",
18
- "repository": "nodeca/argparse",
19
- "scripts": {
20
- "lint": "eslint .",
21
- "test": "npm run lint && nyc mocha",
22
- "coverage": "npm run test && nyc report --reporter html"
23
- },
24
- "devDependencies": {
25
- "@babel/eslint-parser": "^7.11.0",
26
- "@babel/plugin-syntax-class-properties": "^7.10.4",
27
- "eslint": "^7.5.0",
28
- "mocha": "^8.0.1",
29
- "nyc": "^15.1.0"
30
- }
31
- }
@@ -1,66 +0,0 @@
1
- {
2
- "name": "js-yaml",
3
- "version": "4.1.0",
4
- "description": "YAML 1.2 parser and serializer",
5
- "keywords": [
6
- "yaml",
7
- "parser",
8
- "serializer",
9
- "pyyaml"
10
- ],
11
- "author": "Vladimir Zapparov <dervus.grim@gmail.com>",
12
- "contributors": [
13
- "Aleksey V Zapparov <ixti@member.fsf.org> (http://www.ixti.net/)",
14
- "Vitaly Puzrin <vitaly@rcdesign.ru> (https://github.com/puzrin)",
15
- "Martin Grenfell <martin.grenfell@gmail.com> (http://got-ravings.blogspot.com)"
16
- ],
17
- "license": "MIT",
18
- "repository": "nodeca/js-yaml",
19
- "files": [
20
- "index.js",
21
- "lib/",
22
- "bin/",
23
- "dist/"
24
- ],
25
- "bin": {
26
- "js-yaml": "bin/js-yaml.js"
27
- },
28
- "module": "./dist/js-yaml.mjs",
29
- "exports": {
30
- ".": {
31
- "import": "./dist/js-yaml.mjs",
32
- "require": "./index.js"
33
- },
34
- "./package.json": "./package.json"
35
- },
36
- "scripts": {
37
- "lint": "eslint .",
38
- "test": "npm run lint && mocha",
39
- "coverage": "npm run lint && nyc mocha && nyc report --reporter html",
40
- "demo": "npm run lint && node support/build_demo.js",
41
- "gh-demo": "npm run demo && gh-pages -d demo -f",
42
- "browserify": "rollup -c support/rollup.config.js",
43
- "prepublishOnly": "npm run gh-demo"
44
- },
45
- "unpkg": "dist/js-yaml.min.js",
46
- "jsdelivr": "dist/js-yaml.min.js",
47
- "dependencies": {
48
- "argparse": "^2.0.1"
49
- },
50
- "devDependencies": {
51
- "@rollup/plugin-commonjs": "^17.0.0",
52
- "@rollup/plugin-node-resolve": "^11.0.0",
53
- "ansi": "^0.3.1",
54
- "benchmark": "^2.1.4",
55
- "codemirror": "^5.13.4",
56
- "eslint": "^7.0.0",
57
- "fast-check": "^2.8.0",
58
- "gh-pages": "^3.1.0",
59
- "mocha": "^8.2.1",
60
- "nyc": "^15.1.0",
61
- "rollup": "^2.34.1",
62
- "rollup-plugin-node-polyfills": "^0.2.1",
63
- "rollup-plugin-terser": "^7.0.2",
64
- "shelljs": "^0.8.4"
65
- }
66
- }
@@ -1,38 +0,0 @@
1
- {
2
- "name": "semver",
3
- "version": "6.3.1",
4
- "description": "The semantic version parser used by npm.",
5
- "main": "semver.js",
6
- "scripts": {
7
- "test": "tap test/ --100 --timeout=30",
8
- "lint": "echo linting disabled",
9
- "postlint": "template-oss-check",
10
- "template-oss-apply": "template-oss-apply --force",
11
- "lintfix": "npm run lint -- --fix",
12
- "snap": "tap test/ --100 --timeout=30",
13
- "posttest": "npm run lint"
14
- },
15
- "devDependencies": {
16
- "@npmcli/template-oss": "4.17.0",
17
- "tap": "^12.7.0"
18
- },
19
- "license": "ISC",
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/npm/node-semver.git"
23
- },
24
- "bin": {
25
- "semver": "./bin/semver.js"
26
- },
27
- "files": [
28
- "bin",
29
- "range.bnf",
30
- "semver.js"
31
- ],
32
- "author": "GitHub Inc.",
33
- "templateOSS": {
34
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
35
- "content": "./scripts/template-oss",
36
- "version": "4.17.0"
37
- }
38
- }
@@ -1,176 +0,0 @@
1
- {
2
- "es3": true,
3
-
4
- "additionalRules": [],
5
-
6
- "requireSemicolons": true,
7
-
8
- "disallowMultipleSpaces": true,
9
-
10
- "disallowIdentifierNames": [],
11
-
12
- "requireCurlyBraces": {
13
- "allExcept": [],
14
- "keywords": ["if", "else", "for", "while", "do", "try", "catch"]
15
- },
16
-
17
- "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"],
18
-
19
- "disallowSpaceAfterKeywords": [],
20
-
21
- "disallowSpaceBeforeComma": true,
22
- "disallowSpaceAfterComma": false,
23
- "disallowSpaceBeforeSemicolon": true,
24
-
25
- "disallowNodeTypes": [
26
- "DebuggerStatement",
27
- "ForInStatement",
28
- "LabeledStatement",
29
- "SwitchCase",
30
- "SwitchStatement",
31
- "WithStatement"
32
- ],
33
-
34
- "requireObjectKeysOnNewLine": { "allExcept": ["sameLine"] },
35
-
36
- "requireSpacesInAnonymousFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true },
37
- "requireSpacesInNamedFunctionExpression": { "beforeOpeningCurlyBrace": true },
38
- "disallowSpacesInNamedFunctionExpression": { "beforeOpeningRoundBrace": true },
39
- "requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
40
- "disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },
41
-
42
- "requireSpaceBetweenArguments": true,
43
-
44
- "disallowSpacesInsideParentheses": true,
45
-
46
- "disallowSpacesInsideArrayBrackets": true,
47
-
48
- "disallowQuotedKeysInObjects": { "allExcept": ["reserved"] },
49
-
50
- "disallowSpaceAfterObjectKeys": true,
51
-
52
- "requireCommaBeforeLineBreak": true,
53
-
54
- "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
55
- "requireSpaceAfterPrefixUnaryOperators": [],
56
-
57
- "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
58
- "requireSpaceBeforePostfixUnaryOperators": [],
59
-
60
- "disallowSpaceBeforeBinaryOperators": [],
61
- "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
62
-
63
- "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
64
- "disallowSpaceAfterBinaryOperators": [],
65
-
66
- "disallowImplicitTypeConversion": ["binary", "string"],
67
-
68
- "disallowKeywords": ["with", "eval"],
69
-
70
- "requireKeywordsOnNewLine": [],
71
- "disallowKeywordsOnNewLine": ["else"],
72
-
73
- "requireLineFeedAtFileEnd": true,
74
-
75
- "disallowTrailingWhitespace": true,
76
-
77
- "disallowTrailingComma": true,
78
-
79
- "excludeFiles": ["node_modules/**", "vendor/**"],
80
-
81
- "disallowMultipleLineStrings": true,
82
-
83
- "requireDotNotation": { "allExcept": ["keywords"] },
84
-
85
- "requireParenthesesAroundIIFE": true,
86
-
87
- "validateLineBreaks": "LF",
88
-
89
- "validateQuoteMarks": {
90
- "escape": true,
91
- "mark": "'"
92
- },
93
-
94
- "disallowOperatorBeforeLineBreak": [],
95
-
96
- "requireSpaceBeforeKeywords": [
97
- "do",
98
- "for",
99
- "if",
100
- "else",
101
- "switch",
102
- "case",
103
- "try",
104
- "catch",
105
- "finally",
106
- "while",
107
- "with",
108
- "return"
109
- ],
110
-
111
- "validateAlignedFunctionParameters": {
112
- "lineBreakAfterOpeningBraces": true,
113
- "lineBreakBeforeClosingBraces": true
114
- },
115
-
116
- "requirePaddingNewLinesBeforeExport": true,
117
-
118
- "validateNewlineAfterArrayElements": {
119
- "maximum": 8
120
- },
121
-
122
- "requirePaddingNewLinesAfterUseStrict": true,
123
-
124
- "disallowArrowFunctions": true,
125
-
126
- "disallowMultiLineTernary": true,
127
-
128
- "validateOrderInObjectKeys": "asc-insensitive",
129
-
130
- "disallowIdenticalDestructuringNames": true,
131
-
132
- "disallowNestedTernaries": { "maxLevel": 1 },
133
-
134
- "requireSpaceAfterComma": { "allExcept": ["trailing"] },
135
- "requireAlignedMultilineParams": false,
136
-
137
- "requireSpacesInGenerator": {
138
- "afterStar": true
139
- },
140
-
141
- "disallowSpacesInGenerator": {
142
- "beforeStar": true
143
- },
144
-
145
- "disallowVar": false,
146
-
147
- "requireArrayDestructuring": false,
148
-
149
- "requireEnhancedObjectLiterals": false,
150
-
151
- "requireObjectDestructuring": false,
152
-
153
- "requireEarlyReturn": false,
154
-
155
- "requireCapitalizedConstructorsNew": {
156
- "allExcept": ["Function", "String", "Object", "Symbol", "Number", "Date", "RegExp", "Error", "Boolean", "Array"]
157
- },
158
-
159
- "requireImportAlphabetized": false,
160
-
161
- "requireSpaceBeforeObjectValues": true,
162
- "requireSpaceBeforeDestructuredValues": true,
163
-
164
- "disallowSpacesInsideTemplateStringPlaceholders": true,
165
-
166
- "disallowArrayDestructuringReturn": false,
167
-
168
- "requireNewlineBeforeSingleStatementsInIf": false,
169
-
170
- "disallowUnusedVariables": true,
171
-
172
- "requireSpacesInsideImportedObjectBraces": true,
173
-
174
- "requireUseStrict": true
175
- }
176
-
@@ -1,48 +0,0 @@
1
- {
2
- "name": "eslint-scope",
3
- "description": "ECMAScript scope analyzer for ESLint",
4
- "homepage": "http://github.com/eslint/eslint-scope",
5
- "main": "lib/index.js",
6
- "version": "5.1.1",
7
- "engines": {
8
- "node": ">=8.0.0"
9
- },
10
- "repository": "eslint/eslint-scope",
11
- "bugs": {
12
- "url": "https://github.com/eslint/eslint-scope/issues"
13
- },
14
- "license": "BSD-2-Clause",
15
- "scripts": {
16
- "test": "node Makefile.js test",
17
- "lint": "node Makefile.js lint",
18
- "generate-release": "eslint-generate-release",
19
- "generate-alpharelease": "eslint-generate-prerelease alpha",
20
- "generate-betarelease": "eslint-generate-prerelease beta",
21
- "generate-rcrelease": "eslint-generate-prerelease rc",
22
- "publish-release": "eslint-publish-release"
23
- },
24
- "files": [
25
- "LICENSE",
26
- "README.md",
27
- "lib"
28
- ],
29
- "dependencies": {
30
- "esrecurse": "^4.3.0",
31
- "estraverse": "^4.1.1"
32
- },
33
- "devDependencies": {
34
- "@typescript-eslint/parser": "^1.11.0",
35
- "chai": "^4.2.0",
36
- "eslint": "^6.0.1",
37
- "eslint-config-eslint": "^5.0.1",
38
- "eslint-plugin-node": "^9.1.0",
39
- "eslint-release": "^1.0.0",
40
- "eslint-visitor-keys": "^1.2.0",
41
- "espree": "^7.1.0",
42
- "istanbul": "^0.4.5",
43
- "mocha": "^6.1.4",
44
- "npm-license": "^0.3.3",
45
- "shelljs": "^0.8.3",
46
- "typescript": "^3.5.2"
47
- }
48
- }
@@ -1,40 +0,0 @@
1
- {
2
- "name": "estraverse",
3
- "description": "ECMAScript JS AST traversal functions",
4
- "homepage": "https://github.com/estools/estraverse",
5
- "main": "estraverse.js",
6
- "version": "4.3.0",
7
- "engines": {
8
- "node": ">=4.0"
9
- },
10
- "maintainers": [
11
- {
12
- "name": "Yusuke Suzuki",
13
- "email": "utatane.tea@gmail.com",
14
- "web": "http://github.com/Constellation"
15
- }
16
- ],
17
- "repository": {
18
- "type": "git",
19
- "url": "http://github.com/estools/estraverse.git"
20
- },
21
- "devDependencies": {
22
- "babel-preset-env": "^1.6.1",
23
- "babel-register": "^6.3.13",
24
- "chai": "^2.1.1",
25
- "espree": "^1.11.0",
26
- "gulp": "^3.8.10",
27
- "gulp-bump": "^0.2.2",
28
- "gulp-filter": "^2.0.0",
29
- "gulp-git": "^1.0.1",
30
- "gulp-tag-version": "^1.3.0",
31
- "jshint": "^2.5.6",
32
- "mocha": "^2.1.0"
33
- },
34
- "license": "BSD-2-Clause",
35
- "scripts": {
36
- "test": "npm run-script lint && npm run-script unit-test",
37
- "lint": "jshint estraverse.js",
38
- "unit-test": "mocha --compilers js:babel-register"
39
- }
40
- }