xinference 0.6.5__py3-none-any.whl → 0.7.1__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 +18 -4
- xinference/core/model.py +33 -10
- xinference/core/supervisor.py +10 -0
- xinference/core/worker.py +40 -13
- xinference/deploy/utils.py +4 -1
- xinference/model/embedding/__init__.py +5 -1
- xinference/model/embedding/core.py +10 -7
- xinference/model/llm/ggml/chatglm.py +7 -5
- xinference/model/llm/llm_family.py +41 -15
- xinference/model/llm/pytorch/core.py +1 -0
- xinference/model/llm/pytorch/utils.py +3 -0
- xinference/model/llm/vllm/core.py +8 -2
- xinference/model/rerank/__init__.py +5 -1
- xinference/model/rerank/core.py +7 -6
- xinference/model/utils.py +38 -2
- xinference/types.py +4 -4
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/main.778615cc.js +3 -0
- xinference/web/ui/build/static/js/main.778615cc.js.map +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/35204b265d70210394b0a8571e5b01c8c0f9a748437b8a923961e3560ae3d550.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/483eb7e5f01e34c6a42ad7c64dad550ff945ee21053a52c2e5e7ebe108b85411.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/667753ce39ce1d4bcbf9a5f1a103d653be1d19d42f4e1fbaceb9b507679a52c7.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/6e63957e4e0801705c6cb258379bfda0007ce6c3ddd2e3b62898b68455c3edf4.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/8d2b0b3c6988d1894694dcbbe708ef91cfe62d62dac317031f09915ced637953.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/8d77975a2735d67a618407026e5325608ccd66f1b379a74faf35b4087db536f3.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/b374bf2be1eac3cff5e0a8528a8e816e266ece911f714c123110961798a93a3b.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/d8a42e9df7157de9f28eecefdf178fd113bf2280d28471b6e32a8a45276042df.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/ed010102f476cd1a22b49be031a7f94f2ab3dd7ba8bf58839a771d46e28ff559.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/.cache/babel-loader/fe653ca0ca4297b415c0be4013574870d0465a657ae0f3d3f5b66ef6a831390c.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.5.dist-info → xinference-0.7.1.dist-info}/METADATA +46 -35
- {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/RECORD +217 -110
- xinference/web/ui/build/static/js/main.9b46963e.js +0 -3
- xinference/web/ui/build/static/js/main.9b46963e.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/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/aad919619ddb400e30bf9886f3ad7f59d5ec7cdbb98ed8b8442565bb19164237.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.9b46963e.js.LICENSE.txt → main.778615cc.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.5.dist-info → xinference-0.7.1.dist-info}/LICENSE +0 -0
- {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/WHEEL +0 -0
- {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/entry_points.txt +0 -0
- {xinference-0.6.5.dist-info → xinference-0.7.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@humanwhocodes/config-array",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Glob-based configuration matching.",
|
|
5
5
|
"author": "Nicholas C. Zakas",
|
|
6
6
|
"main": "api.js",
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"build": "rollup -c",
|
|
20
20
|
"format": "nitpik",
|
|
21
21
|
"lint": "eslint *.config.js src/*.js tests/*.js",
|
|
22
|
-
"lint:fix": "eslint --fix *.config.js src/*.js tests/*.js",
|
|
23
22
|
"prepublish": "npm run build",
|
|
24
23
|
"test:coverage": "nyc --include src/*.js npm run test",
|
|
25
24
|
"test": "mocha -r esm tests/ --recursive"
|
|
@@ -29,6 +28,7 @@
|
|
|
29
28
|
},
|
|
30
29
|
"lint-staged": {
|
|
31
30
|
"*.js": [
|
|
31
|
+
"nitpik",
|
|
32
32
|
"eslint --fix --ignore-pattern '!.eslintrc.js'"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
"node": ">=10.10.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@humanwhocodes/object-schema": "^1.2.
|
|
45
|
+
"@humanwhocodes/object-schema": "^1.2.0",
|
|
46
46
|
"debug": "^4.1.1",
|
|
47
|
-
"minimatch": "^3.0.
|
|
47
|
+
"minimatch": "^3.0.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@nitpik/javascript": "0.
|
|
50
|
+
"@nitpik/javascript": "^0.3.3",
|
|
51
51
|
"@nitpik/node": "0.0.5",
|
|
52
|
-
"chai": "4.
|
|
53
|
-
"eslint": "
|
|
54
|
-
"esm": "3.2.25",
|
|
55
|
-
"lint-staged": "
|
|
56
|
-
"mocha": "6.
|
|
57
|
-
"nyc": "14.1.1",
|
|
58
|
-
"rollup": "
|
|
59
|
-
"yorkie": "2.0.0"
|
|
52
|
+
"chai": "^4.2.0",
|
|
53
|
+
"eslint": "^6.7.1",
|
|
54
|
+
"esm": "^3.2.25",
|
|
55
|
+
"lint-staged": "^10.2.8",
|
|
56
|
+
"mocha": "^6.1.4",
|
|
57
|
+
"nyc": "^14.1.1",
|
|
58
|
+
"rollup": "^1.12.3",
|
|
59
|
+
"yorkie": "^2.0.0"
|
|
60
60
|
}
|
|
61
|
-
}
|
|
61
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-patch",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "A patch that improves how ESLint loads plugins when working in a monorepo with a reusable toolchain",
|
|
5
5
|
"main": "lib/usage.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,9 +21,11 @@
|
|
|
21
21
|
"package"
|
|
22
22
|
],
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@rushstack/heft": "0.
|
|
25
|
-
"@rushstack/heft-node-rig": "2.2
|
|
26
|
-
"@types/node": "
|
|
24
|
+
"@rushstack/heft": "0.62.0",
|
|
25
|
+
"@rushstack/heft-node-rig": "2.3.2",
|
|
26
|
+
"@types/node": "18.17.15",
|
|
27
|
+
"typescript": "~5.0.4",
|
|
28
|
+
"@typescript-eslint/types": "~5.59.2"
|
|
27
29
|
},
|
|
28
30
|
"scripts": {
|
|
29
31
|
"build": "heft build --clean",
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/semver",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.6",
|
|
4
4
|
"description": "TypeScript definitions for semver",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Bart van der Schoor",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "Bartvds",
|
|
11
|
+
"url": "https://github.com/Bartvds"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "BendingBender",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "BendingBender",
|
|
16
|
+
"url": "https://github.com/BendingBender"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Lucian Buzzo",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "LucianBuzzo",
|
|
21
|
+
"url": "https://github.com/LucianBuzzo"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Klaus Meinhardt",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "ajafff",
|
|
26
|
+
"url": "https://github.com/ajafff"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "ExE Boss",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "ExE-Boss",
|
|
31
|
+
"url": "https://github.com/ExE-Boss"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Piotr Błażejewicz",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "peterblazejewicz",
|
|
36
|
+
"url": "https://github.com/peterblazejewicz"
|
|
37
37
|
}
|
|
38
38
|
],
|
|
39
39
|
"main": "",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
49
|
-
"typeScriptVersion": "4.
|
|
48
|
+
"typesPublisherContentHash": "514fe51677a803481dc4a7c81866abc13c1ba8759d86ef517f2416e25a3d0b64",
|
|
49
|
+
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"commonjs"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ungap/structured-clone",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "A structuredClone polyfill",
|
|
5
|
+
"main": "./cjs/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"build": "npm run cjs && npm run rollup:json && npm run test",
|
|
8
|
+
"cjs": "ascjs esm cjs",
|
|
9
|
+
"coverage": "c8 report --reporter=text-lcov > ./coverage/lcov.info",
|
|
10
|
+
"rollup:json": "rollup --config rollup/json.config.js",
|
|
11
|
+
"test": "c8 node test/index.js"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"recursion",
|
|
15
|
+
"structured",
|
|
16
|
+
"clone",
|
|
17
|
+
"algorithm"
|
|
18
|
+
],
|
|
19
|
+
"author": "Andrea Giammarchi",
|
|
20
|
+
"license": "ISC",
|
|
21
|
+
"devDependencies": {
|
|
22
|
+
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
23
|
+
"@rollup/plugin-terser": "^0.4.1",
|
|
24
|
+
"ascjs": "^5.0.1",
|
|
25
|
+
"c8": "^7.13.0",
|
|
26
|
+
"coveralls": "^3.1.1",
|
|
27
|
+
"rollup": "^3.21.4"
|
|
28
|
+
},
|
|
29
|
+
"module": "./esm/index.js",
|
|
30
|
+
"type": "module",
|
|
31
|
+
"exports": {
|
|
32
|
+
".": {
|
|
33
|
+
"import": "./esm/index.js",
|
|
34
|
+
"default": "./cjs/index.js"
|
|
35
|
+
},
|
|
36
|
+
"./json": {
|
|
37
|
+
"import": "./esm/json.js",
|
|
38
|
+
"default": "./cjs/json.js"
|
|
39
|
+
},
|
|
40
|
+
"./package.json": "./package.json"
|
|
41
|
+
},
|
|
42
|
+
"directories": {
|
|
43
|
+
"test": "test"
|
|
44
|
+
},
|
|
45
|
+
"repository": {
|
|
46
|
+
"type": "git",
|
|
47
|
+
"url": "git+https://github.com/ungap/structured-clone.git"
|
|
48
|
+
},
|
|
49
|
+
"bugs": {
|
|
50
|
+
"url": "https://github.com/ungap/structured-clone/issues"
|
|
51
|
+
},
|
|
52
|
+
"homepage": "https://github.com/ungap/structured-clone#readme"
|
|
53
|
+
}
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ansi-colors",
|
|
3
|
+
"description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
|
|
4
|
+
"version": "4.1.3",
|
|
5
|
+
"homepage": "https://github.com/doowb/ansi-colors",
|
|
6
|
+
"author": "Brian Woodward (https://github.com/doowb)",
|
|
7
|
+
"contributors": [
|
|
8
|
+
"Brian Woodward (https://twitter.com/doowb)",
|
|
9
|
+
"Jason Schilling (https://sourecode.de)",
|
|
10
|
+
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
|
11
|
+
"Jordan (https://github.com/Silic0nS0ldier)"
|
|
12
|
+
],
|
|
13
|
+
"repository": "doowb/ansi-colors",
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/doowb/ansi-colors/issues"
|
|
16
|
+
},
|
|
17
|
+
"license": "MIT",
|
|
18
|
+
"files": [
|
|
19
|
+
"index.js",
|
|
20
|
+
"symbols.js",
|
|
21
|
+
"types/index.d.ts"
|
|
22
|
+
],
|
|
23
|
+
"main": "index.js",
|
|
24
|
+
"types": "./types/index.d.ts",
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": ">=6"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"test": "mocha"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"decache": "^4.5.1",
|
|
33
|
+
"gulp-format-md": "^2.0.0",
|
|
34
|
+
"justified": "^1.0.1",
|
|
35
|
+
"mocha": "^6.1.4",
|
|
36
|
+
"text-table": "^0.2.0"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"256",
|
|
40
|
+
"ansi",
|
|
41
|
+
"bgblack",
|
|
42
|
+
"bgBlack",
|
|
43
|
+
"bgblue",
|
|
44
|
+
"bgBlue",
|
|
45
|
+
"bgcyan",
|
|
46
|
+
"bgCyan",
|
|
47
|
+
"bggreen",
|
|
48
|
+
"bgGreen",
|
|
49
|
+
"bgmagenta",
|
|
50
|
+
"bgMagenta",
|
|
51
|
+
"bgred",
|
|
52
|
+
"bgRed",
|
|
53
|
+
"bgwhite",
|
|
54
|
+
"bgWhite",
|
|
55
|
+
"bgyellow",
|
|
56
|
+
"bgYellow",
|
|
57
|
+
"black",
|
|
58
|
+
"blue",
|
|
59
|
+
"bold",
|
|
60
|
+
"cli",
|
|
61
|
+
"clorox",
|
|
62
|
+
"color",
|
|
63
|
+
"colors",
|
|
64
|
+
"colour",
|
|
65
|
+
"command line",
|
|
66
|
+
"command-line",
|
|
67
|
+
"console",
|
|
68
|
+
"cyan",
|
|
69
|
+
"dim",
|
|
70
|
+
"formatting",
|
|
71
|
+
"gray",
|
|
72
|
+
"green",
|
|
73
|
+
"grey",
|
|
74
|
+
"hidden",
|
|
75
|
+
"inverse",
|
|
76
|
+
"italic",
|
|
77
|
+
"kleur",
|
|
78
|
+
"log",
|
|
79
|
+
"logging",
|
|
80
|
+
"magenta",
|
|
81
|
+
"red",
|
|
82
|
+
"reset",
|
|
83
|
+
"rgb",
|
|
84
|
+
"shell",
|
|
85
|
+
"str",
|
|
86
|
+
"strikethrough",
|
|
87
|
+
"string",
|
|
88
|
+
"style",
|
|
89
|
+
"styles",
|
|
90
|
+
"terminal",
|
|
91
|
+
"text",
|
|
92
|
+
"tty",
|
|
93
|
+
"underline",
|
|
94
|
+
"white",
|
|
95
|
+
"xterm",
|
|
96
|
+
"yellow"
|
|
97
|
+
],
|
|
98
|
+
"verb": {
|
|
99
|
+
"toc": false,
|
|
100
|
+
"layout": "default",
|
|
101
|
+
"tasks": [
|
|
102
|
+
"readme"
|
|
103
|
+
],
|
|
104
|
+
"data": {
|
|
105
|
+
"author": {
|
|
106
|
+
"linkedin": "woodwardbrian",
|
|
107
|
+
"twitter": "doowb"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"plugins": [
|
|
111
|
+
"gulp-format-md"
|
|
112
|
+
],
|
|
113
|
+
"lint": {
|
|
114
|
+
"reflinks": true
|
|
115
|
+
},
|
|
116
|
+
"related": {
|
|
117
|
+
"list": [
|
|
118
|
+
"ansi-wrap",
|
|
119
|
+
"strip-color"
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
"reflinks": [
|
|
123
|
+
"chalk",
|
|
124
|
+
"colorette",
|
|
125
|
+
"colors",
|
|
126
|
+
"kleur"
|
|
127
|
+
]
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "array-includes",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Jordan Harband",
|
|
6
6
|
"email": "ljharb@gmail.com",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"call-bind": "^1.0.2",
|
|
53
|
-
"define-properties": "^1.
|
|
54
|
-
"es-abstract": "^1.
|
|
55
|
-
"get-intrinsic": "^1.1
|
|
53
|
+
"define-properties": "^1.2.0",
|
|
54
|
+
"es-abstract": "^1.22.1",
|
|
55
|
+
"get-intrinsic": "^1.2.1",
|
|
56
56
|
"is-string": "^1.0.7"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@es-shims/api": "^2.2
|
|
60
|
-
"@ljharb/eslint-config": "^21.
|
|
61
|
-
"aud": "^2.0.
|
|
59
|
+
"@es-shims/api": "^2.4.2",
|
|
60
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
61
|
+
"aud": "^2.0.3",
|
|
62
62
|
"auto-changelog": "^2.4.0",
|
|
63
63
|
"eslint": "=8.8.0",
|
|
64
64
|
"evalmd": "^0.0.19",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"npmignore": "^0.3.0",
|
|
71
71
|
"nyc": "^10.3.2",
|
|
72
72
|
"safe-publish-latest": "^2.0.0",
|
|
73
|
-
"tape": "^5.6.
|
|
73
|
+
"tape": "^5.6.6"
|
|
74
74
|
},
|
|
75
75
|
"testling": {
|
|
76
76
|
"files": [
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "array.prototype.findlastindex",
|
|
3
|
+
"version": "1.2.3",
|
|
4
|
+
"description": "An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "Jordan Harband",
|
|
7
|
+
"email": "ljharb@gmail.com",
|
|
8
|
+
"url": "http://ljharb.codes"
|
|
9
|
+
},
|
|
10
|
+
"funding": {
|
|
11
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
12
|
+
},
|
|
13
|
+
"contributors": [
|
|
14
|
+
{
|
|
15
|
+
"name": "Jordan Harband",
|
|
16
|
+
"email": "ljharb@gmail.com",
|
|
17
|
+
"url": "http://ljharb.codes"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/es-shims/Array.prototype.findLastIndex/issues"
|
|
23
|
+
},
|
|
24
|
+
"homepage": "https://github.com/es-shims/Array.prototype.findLastIndex#readme",
|
|
25
|
+
"main": "index.js",
|
|
26
|
+
"exports": {
|
|
27
|
+
".": [
|
|
28
|
+
{
|
|
29
|
+
"import": "./index.mjs",
|
|
30
|
+
"require": "./index.js",
|
|
31
|
+
"default": "./index.js"
|
|
32
|
+
},
|
|
33
|
+
"./index.js"
|
|
34
|
+
],
|
|
35
|
+
"./auto": "./auto.js",
|
|
36
|
+
"./polyfill": "./polyfill.js",
|
|
37
|
+
"./implementation": "./implementation.js",
|
|
38
|
+
"./shim": "./shim.js",
|
|
39
|
+
"./package.json": "./package.json"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {
|
|
42
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
43
|
+
"prepublishOnly": "safe-publish-latest",
|
|
44
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
45
|
+
"pretest": "npm run --silent lint",
|
|
46
|
+
"posttest": "aud --production",
|
|
47
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
48
|
+
"tests-esm": "nyc node test/index.mjs",
|
|
49
|
+
"test": "npm run tests-only && npm run tests-esm",
|
|
50
|
+
"prelint": "evalmd README.md",
|
|
51
|
+
"lint": "eslint --ext=js,mjs .",
|
|
52
|
+
"postlint": "es-shim-api --bound",
|
|
53
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
54
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
55
|
+
},
|
|
56
|
+
"repository": {
|
|
57
|
+
"type": "git",
|
|
58
|
+
"url": "git+https://github.com/es-shims/Array.prototype.findLastIndex.git"
|
|
59
|
+
},
|
|
60
|
+
"keywords": [
|
|
61
|
+
"Array.prototype.findLastIndex",
|
|
62
|
+
"find",
|
|
63
|
+
"findLast",
|
|
64
|
+
"findLastIndex",
|
|
65
|
+
"array",
|
|
66
|
+
"ESnext",
|
|
67
|
+
"shim",
|
|
68
|
+
"polyfill",
|
|
69
|
+
"last",
|
|
70
|
+
"es-shim API"
|
|
71
|
+
],
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"call-bind": "^1.0.2",
|
|
74
|
+
"define-properties": "^1.2.0",
|
|
75
|
+
"es-abstract": "^1.22.1",
|
|
76
|
+
"es-shim-unscopables": "^1.0.0",
|
|
77
|
+
"get-intrinsic": "^1.2.1"
|
|
78
|
+
},
|
|
79
|
+
"devDependencies": {
|
|
80
|
+
"@es-shims/api": "^2.4.2",
|
|
81
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
82
|
+
"aud": "^2.0.3",
|
|
83
|
+
"auto-changelog": "^2.4.0",
|
|
84
|
+
"es-value-fixtures": "^1.4.2",
|
|
85
|
+
"eslint": "=8.8.0",
|
|
86
|
+
"evalmd": "^0.0.19",
|
|
87
|
+
"for-each": "^0.3.3",
|
|
88
|
+
"globalthis": "^1.0.3",
|
|
89
|
+
"has": "^1.0.3",
|
|
90
|
+
"has-strict-mode": "^1.0.1",
|
|
91
|
+
"in-publish": "^2.0.1",
|
|
92
|
+
"npmignore": "^0.3.0",
|
|
93
|
+
"nyc": "^10.3.2",
|
|
94
|
+
"object-inspect": "^1.12.3",
|
|
95
|
+
"safe-publish-latest": "^2.0.0",
|
|
96
|
+
"tape": "^5.6.6"
|
|
97
|
+
},
|
|
98
|
+
"testling": {
|
|
99
|
+
"files": [
|
|
100
|
+
"test/index.js",
|
|
101
|
+
"test/shimmed.js"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
"engines": {
|
|
105
|
+
"node": ">= 0.4"
|
|
106
|
+
},
|
|
107
|
+
"auto-changelog": {
|
|
108
|
+
"output": "CHANGELOG.md",
|
|
109
|
+
"template": "keepachangelog",
|
|
110
|
+
"unreleased": false,
|
|
111
|
+
"commitLimit": false,
|
|
112
|
+
"backfillLimit": false,
|
|
113
|
+
"hideCredit": true
|
|
114
|
+
},
|
|
115
|
+
"publishConfig": {
|
|
116
|
+
"ignore": [
|
|
117
|
+
".github/workflows"
|
|
118
|
+
]
|
|
119
|
+
}
|
|
120
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "array.prototype.flat",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Jordan Harband",
|
|
6
6
|
"email": "ljharb@gmail.com",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"call-bind": "^1.0.2",
|
|
54
|
-
"define-properties": "^1.
|
|
55
|
-
"es-abstract": "^1.
|
|
54
|
+
"define-properties": "^1.2.0",
|
|
55
|
+
"es-abstract": "^1.22.1",
|
|
56
56
|
"es-shim-unscopables": "^1.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@es-shims/api": "^2.2
|
|
60
|
-
"@ljharb/eslint-config": "^21.
|
|
61
|
-
"aud": "^2.0.
|
|
59
|
+
"@es-shims/api": "^2.4.2",
|
|
60
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
61
|
+
"aud": "^2.0.3",
|
|
62
62
|
"auto-changelog": "^2.4.0",
|
|
63
63
|
"covert": "^1.1.1",
|
|
64
64
|
"eslint": "=8.8.0",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"in-publish": "^2.0.1",
|
|
69
69
|
"npmignore": "^0.3.0",
|
|
70
70
|
"nyc": "^10.3.2",
|
|
71
|
-
"object-inspect": "^1.12.
|
|
71
|
+
"object-inspect": "^1.12.3",
|
|
72
72
|
"safe-publish-latest": "^2.0.0",
|
|
73
|
-
"tape": "^5.6.
|
|
73
|
+
"tape": "^5.6.6"
|
|
74
74
|
},
|
|
75
75
|
"testling": {
|
|
76
76
|
"files": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "array.prototype.flatmap",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Jordan Harband",
|
|
6
6
|
"email": "ljharb@gmail.com",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"call-bind": "^1.0.2",
|
|
53
|
-
"define-properties": "^1.
|
|
54
|
-
"es-abstract": "^1.
|
|
53
|
+
"define-properties": "^1.2.0",
|
|
54
|
+
"es-abstract": "^1.22.1",
|
|
55
55
|
"es-shim-unscopables": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@es-shims/api": "^2.2
|
|
59
|
-
"@ljharb/eslint-config": "^21.
|
|
60
|
-
"aud": "^2.0.
|
|
58
|
+
"@es-shims/api": "^2.4.2",
|
|
59
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
60
|
+
"aud": "^2.0.3",
|
|
61
61
|
"auto-changelog": "^2.4.0",
|
|
62
62
|
"covert": "^1.1.1",
|
|
63
63
|
"eslint": "=8.8.0",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"in-publish": "^2.0.1",
|
|
68
68
|
"npmignore": "^0.3.0",
|
|
69
69
|
"nyc": "^10.3.2",
|
|
70
|
-
"object-inspect": "^1.12.
|
|
70
|
+
"object-inspect": "^1.12.3",
|
|
71
71
|
"safe-publish-latest": "^2.0.0",
|
|
72
|
-
"tape": "^5.6.
|
|
72
|
+
"tape": "^5.6.6"
|
|
73
73
|
},
|
|
74
74
|
"testling": {
|
|
75
75
|
"files": [
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "arraybuffer.prototype.slice",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "ES spec-compliant shim for ArrayBuffer.prototype.slice",
|
|
5
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
6
|
+
"funding": {
|
|
7
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"main": "index.js",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": "./index.js",
|
|
13
|
+
"./auto": "./auto.js",
|
|
14
|
+
"./polyfill": "./polyfill.js",
|
|
15
|
+
"./implementation": "./implementation.js",
|
|
16
|
+
"./shim": "./shim.js",
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
21
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
22
|
+
"prepublishOnly": "safe-publish-latest",
|
|
23
|
+
"pretest": "npm run lint",
|
|
24
|
+
"test": "npm run tests-only",
|
|
25
|
+
"posttest": "aud --production",
|
|
26
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
27
|
+
"prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
|
|
28
|
+
"lint": "eslint --ext=js,mjs .",
|
|
29
|
+
"postlint": "evalmd README.md && es-shim-api --bound",
|
|
30
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
31
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
32
|
+
},
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "git+https://github.com/es-shims/ArrayBuffer.prototype.slice.git"
|
|
36
|
+
},
|
|
37
|
+
"homepage": "https://github.com/es-shims/ArrayBuffer.prototype.slice#readme",
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/es-shims/ArrayBuffer.prototype.slice/issues"
|
|
40
|
+
},
|
|
41
|
+
"keywords": [
|
|
42
|
+
"javascript",
|
|
43
|
+
"ecmascript",
|
|
44
|
+
"ArrayBuffer.prototype.slice",
|
|
45
|
+
"polyfill",
|
|
46
|
+
"shim",
|
|
47
|
+
"ArrayBuffer",
|
|
48
|
+
"array",
|
|
49
|
+
"buffer",
|
|
50
|
+
"ArrayBuffer#slice",
|
|
51
|
+
"slice",
|
|
52
|
+
"typed array",
|
|
53
|
+
"es-shim API"
|
|
54
|
+
],
|
|
55
|
+
"dependencies": {
|
|
56
|
+
"array-buffer-byte-length": "^1.0.0",
|
|
57
|
+
"call-bind": "^1.0.2",
|
|
58
|
+
"define-properties": "^1.2.0",
|
|
59
|
+
"es-abstract": "^1.22.1",
|
|
60
|
+
"get-intrinsic": "^1.2.1",
|
|
61
|
+
"is-array-buffer": "^3.0.2",
|
|
62
|
+
"is-shared-array-buffer": "^1.0.2"
|
|
63
|
+
},
|
|
64
|
+
"devDependencies": {
|
|
65
|
+
"@es-shims/api": "^2.4.2",
|
|
66
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
67
|
+
"aud": "^2.0.3",
|
|
68
|
+
"auto-changelog": "^2.4.0",
|
|
69
|
+
"covert": "^1.1.1",
|
|
70
|
+
"eclint": "^2.8.1",
|
|
71
|
+
"es-value-fixtures": "^1.4.2",
|
|
72
|
+
"eslint": "=8.8.0",
|
|
73
|
+
"evalmd": "^0.0.19",
|
|
74
|
+
"for-each": "^0.3.3",
|
|
75
|
+
"functions-have-names": "^1.2.3",
|
|
76
|
+
"has-strict-mode": "^1.0.1",
|
|
77
|
+
"in-publish": "^2.0.1",
|
|
78
|
+
"npmignore": "^0.3.0",
|
|
79
|
+
"nyc": "^10.3.2",
|
|
80
|
+
"object-inspect": "^1.12.3",
|
|
81
|
+
"safe-publish-latest": "^2.0.0",
|
|
82
|
+
"tape": "^5.6.6"
|
|
83
|
+
},
|
|
84
|
+
"testling": {
|
|
85
|
+
"files": "test/index.js"
|
|
86
|
+
},
|
|
87
|
+
"engines": {
|
|
88
|
+
"node": ">= 0.4"
|
|
89
|
+
},
|
|
90
|
+
"auto-changelog": {
|
|
91
|
+
"output": "CHANGELOG.md",
|
|
92
|
+
"template": "keepachangelog",
|
|
93
|
+
"unreleased": false,
|
|
94
|
+
"commitLimit": false,
|
|
95
|
+
"backfillLimit": false,
|
|
96
|
+
"hideCredit": true
|
|
97
|
+
},
|
|
98
|
+
"publishConfig": {
|
|
99
|
+
"ignore": [
|
|
100
|
+
".github/workflows"
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
}
|