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.
- xinference/_version.py +3 -3
- xinference/api/restful_api.py +49 -62
- xinference/client/restful/restful_client.py +10 -1
- xinference/conftest.py +2 -2
- xinference/constants.py +10 -0
- xinference/core/model.py +33 -10
- xinference/core/resource.py +12 -11
- xinference/core/supervisor.py +22 -2
- xinference/core/worker.py +44 -16
- xinference/deploy/cmdline.py +19 -9
- xinference/deploy/local.py +9 -1
- xinference/deploy/supervisor.py +16 -3
- xinference/deploy/utils.py +1 -0
- xinference/deploy/worker.py +1 -1
- xinference/model/embedding/__init__.py +10 -0
- xinference/model/embedding/core.py +3 -0
- xinference/model/embedding/custom.py +5 -4
- xinference/model/embedding/model_spec.json +16 -0
- xinference/model/embedding/model_spec_modelscope.json +16 -0
- xinference/model/llm/__init__.py +22 -2
- xinference/model/llm/core.py +2 -2
- xinference/model/llm/ggml/chatglm.py +79 -15
- xinference/model/llm/ggml/llamacpp.py +2 -2
- xinference/model/llm/llm_family.json +99 -4
- xinference/model/llm/llm_family.py +54 -8
- xinference/model/llm/llm_family_modelscope.json +81 -2
- xinference/model/llm/pytorch/chatglm.py +95 -2
- xinference/model/llm/utils.py +12 -8
- xinference/model/llm/vllm/core.py +26 -5
- xinference/model/utils.py +25 -0
- xinference/types.py +64 -5
- xinference/utils.py +20 -0
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/main.8126d441.js +3 -0
- xinference/web/ui/build/static/js/main.8126d441.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
- xinference/web/ui/node_modules/.package-lock.json +1077 -405
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
- xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
- xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
- xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
- xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
- xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
- xinference/web/ui/node_modules/@types/semver/package.json +15 -15
- xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
- xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
- xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
- xinference/web/ui/node_modules/array-includes/package.json +8 -8
- xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
- xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
- xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
- xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
- xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
- xinference/web/ui/node_modules/astral-regex/package.json +33 -0
- xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
- xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
- xinference/web/ui/node_modules/axe-core/package.json +1 -2
- xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
- xinference/web/ui/node_modules/call-bind/package.json +33 -23
- xinference/web/ui/node_modules/define-data-property/package.json +113 -0
- xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
- xinference/web/ui/node_modules/define-properties/package.json +5 -4
- xinference/web/ui/node_modules/enquirer/package.json +112 -0
- xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
- xinference/web/ui/node_modules/es-abstract/package.json +29 -23
- xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
- xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
- xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
- xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
- xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
- xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
- xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
- xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
- xinference/web/ui/node_modules/eslint/package.json +53 -82
- xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
- xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
- xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
- xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
- xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
- xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
- xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
- xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
- xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
- xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
- xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
- xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
- xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
- xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
- xinference/web/ui/node_modules/espree/package.json +27 -51
- xinference/web/ui/node_modules/function-bind/package.json +38 -14
- xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
- xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
- xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
- xinference/web/ui/node_modules/hasown/package.json +91 -0
- xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
- xinference/web/ui/node_modules/is-async-function/package.json +86 -0
- xinference/web/ui/node_modules/is-core-module/core.json +3 -3
- xinference/web/ui/node_modules/is-core-module/package.json +7 -7
- xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
- xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
- xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
- xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
- xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
- xinference/web/ui/node_modules/language-tags/package.json +48 -8
- xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
- xinference/web/ui/node_modules/object-inspect/package.json +8 -6
- xinference/web/ui/node_modules/object.entries/package.json +7 -7
- xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
- xinference/web/ui/node_modules/object.groupby/package.json +83 -0
- xinference/web/ui/node_modules/object.values/package.json +7 -7
- xinference/web/ui/node_modules/prettier/package.json +21 -0
- xinference/web/ui/node_modules/progress/package.json +26 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
- xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
- xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
- xinference/web/ui/node_modules/regexpp/package.json +91 -0
- xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
- xinference/web/ui/node_modules/resolve/package.json +9 -8
- xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
- xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
- xinference/web/ui/node_modules/set-function-length/package.json +84 -0
- xinference/web/ui/node_modules/set-function-name/package.json +80 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
- xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
- xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
- xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
- xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
- xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
- xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
- xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
- xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
- xinference/web/ui/node_modules/table/package.json +77 -0
- xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
- xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
- xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
- xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
- xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
- xinference/web/ui/package-lock.json +1085 -406
- xinference/web/ui/package.json +10 -2
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/METADATA +53 -36
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/RECORD +232 -124
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/WHEEL +1 -1
- xinference/web/ui/build/static/js/main.8ae3b6d9.js +0 -3
- xinference/web/ui/build/static/js/main.8ae3b6d9.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/82dd896a6674286c48c1ab9f9147dd6e542dccd99848d5b3133a38efba8bd7ee.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
- xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
- xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
- xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
- xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
- xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
- xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
- xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
- /xinference/web/ui/build/static/js/{main.8ae3b6d9.js.LICENSE.txt → main.8126d441.js.LICENSE.txt} +0 -0
- /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
- /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
- /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
- /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
- /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
- /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
- /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/LICENSE +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/entry_points.txt +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "globals",
|
|
3
|
+
"version": "13.23.0",
|
|
4
|
+
"description": "Global identifiers from different JavaScript environments",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "sindresorhus/globals",
|
|
7
|
+
"funding": "https://github.com/sponsors/sindresorhus",
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Sindre Sorhus",
|
|
10
|
+
"email": "sindresorhus@gmail.com",
|
|
11
|
+
"url": "https://sindresorhus.com"
|
|
12
|
+
},
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=8"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"test": "xo && ava"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"index.js",
|
|
21
|
+
"index.d.ts",
|
|
22
|
+
"globals.json"
|
|
23
|
+
],
|
|
24
|
+
"keywords": [
|
|
25
|
+
"globals",
|
|
26
|
+
"global",
|
|
27
|
+
"identifiers",
|
|
28
|
+
"variables",
|
|
29
|
+
"vars",
|
|
30
|
+
"jshint",
|
|
31
|
+
"eslint",
|
|
32
|
+
"environments"
|
|
33
|
+
],
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"type-fest": "^0.20.2"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"ava": "^2.4.0",
|
|
39
|
+
"tsd": "^0.14.0",
|
|
40
|
+
"xo": "^0.36.1"
|
|
41
|
+
},
|
|
42
|
+
"xo": {
|
|
43
|
+
"ignores": [
|
|
44
|
+
"get-browser-globals.js"
|
|
45
|
+
],
|
|
46
|
+
"rules": {
|
|
47
|
+
"node/no-unsupported-features/es-syntax": "off"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"tsd": {
|
|
51
|
+
"compilerOptions": {
|
|
52
|
+
"resolveJsonModule": true
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "has-flag",
|
|
3
|
+
"version": "4.0.0",
|
|
4
|
+
"description": "Check if argv has a specific flag",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "sindresorhus/has-flag",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Sindre Sorhus",
|
|
9
|
+
"email": "sindresorhus@gmail.com",
|
|
10
|
+
"url": "sindresorhus.com"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=8"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "xo && ava && tsd"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"index.js",
|
|
20
|
+
"index.d.ts"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"has",
|
|
24
|
+
"check",
|
|
25
|
+
"detect",
|
|
26
|
+
"contains",
|
|
27
|
+
"find",
|
|
28
|
+
"flag",
|
|
29
|
+
"cli",
|
|
30
|
+
"command-line",
|
|
31
|
+
"argv",
|
|
32
|
+
"process",
|
|
33
|
+
"arg",
|
|
34
|
+
"args",
|
|
35
|
+
"argument",
|
|
36
|
+
"arguments",
|
|
37
|
+
"getopt",
|
|
38
|
+
"minimist",
|
|
39
|
+
"optimist"
|
|
40
|
+
],
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"ava": "^1.4.1",
|
|
43
|
+
"tsd": "^0.7.2",
|
|
44
|
+
"xo": "^0.24.0"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "supports-color",
|
|
3
|
+
"version": "7.2.0",
|
|
4
|
+
"description": "Detect whether a terminal supports color",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "chalk/supports-color",
|
|
7
|
+
"author": {
|
|
8
|
+
"name": "Sindre Sorhus",
|
|
9
|
+
"email": "sindresorhus@gmail.com",
|
|
10
|
+
"url": "sindresorhus.com"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=8"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"test": "xo && ava"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"index.js",
|
|
20
|
+
"browser.js"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"color",
|
|
24
|
+
"colour",
|
|
25
|
+
"colors",
|
|
26
|
+
"terminal",
|
|
27
|
+
"console",
|
|
28
|
+
"cli",
|
|
29
|
+
"ansi",
|
|
30
|
+
"styles",
|
|
31
|
+
"tty",
|
|
32
|
+
"rgb",
|
|
33
|
+
"256",
|
|
34
|
+
"shell",
|
|
35
|
+
"xterm",
|
|
36
|
+
"command-line",
|
|
37
|
+
"support",
|
|
38
|
+
"supports",
|
|
39
|
+
"capability",
|
|
40
|
+
"detect",
|
|
41
|
+
"truecolor",
|
|
42
|
+
"16m"
|
|
43
|
+
],
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"has-flag": "^4.0.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"ava": "^1.4.1",
|
|
49
|
+
"import-fresh": "^3.0.0",
|
|
50
|
+
"xo": "^0.24.0"
|
|
51
|
+
},
|
|
52
|
+
"browser": "browser.js"
|
|
53
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "type-fest",
|
|
3
|
+
"version": "0.20.2",
|
|
4
|
+
"description": "A collection of essential TypeScript types",
|
|
5
|
+
"license": "(MIT OR CC0-1.0)",
|
|
6
|
+
"repository": "sindresorhus/type-fest",
|
|
7
|
+
"funding": "https://github.com/sponsors/sindresorhus",
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Sindre Sorhus",
|
|
10
|
+
"email": "sindresorhus@gmail.com",
|
|
11
|
+
"url": "https://sindresorhus.com"
|
|
12
|
+
},
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=10"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"//test": "xo && tsd && tsc",
|
|
18
|
+
"test": "xo && tsc"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"index.d.ts",
|
|
22
|
+
"base.d.ts",
|
|
23
|
+
"source",
|
|
24
|
+
"ts41"
|
|
25
|
+
],
|
|
26
|
+
"keywords": [
|
|
27
|
+
"typescript",
|
|
28
|
+
"ts",
|
|
29
|
+
"types",
|
|
30
|
+
"utility",
|
|
31
|
+
"util",
|
|
32
|
+
"utilities",
|
|
33
|
+
"omit",
|
|
34
|
+
"merge",
|
|
35
|
+
"json"
|
|
36
|
+
],
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@sindresorhus/tsconfig": "~0.7.0",
|
|
39
|
+
"tsd": "^0.13.1",
|
|
40
|
+
"typescript": "^4.1.2",
|
|
41
|
+
"xo": "^0.35.0"
|
|
42
|
+
},
|
|
43
|
+
"types": "./index.d.ts",
|
|
44
|
+
"typesVersions": {
|
|
45
|
+
">=4.1": {
|
|
46
|
+
"*": [
|
|
47
|
+
"ts41/*"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"xo": {
|
|
52
|
+
"rules": {
|
|
53
|
+
"@typescript-eslint/ban-types": "off",
|
|
54
|
+
"@typescript-eslint/indent": "off",
|
|
55
|
+
"node/no-unsupported-features/es-builtins": "off"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "reflect.getprototypeof",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"description": "An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"type": "commonjs",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": [
|
|
9
|
+
{
|
|
10
|
+
"import": "./index.mjs",
|
|
11
|
+
"default": "./index.js"
|
|
12
|
+
},
|
|
13
|
+
"./index.js"
|
|
14
|
+
],
|
|
15
|
+
"./auto": "./auto.js",
|
|
16
|
+
"./polyfill": "./polyfill.js",
|
|
17
|
+
"./implementation": "./implementation.js",
|
|
18
|
+
"./shim": "./shim.js",
|
|
19
|
+
"./package.json": "./package.json"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
23
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
24
|
+
"prepublishOnly": "safe-publish-latest",
|
|
25
|
+
"prelint": "evalmd README.md",
|
|
26
|
+
"lint": "eslint --ext=js,mjs .",
|
|
27
|
+
"postlint": "es-shim-api --bound",
|
|
28
|
+
"pretest": "npm run lint",
|
|
29
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
30
|
+
"tests-esm": "nyc node test/index.mjs",
|
|
31
|
+
"test": "npm run tests-only && npm run tests-esm",
|
|
32
|
+
"posttest": "aud --production",
|
|
33
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
34
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
35
|
+
},
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "git+https://github.com/es-shims/Reflect.getPrototypeOf.git"
|
|
39
|
+
},
|
|
40
|
+
"keywords": [
|
|
41
|
+
"Reflect.getPrototypeOf",
|
|
42
|
+
"Object.getPrototypeOf",
|
|
43
|
+
"proto",
|
|
44
|
+
"__proto__",
|
|
45
|
+
"[[Prototype]]",
|
|
46
|
+
"getPrototypeOf",
|
|
47
|
+
"ES5",
|
|
48
|
+
"shim",
|
|
49
|
+
"polyfill",
|
|
50
|
+
"es-shim API",
|
|
51
|
+
"browser"
|
|
52
|
+
],
|
|
53
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
54
|
+
"funding": {
|
|
55
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
56
|
+
},
|
|
57
|
+
"license": "MIT",
|
|
58
|
+
"bugs": {
|
|
59
|
+
"url": "https://github.com/es-shims/Reflect.getPrototypeOf/issues"
|
|
60
|
+
},
|
|
61
|
+
"homepage": "https://github.com/es-shims/Reflect.getPrototypeOf",
|
|
62
|
+
"engines": {
|
|
63
|
+
"node": ">= 0.4"
|
|
64
|
+
},
|
|
65
|
+
"devDependencies": {
|
|
66
|
+
"@es-shims/api": "^2.4.2",
|
|
67
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
68
|
+
"aud": "^2.0.3",
|
|
69
|
+
"auto-changelog": "^2.4.0",
|
|
70
|
+
"eslint": "=8.8.0",
|
|
71
|
+
"evalmd": "^0.0.19",
|
|
72
|
+
"in-publish": "^2.0.1",
|
|
73
|
+
"npmignore": "^0.3.0",
|
|
74
|
+
"nyc": "^10.3.2",
|
|
75
|
+
"safe-publish-latest": "^2.0.0",
|
|
76
|
+
"tape": "^5.6.6"
|
|
77
|
+
},
|
|
78
|
+
"auto-changelog": {
|
|
79
|
+
"output": "CHANGELOG.md",
|
|
80
|
+
"template": "keepachangelog",
|
|
81
|
+
"unreleased": false,
|
|
82
|
+
"commitLimit": false,
|
|
83
|
+
"backfillLimit": false,
|
|
84
|
+
"hideCredit": true
|
|
85
|
+
},
|
|
86
|
+
"dependencies": {
|
|
87
|
+
"call-bind": "^1.0.2",
|
|
88
|
+
"define-properties": "^1.2.0",
|
|
89
|
+
"es-abstract": "^1.22.1",
|
|
90
|
+
"get-intrinsic": "^1.2.1",
|
|
91
|
+
"globalthis": "^1.0.3",
|
|
92
|
+
"which-builtin-type": "^1.1.3"
|
|
93
|
+
},
|
|
94
|
+
"publishConfig": {
|
|
95
|
+
"ignore": [
|
|
96
|
+
".github/workflows"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "regexp.prototype.flags",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
5
5
|
"funding": {
|
|
6
6
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -42,18 +42,19 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"call-bind": "^1.0.2",
|
|
44
44
|
"define-properties": "^1.2.0",
|
|
45
|
-
"
|
|
45
|
+
"set-function-name": "^2.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@es-shims/api": "^2.
|
|
49
|
-
"@ljharb/eslint-config": "^21.0
|
|
50
|
-
"aud": "^2.0.
|
|
48
|
+
"@es-shims/api": "^2.4.2",
|
|
49
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
50
|
+
"aud": "^2.0.3",
|
|
51
51
|
"auto-changelog": "^2.4.0",
|
|
52
|
-
"available-regexp-flags": "^1.0.
|
|
52
|
+
"available-regexp-flags": "^1.0.2",
|
|
53
53
|
"covert": "^1.1.1",
|
|
54
54
|
"eclint": "^2.8.1",
|
|
55
55
|
"eslint": "=8.8.0",
|
|
56
56
|
"for-each": "^0.3.3",
|
|
57
|
+
"functions-have-names": "^1.2.3",
|
|
57
58
|
"has": "^1.0.3",
|
|
58
59
|
"has-strict-mode": "^1.0.1",
|
|
59
60
|
"in-publish": "^2.0.1",
|
|
@@ -61,7 +62,7 @@
|
|
|
61
62
|
"nyc": "^10.3.2",
|
|
62
63
|
"object-inspect": "^1.12.3",
|
|
63
64
|
"safe-publish-latest": "^2.0.0",
|
|
64
|
-
"tape": "^5.6.
|
|
65
|
+
"tape": "^5.6.6"
|
|
65
66
|
},
|
|
66
67
|
"testling": {
|
|
67
68
|
"files": "test/index.js",
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "regexpp",
|
|
3
|
+
"version": "3.2.0",
|
|
4
|
+
"description": "Regular expression parser for ECMAScript.",
|
|
5
|
+
"engines": {
|
|
6
|
+
"node": ">=8"
|
|
7
|
+
},
|
|
8
|
+
"main": "index",
|
|
9
|
+
"files": [
|
|
10
|
+
"index.*"
|
|
11
|
+
],
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./index.mjs",
|
|
15
|
+
"default": "./index.js"
|
|
16
|
+
},
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {},
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@mysticatea/eslint-plugin": "^11.0.0",
|
|
22
|
+
"@types/eslint": "^4.16.2",
|
|
23
|
+
"@types/jsdom": "^12.2.4",
|
|
24
|
+
"@types/mocha": "^5.2.2",
|
|
25
|
+
"@types/node": "^12.6.8",
|
|
26
|
+
"codecov": "^3.5.0",
|
|
27
|
+
"dts-bundle": "^0.7.3",
|
|
28
|
+
"eslint": "^6.1.0",
|
|
29
|
+
"jsdom": "^15.1.1",
|
|
30
|
+
"mocha": "^6.2.0",
|
|
31
|
+
"npm-run-all": "^4.1.5",
|
|
32
|
+
"nyc": "^14.1.1",
|
|
33
|
+
"rimraf": "^2.6.2",
|
|
34
|
+
"rollup": "^1.17.0",
|
|
35
|
+
"rollup-plugin-node-resolve": "^5.2.0",
|
|
36
|
+
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
37
|
+
"ts-node": "^8.3.0",
|
|
38
|
+
"typescript": "^3.5.3"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"prebuild": "npm run -s clean",
|
|
42
|
+
"build": "run-s build:*",
|
|
43
|
+
"build:tsc": "tsc --module es2015",
|
|
44
|
+
"build:rollup": "rollup -c",
|
|
45
|
+
"build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
|
|
46
|
+
"clean": "rimraf .temp index.*",
|
|
47
|
+
"codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
|
|
48
|
+
"lint": "eslint scripts src test --ext .ts",
|
|
49
|
+
"pretest": "run-s build lint",
|
|
50
|
+
"test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
|
|
51
|
+
"update:test": "ts-node scripts/update-fixtures.ts",
|
|
52
|
+
"update:unicode": "run-s update:unicode:*",
|
|
53
|
+
"update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
|
|
54
|
+
"update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
|
|
55
|
+
"preversion": "npm test",
|
|
56
|
+
"version": "npm run -s build",
|
|
57
|
+
"postversion": "git push && git push --tags",
|
|
58
|
+
"prewatch": "npm run -s clean",
|
|
59
|
+
"watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
|
|
60
|
+
},
|
|
61
|
+
"repository": {
|
|
62
|
+
"type": "git",
|
|
63
|
+
"url": "git+https://github.com/mysticatea/regexpp.git"
|
|
64
|
+
},
|
|
65
|
+
"keywords": [
|
|
66
|
+
"regexp",
|
|
67
|
+
"regular",
|
|
68
|
+
"expression",
|
|
69
|
+
"parser",
|
|
70
|
+
"validator",
|
|
71
|
+
"ast",
|
|
72
|
+
"abstract",
|
|
73
|
+
"syntax",
|
|
74
|
+
"tree",
|
|
75
|
+
"ecmascript",
|
|
76
|
+
"es2015",
|
|
77
|
+
"es2016",
|
|
78
|
+
"es2017",
|
|
79
|
+
"es2018",
|
|
80
|
+
"es2019",
|
|
81
|
+
"es2020",
|
|
82
|
+
"annexB"
|
|
83
|
+
],
|
|
84
|
+
"author": "Toru Nagashima (https://github.com/mysticatea)",
|
|
85
|
+
"license": "MIT",
|
|
86
|
+
"bugs": {
|
|
87
|
+
"url": "https://github.com/mysticatea/regexpp/issues"
|
|
88
|
+
},
|
|
89
|
+
"homepage": "https://github.com/mysticatea/regexpp#readme",
|
|
90
|
+
"funding": "https://github.com/sponsors/mysticatea"
|
|
91
|
+
}
|
|
@@ -114,6 +114,8 @@
|
|
|
114
114
|
"node:string_decoder": [">= 14.18 && < 15", ">= 16"],
|
|
115
115
|
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
|
|
116
116
|
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
|
117
|
+
"test/reporters": ">= 19.9 && < 20.2",
|
|
118
|
+
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
|
|
117
119
|
"node:test": [">= 16.17 && < 17", ">= 18"],
|
|
118
120
|
"timers": true,
|
|
119
121
|
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
@@ -147,7 +149,8 @@
|
|
|
147
149
|
"node:v8": [">= 14.18 && < 15", ">= 16"],
|
|
148
150
|
"vm": true,
|
|
149
151
|
"node:vm": [">= 14.18 && < 15", ">= 16"],
|
|
150
|
-
"wasi": ">= 13.4 && < 13.5",
|
|
152
|
+
"wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
|
|
153
|
+
"node:wasi": [">= 18.17 && < 19", ">= 20"],
|
|
151
154
|
"worker_threads": ">= 11.7",
|
|
152
155
|
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
|
153
156
|
"zlib": ">= 0.5",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "resolve",
|
|
3
3
|
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
|
4
|
-
"version": "1.22.
|
|
4
|
+
"version": "1.22.8",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git://github.com/browserify/resolve.git"
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@ljharb/eslint-config": "^21.0
|
|
34
|
-
"array.prototype.map": "^1.0.
|
|
35
|
-
"aud": "^2.0.
|
|
33
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
34
|
+
"array.prototype.map": "^1.0.6",
|
|
35
|
+
"aud": "^2.0.3",
|
|
36
36
|
"copy-dir": "^1.3.0",
|
|
37
37
|
"eclint": "^2.8.1",
|
|
38
38
|
"eslint": "=8.8.0",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"object-keys": "^1.1.1",
|
|
44
44
|
"rimraf": "^2.7.1",
|
|
45
45
|
"safe-publish-latest": "^2.0.0",
|
|
46
|
-
"semver": "^6.3.
|
|
46
|
+
"semver": "^6.3.1",
|
|
47
47
|
"tap": "0.4.13",
|
|
48
|
-
"tape": "^5.
|
|
48
|
+
"tape": "^5.7.0",
|
|
49
49
|
"tmp": "^0.0.31"
|
|
50
50
|
},
|
|
51
51
|
"license": "MIT",
|
|
@@ -58,14 +58,15 @@
|
|
|
58
58
|
"url": "https://github.com/sponsors/ljharb"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"is-core-module": "^2.
|
|
61
|
+
"is-core-module": "^2.13.0",
|
|
62
62
|
"path-parse": "^1.0.7",
|
|
63
63
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"ignore": [
|
|
67
67
|
".github/workflows",
|
|
68
|
-
"appveyor.yml"
|
|
68
|
+
"appveyor.yml",
|
|
69
|
+
"test/resolver/malformed_package_json"
|
|
69
70
|
]
|
|
70
71
|
}
|
|
71
72
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "safe-array-concat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"homepage": "https://github.com/ljharb/safe-array-concat#readme",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@ljharb/eslint-config": "^21.0
|
|
45
|
-
"aud": "^2.0.
|
|
44
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
45
|
+
"aud": "^2.0.3",
|
|
46
46
|
"auto-changelog": "^2.4.0",
|
|
47
47
|
"eslint": "=8.8.0",
|
|
48
48
|
"evalmd": "^0.0.19",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"npmignore": "^0.3.0",
|
|
52
52
|
"nyc": "^10.3.2",
|
|
53
53
|
"safe-publish-latest": "^2.0.0",
|
|
54
|
-
"tape": "^5.6.
|
|
54
|
+
"tape": "^5.6.6"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"call-bind": "^1.0.2",
|
|
58
|
-
"get-intrinsic": "^1.2.
|
|
58
|
+
"get-intrinsic": "^1.2.1",
|
|
59
59
|
"has-symbols": "^1.0.3",
|
|
60
60
|
"isarray": "^2.0.5"
|
|
61
61
|
},
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "set-function-length",
|
|
3
|
+
"version": "1.1.1",
|
|
4
|
+
"description": "Set a function's length property",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./env": "./env.js",
|
|
9
|
+
"./package.json": "./package.json"
|
|
10
|
+
},
|
|
11
|
+
"directories": {
|
|
12
|
+
"test": "test"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
16
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
17
|
+
"prepublishOnly": "safe-publish-latest",
|
|
18
|
+
"prelint": "evalmd README.md",
|
|
19
|
+
"lint": "eslint --ext=js,mjs .",
|
|
20
|
+
"pretest": "npm run lint",
|
|
21
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
22
|
+
"test": "npm run tests-only",
|
|
23
|
+
"posttest": "aud --production",
|
|
24
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
25
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
26
|
+
},
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "git+https://github.com/ljharb/set-function-length.git"
|
|
30
|
+
},
|
|
31
|
+
"keywords": [
|
|
32
|
+
"javascript",
|
|
33
|
+
"ecmascript",
|
|
34
|
+
"set",
|
|
35
|
+
"function",
|
|
36
|
+
"length",
|
|
37
|
+
"function.length"
|
|
38
|
+
],
|
|
39
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/ljharb/set-function-length/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/ljharb/set-function-length#readme",
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
47
|
+
"aud": "^2.0.3",
|
|
48
|
+
"auto-changelog": "^2.4.0",
|
|
49
|
+
"call-bind": "^1.0.4",
|
|
50
|
+
"es-value-fixtures": "^1.4.2",
|
|
51
|
+
"eslint": "=8.8.0",
|
|
52
|
+
"evalmd": "^0.0.19",
|
|
53
|
+
"for-each": "^0.3.3",
|
|
54
|
+
"in-publish": "^2.0.1",
|
|
55
|
+
"npmignore": "^0.3.0",
|
|
56
|
+
"nyc": "^10.3.2",
|
|
57
|
+
"object-inspect": "^1.13.1",
|
|
58
|
+
"safe-publish-latest": "^2.0.0",
|
|
59
|
+
"tape": "^5.7.1"
|
|
60
|
+
},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"define-data-property": "^1.1.1",
|
|
63
|
+
"get-intrinsic": "^1.2.1",
|
|
64
|
+
"gopd": "^1.0.1",
|
|
65
|
+
"has-property-descriptors": "^1.0.0"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">= 0.4"
|
|
69
|
+
},
|
|
70
|
+
"auto-changelog": {
|
|
71
|
+
"output": "CHANGELOG.md",
|
|
72
|
+
"template": "keepachangelog",
|
|
73
|
+
"unreleased": false,
|
|
74
|
+
"commitLimit": false,
|
|
75
|
+
"backfillLimit": false,
|
|
76
|
+
"hideCredit": true
|
|
77
|
+
},
|
|
78
|
+
"publishConfig": {
|
|
79
|
+
"ignore": [
|
|
80
|
+
".github/workflows",
|
|
81
|
+
"test"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
}
|