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": "get-intrinsic",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Get and robustly cache all JS language-level intrinsics at first require time",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
},
|
|
49
49
|
"homepage": "https://github.com/ljharb/get-intrinsic#readme",
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@ljharb/eslint-config": "^21.0
|
|
52
|
-
"aud": "^2.0.
|
|
51
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
52
|
+
"aud": "^2.0.3",
|
|
53
53
|
"auto-changelog": "^2.4.0",
|
|
54
|
-
"call-bind": "^1.0.
|
|
55
|
-
"es-abstract": "^1.
|
|
54
|
+
"call-bind": "^1.0.5",
|
|
55
|
+
"es-abstract": "^1.22.2",
|
|
56
56
|
"es-value-fixtures": "^1.4.2",
|
|
57
57
|
"eslint": "=8.8.0",
|
|
58
58
|
"evalmd": "^0.0.19",
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
"make-async-function": "^1.0.0",
|
|
62
62
|
"make-async-generator-function": "^1.0.0",
|
|
63
63
|
"make-generator-function": "^2.0.0",
|
|
64
|
-
"mock-property": "^1.0.
|
|
64
|
+
"mock-property": "^1.0.2",
|
|
65
65
|
"npmignore": "^0.3.0",
|
|
66
66
|
"nyc": "^10.3.2",
|
|
67
|
-
"object-inspect": "^1.
|
|
67
|
+
"object-inspect": "^1.13.1",
|
|
68
68
|
"safe-publish-latest": "^2.0.0",
|
|
69
|
-
"tape": "^5.
|
|
69
|
+
"tape": "^5.7.2"
|
|
70
70
|
},
|
|
71
71
|
"auto-changelog": {
|
|
72
72
|
"output": "CHANGELOG.md",
|
|
@@ -77,10 +77,10 @@
|
|
|
77
77
|
"hideCredit": true
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"function-bind": "^1.1.
|
|
81
|
-
"has": "^1.0.3",
|
|
80
|
+
"function-bind": "^1.1.2",
|
|
82
81
|
"has-proto": "^1.0.1",
|
|
83
|
-
"has-symbols": "^1.0.3"
|
|
82
|
+
"has-symbols": "^1.0.3",
|
|
83
|
+
"hasown": "^2.0.0"
|
|
84
84
|
},
|
|
85
85
|
"testling": {
|
|
86
86
|
"files": "test/GetIntrinsic.js"
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hasown",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "A robust, ES3 compatible, \"has own property\" predicate.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
|
|
12
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
13
|
+
"prepublishOnly": "safe-publish-latest",
|
|
14
|
+
"prelint": "evalmd README.md",
|
|
15
|
+
"lint": "eslint --ext=js,mjs .",
|
|
16
|
+
"postlint": "npm run tsc",
|
|
17
|
+
"preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
|
|
18
|
+
"emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
|
|
19
|
+
"pretest": "npm run lint",
|
|
20
|
+
"tsc": "tsc -p .",
|
|
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/inspect-js/hasOwn.git"
|
|
30
|
+
},
|
|
31
|
+
"keywords": [
|
|
32
|
+
"has",
|
|
33
|
+
"hasOwnProperty",
|
|
34
|
+
"hasOwn",
|
|
35
|
+
"has-own",
|
|
36
|
+
"own",
|
|
37
|
+
"has",
|
|
38
|
+
"property",
|
|
39
|
+
"in",
|
|
40
|
+
"javascript",
|
|
41
|
+
"ecmascript"
|
|
42
|
+
],
|
|
43
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
44
|
+
"license": "MIT",
|
|
45
|
+
"bugs": {
|
|
46
|
+
"url": "https://github.com/inspect-js/hasOwn/issues"
|
|
47
|
+
},
|
|
48
|
+
"homepage": "https://github.com/inspect-js/hasOwn#readme",
|
|
49
|
+
"dependencies": {
|
|
50
|
+
"function-bind": "^1.1.2"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
54
|
+
"@types/function-bind": "^1.1.9",
|
|
55
|
+
"@types/mock-property": "^1.0.1",
|
|
56
|
+
"@types/tape": "^5.6.3",
|
|
57
|
+
"aud": "^2.0.3",
|
|
58
|
+
"auto-changelog": "^2.4.0",
|
|
59
|
+
"eslint": "=8.8.0",
|
|
60
|
+
"evalmd": "^0.0.19",
|
|
61
|
+
"in-publish": "^2.0.1",
|
|
62
|
+
"mock-property": "^1.0.2",
|
|
63
|
+
"npmignore": "^0.3.0",
|
|
64
|
+
"nyc": "^10.3.2",
|
|
65
|
+
"safe-publish-latest": "^2.0.0",
|
|
66
|
+
"tape": "^5.7.1",
|
|
67
|
+
"typescript": "^5.3.0-dev.20231019"
|
|
68
|
+
},
|
|
69
|
+
"engines": {
|
|
70
|
+
"node": ">= 0.4"
|
|
71
|
+
},
|
|
72
|
+
"testling": {
|
|
73
|
+
"files": "test/index.js"
|
|
74
|
+
},
|
|
75
|
+
"auto-changelog": {
|
|
76
|
+
"output": "CHANGELOG.md",
|
|
77
|
+
"template": "keepachangelog",
|
|
78
|
+
"unreleased": false,
|
|
79
|
+
"commitLimit": false,
|
|
80
|
+
"backfillLimit": false,
|
|
81
|
+
"hideCredit": true
|
|
82
|
+
},
|
|
83
|
+
"publishConfig": {
|
|
84
|
+
"ignore": [
|
|
85
|
+
".github/workflows",
|
|
86
|
+
"test",
|
|
87
|
+
"!*.d.ts",
|
|
88
|
+
"!*.d.ts.map"
|
|
89
|
+
]
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
/* Visit https://aka.ms/tsconfig to read more about this file */
|
|
4
|
+
|
|
5
|
+
/* Projects */
|
|
6
|
+
|
|
7
|
+
/* Language and Environment */
|
|
8
|
+
"target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
|
|
9
|
+
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
|
|
10
|
+
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
|
|
11
|
+
"useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
|
|
12
|
+
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
|
13
|
+
|
|
14
|
+
/* Modules */
|
|
15
|
+
"module": "commonjs", /* Specify what module code is generated. */
|
|
16
|
+
// "rootDir": "./", /* Specify the root folder within your source files. */
|
|
17
|
+
// "moduleResolution": "node10", /* Specify how TypeScript looks up a file from a given module specifier. */
|
|
18
|
+
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
|
19
|
+
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
|
|
20
|
+
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
|
|
21
|
+
"typeRoots": ["types"], /* Specify multiple folders that act like './node_modules/@types'. */
|
|
22
|
+
"resolveJsonModule": true, /* Enable importing .json files. */
|
|
23
|
+
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */
|
|
24
|
+
|
|
25
|
+
/* JavaScript Support */
|
|
26
|
+
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the 'checkJS' option to get errors from these files. */
|
|
27
|
+
"checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
|
|
28
|
+
"maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
|
|
29
|
+
|
|
30
|
+
/* Emit */
|
|
31
|
+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
|
|
32
|
+
"declarationMap": true, /* Create sourcemaps for d.ts files. */
|
|
33
|
+
"noEmit": true, /* Disable emitting files from a compilation. */
|
|
34
|
+
|
|
35
|
+
/* Interop Constraints */
|
|
36
|
+
"allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
|
|
37
|
+
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
|
|
38
|
+
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
|
|
39
|
+
|
|
40
|
+
/* Type Checking */
|
|
41
|
+
"strict": true, /* Enable all strict type-checking options. */
|
|
42
|
+
|
|
43
|
+
/* Completeness */
|
|
44
|
+
//"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
|
45
|
+
},
|
|
46
|
+
"exclude": [
|
|
47
|
+
"coverage"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "is-async-function",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Determine if a function is a native async function.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"prepublishOnly": "safe-publish-latest",
|
|
8
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
9
|
+
"pretest": "npm run lint",
|
|
10
|
+
"test": "npm run tests-only",
|
|
11
|
+
"tests-only": "nyc npm run test:all",
|
|
12
|
+
"test:all": "npm run test:index && npm run test:uglified",
|
|
13
|
+
"test:index": "node test",
|
|
14
|
+
"test:uglified": "node test/uglified",
|
|
15
|
+
"posttest": "aud --production",
|
|
16
|
+
"lint": "eslint --ext=js,mjs .",
|
|
17
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
18
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
19
|
+
},
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git://github.com/inspect-js/is-async-function.git"
|
|
23
|
+
},
|
|
24
|
+
"keywords": [
|
|
25
|
+
"async",
|
|
26
|
+
"async function",
|
|
27
|
+
"es6",
|
|
28
|
+
"es2015",
|
|
29
|
+
"yield",
|
|
30
|
+
"function",
|
|
31
|
+
"function*"
|
|
32
|
+
],
|
|
33
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
34
|
+
"funding": {
|
|
35
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
36
|
+
},
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"bugs": {
|
|
39
|
+
"url": "https://github.com/inspect-js/is-async-function/issues"
|
|
40
|
+
},
|
|
41
|
+
"dependencies": {
|
|
42
|
+
"has-tostringtag": "^1.0.0"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@ljharb/eslint-config": "^21.0.0",
|
|
46
|
+
"aud": "^2.0.0",
|
|
47
|
+
"auto-changelog": "^2.4.0",
|
|
48
|
+
"eslint": "=8.8.0",
|
|
49
|
+
"in-publish": "^2.0.1",
|
|
50
|
+
"make-async-function": "^1.0.0",
|
|
51
|
+
"make-generator-function": "^2.0.0",
|
|
52
|
+
"nyc": "^10.3.2",
|
|
53
|
+
"safe-publish-latest": "^2.0.0",
|
|
54
|
+
"tape": "^5.5.3",
|
|
55
|
+
"uglify-register": "^1.0.1"
|
|
56
|
+
},
|
|
57
|
+
"testling": {
|
|
58
|
+
"files": "test/index.js",
|
|
59
|
+
"browsers": [
|
|
60
|
+
"iexplore/6.0..latest",
|
|
61
|
+
"firefox/3.0..6.0",
|
|
62
|
+
"firefox/15.0..latest",
|
|
63
|
+
"firefox/nightly",
|
|
64
|
+
"chrome/4.0..10.0",
|
|
65
|
+
"chrome/20.0..latest",
|
|
66
|
+
"chrome/canary",
|
|
67
|
+
"opera/10.0..latest",
|
|
68
|
+
"opera/next",
|
|
69
|
+
"safari/4.0..latest",
|
|
70
|
+
"ipad/6.0..latest",
|
|
71
|
+
"iphone/6.0..latest",
|
|
72
|
+
"android-browser/4.2"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"engines": {
|
|
76
|
+
"node": ">= 0.4"
|
|
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
|
+
}
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"sys": [">= 0.4 && < 0.7", ">= 0.8"],
|
|
116
116
|
"node:sys": [">= 14.18 && < 15", ">= 16"],
|
|
117
117
|
"test/reporters": ">= 19.9 && < 20.2",
|
|
118
|
-
"node:test/reporters": [">= 19.9", ">= 20"],
|
|
118
|
+
"node:test/reporters": [">= 18.17 && < 19", ">= 19.9", ">= 20"],
|
|
119
119
|
"node:test": [">= 16.17 && < 17", ">= 18"],
|
|
120
120
|
"timers": true,
|
|
121
121
|
"node:timers": [">= 14.18 && < 15", ">= 16"],
|
|
@@ -149,8 +149,8 @@
|
|
|
149
149
|
"node:v8": [">= 14.18 && < 15", ">= 16"],
|
|
150
150
|
"vm": true,
|
|
151
151
|
"node:vm": [">= 14.18 && < 15", ">= 16"],
|
|
152
|
-
"wasi": [">= 13.4 && < 13.5", ">= 20"],
|
|
153
|
-
"node:wasi": ">= 20",
|
|
152
|
+
"wasi": [">= 13.4 && < 13.5", ">= 18.17 && < 19", ">= 20"],
|
|
153
|
+
"node:wasi": [">= 18.17 && < 19", ">= 20"],
|
|
154
154
|
"worker_threads": ">= 11.7",
|
|
155
155
|
"node:worker_threads": [">= 14.18 && < 15", ">= 16"],
|
|
156
156
|
"zlib": ">= 0.5",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "is-core-module",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.1",
|
|
4
4
|
"description": "Is this specifier a node.js core module?",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -42,20 +42,20 @@
|
|
|
42
42
|
},
|
|
43
43
|
"homepage": "https://github.com/inspect-js/is-core-module",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"
|
|
45
|
+
"hasown": "^2.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@ljharb/eslint-config": "^21.0
|
|
49
|
-
"aud": "^2.0.
|
|
48
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
49
|
+
"aud": "^2.0.3",
|
|
50
50
|
"auto-changelog": "^2.4.0",
|
|
51
51
|
"eslint": "=8.8.0",
|
|
52
52
|
"in-publish": "^2.0.1",
|
|
53
|
-
"mock-property": "^1.0.
|
|
53
|
+
"mock-property": "^1.0.2",
|
|
54
54
|
"npmignore": "^0.3.0",
|
|
55
55
|
"nyc": "^10.3.2",
|
|
56
56
|
"safe-publish-latest": "^2.0.0",
|
|
57
|
-
"semver": "^6.3.
|
|
58
|
-
"tape": "^5.
|
|
57
|
+
"semver": "^6.3.1",
|
|
58
|
+
"tape": "^5.7.1"
|
|
59
59
|
},
|
|
60
60
|
"auto-changelog": {
|
|
61
61
|
"output": "CHANGELOG.md",
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "is-finalizationregistry",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"description": "Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": [
|
|
8
|
+
{
|
|
9
|
+
"default": "./index.js"
|
|
10
|
+
},
|
|
11
|
+
"./index.js"
|
|
12
|
+
],
|
|
13
|
+
"./package.json": "./package.json"
|
|
14
|
+
},
|
|
15
|
+
"scripts": {
|
|
16
|
+
"prepublishOnly": "safe-publish-latest",
|
|
17
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
18
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
19
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
|
20
|
+
"lint": "eslint .",
|
|
21
|
+
"pretest": "npm run lint",
|
|
22
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
23
|
+
"test": "npm run tests-only",
|
|
24
|
+
"posttest": "aud --production"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "git+https://github.com/inspect-js/is-finalizationregistry.git"
|
|
29
|
+
},
|
|
30
|
+
"keywords": [
|
|
31
|
+
"weakref",
|
|
32
|
+
"finalization",
|
|
33
|
+
"finalizationregistry",
|
|
34
|
+
"finalization registry"
|
|
35
|
+
],
|
|
36
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
37
|
+
"funding": {
|
|
38
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
39
|
+
},
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/inspect-js/is-finalizationregistry/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/inspect-js/is-finalizationregistry#readme",
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@ljharb/eslint-config": "^18.0.0",
|
|
47
|
+
"aud": "^1.1.5",
|
|
48
|
+
"auto-changelog": "^2.3.0",
|
|
49
|
+
"eslint": "^7.32.0",
|
|
50
|
+
"for-each": "^0.3.3",
|
|
51
|
+
"nyc": "^10.3.2",
|
|
52
|
+
"object-inspect": "^1.11.0",
|
|
53
|
+
"safe-publish-latest": "^1.1.4",
|
|
54
|
+
"tape": "^5.3.1"
|
|
55
|
+
},
|
|
56
|
+
"auto-changelog": {
|
|
57
|
+
"output": "CHANGELOG.md",
|
|
58
|
+
"template": "keepachangelog",
|
|
59
|
+
"unreleased": false,
|
|
60
|
+
"commitLimit": false,
|
|
61
|
+
"backfillLimit": false,
|
|
62
|
+
"hideCredit": true
|
|
63
|
+
},
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"call-bind": "^1.0.2"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "is-generator-function",
|
|
3
|
+
"version": "1.0.10",
|
|
4
|
+
"description": "Determine if a function is a native generator function.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"prepublishOnly": "safe-publish-latest",
|
|
8
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
9
|
+
"pretest": "npm run lint",
|
|
10
|
+
"test": "npm run tests-only",
|
|
11
|
+
"tests-only": "nyc npm run test:all",
|
|
12
|
+
"test:all": "npm run test:index && npm run test:corejs && npm run test:uglified",
|
|
13
|
+
"test:harmony": "node --es-staging --harmony test && node --es-staging --harmony test/corejs && node --es-staging --harmony test/uglified",
|
|
14
|
+
"test:index": "node test",
|
|
15
|
+
"test:corejs": "node test/corejs",
|
|
16
|
+
"test:uglified": "node test/uglified",
|
|
17
|
+
"posttest": "aud --production",
|
|
18
|
+
"lint": "eslint .",
|
|
19
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
20
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git://github.com/inspect-js/is-generator-function.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"generator",
|
|
28
|
+
"generator function",
|
|
29
|
+
"es6",
|
|
30
|
+
"es2015",
|
|
31
|
+
"yield",
|
|
32
|
+
"function",
|
|
33
|
+
"function*"
|
|
34
|
+
],
|
|
35
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
36
|
+
"funding": {
|
|
37
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
38
|
+
},
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"bugs": {
|
|
41
|
+
"url": "https://github.com/inspect-js/is-generator-function/issues"
|
|
42
|
+
},
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"has-tostringtag": "^1.0.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@ljharb/eslint-config": "^17.6.0",
|
|
48
|
+
"aud": "^1.1.5",
|
|
49
|
+
"auto-changelog": "^2.3.0",
|
|
50
|
+
"core-js": "^2.6.5 || ^3.16.0",
|
|
51
|
+
"eslint": "^7.32.0",
|
|
52
|
+
"make-generator-function": "^2.0.0",
|
|
53
|
+
"nyc": "^10.3.2",
|
|
54
|
+
"safe-publish-latest": "^1.1.4",
|
|
55
|
+
"tape": "^5.3.0",
|
|
56
|
+
"uglify-register": "^1.0.1"
|
|
57
|
+
},
|
|
58
|
+
"testling": {
|
|
59
|
+
"files": "test/index.js",
|
|
60
|
+
"browsers": [
|
|
61
|
+
"iexplore/6.0..latest",
|
|
62
|
+
"firefox/3.0..6.0",
|
|
63
|
+
"firefox/15.0..latest",
|
|
64
|
+
"firefox/nightly",
|
|
65
|
+
"chrome/4.0..10.0",
|
|
66
|
+
"chrome/20.0..latest",
|
|
67
|
+
"chrome/canary",
|
|
68
|
+
"opera/10.0..latest",
|
|
69
|
+
"opera/next",
|
|
70
|
+
"safari/4.0..latest",
|
|
71
|
+
"ipad/6.0..latest",
|
|
72
|
+
"iphone/6.0..latest",
|
|
73
|
+
"android-browser/4.2"
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
"engines": {
|
|
77
|
+
"node": ">= 0.4"
|
|
78
|
+
},
|
|
79
|
+
"auto-changelog": {
|
|
80
|
+
"output": "CHANGELOG.md",
|
|
81
|
+
"template": "keepachangelog",
|
|
82
|
+
"unreleased": false,
|
|
83
|
+
"commitLimit": false,
|
|
84
|
+
"backfillLimit": false,
|
|
85
|
+
"hideCredit": true
|
|
86
|
+
}
|
|
87
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "is-typed-array",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Jordan Harband",
|
|
6
6
|
"email": "ljharb@gmail.com",
|
|
@@ -58,27 +58,25 @@
|
|
|
58
58
|
"@@toStringTag"
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"
|
|
62
|
-
"call-bind": "^1.0.2",
|
|
63
|
-
"for-each": "^0.3.3",
|
|
64
|
-
"gopd": "^1.0.1",
|
|
65
|
-
"has-tostringtag": "^1.0.0"
|
|
61
|
+
"which-typed-array": "^1.1.11"
|
|
66
62
|
},
|
|
67
63
|
"devDependencies": {
|
|
68
|
-
"@ljharb/eslint-config": "^21.
|
|
69
|
-
"aud": "^2.0.
|
|
64
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
65
|
+
"aud": "^2.0.3",
|
|
70
66
|
"auto-changelog": "^2.4.0",
|
|
71
67
|
"eslint": "=8.8.0",
|
|
72
68
|
"evalmd": "^0.0.19",
|
|
69
|
+
"for-each": "^0.3.3",
|
|
70
|
+
"has-tostringtag": "^1.0.0",
|
|
73
71
|
"in-publish": "^2.0.1",
|
|
74
72
|
"is-callable": "^1.2.7",
|
|
75
73
|
"make-arrow-function": "^1.2.0",
|
|
76
74
|
"make-generator-function": "^2.0.0",
|
|
77
75
|
"npmignore": "^0.3.0",
|
|
78
76
|
"nyc": "^10.3.2",
|
|
79
|
-
"object-inspect": "^1.12.
|
|
77
|
+
"object-inspect": "^1.12.3",
|
|
80
78
|
"safe-publish-latest": "^2.0.0",
|
|
81
|
-
"tape": "^5.6.
|
|
79
|
+
"tape": "^5.6.5"
|
|
82
80
|
},
|
|
83
81
|
"testling": {
|
|
84
82
|
"files": "test/index.js",
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "iterator.prototype",
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "`Iterator.prototype`, or a shared object to use.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
12
|
+
"prepublishOnly": "safe-publish-latest",
|
|
13
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
14
|
+
"prelint": "evalmd README.md",
|
|
15
|
+
"lint": "eslint --ext=js,mjs .",
|
|
16
|
+
"pretest": "npm run lint",
|
|
17
|
+
"tests-only": "tape 'test/**/*.js'",
|
|
18
|
+
"test": "npm run tests-only",
|
|
19
|
+
"posttest": "aud --production",
|
|
20
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
21
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
22
|
+
},
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "git+https://github.com/ljharb/Iterator.prototype.git"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"javascript",
|
|
29
|
+
"ecmascript",
|
|
30
|
+
"iterator",
|
|
31
|
+
"prototype"
|
|
32
|
+
],
|
|
33
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/ljharb/Iterator.prototype/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/ljharb/Iterator.prototype#readme",
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"define-properties": "^1.2.1",
|
|
41
|
+
"get-intrinsic": "^1.2.1",
|
|
42
|
+
"has-symbols": "^1.0.3",
|
|
43
|
+
"reflect.getprototypeof": "^1.0.4",
|
|
44
|
+
"set-function-name": "^2.0.1"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
48
|
+
"aud": "^2.0.3",
|
|
49
|
+
"auto-changelog": "^2.4.0",
|
|
50
|
+
"eslint": "=8.8.0",
|
|
51
|
+
"evalmd": "^0.0.19",
|
|
52
|
+
"in-publish": "^2.0.1",
|
|
53
|
+
"npmignore": "^0.3.0",
|
|
54
|
+
"safe-publish-latest": "^2.0.0",
|
|
55
|
+
"tape": "^5.6.6"
|
|
56
|
+
},
|
|
57
|
+
"testling": {
|
|
58
|
+
"files": "test/index.js"
|
|
59
|
+
},
|
|
60
|
+
"auto-changelog": {
|
|
61
|
+
"output": "CHANGELOG.md",
|
|
62
|
+
"template": "keepachangelog",
|
|
63
|
+
"unreleased": false,
|
|
64
|
+
"commitLimit": false,
|
|
65
|
+
"backfillLimit": false,
|
|
66
|
+
"hideCredit": true
|
|
67
|
+
},
|
|
68
|
+
"publishConfig": {
|
|
69
|
+
"ignore": [
|
|
70
|
+
".github/workflows"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jsx-ast-utils",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.5",
|
|
4
4
|
"description": "AST utility module for statically analyzing JSX",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@babel/core": "^7.22.
|
|
24
|
-
"@babel/eslint-parser": "^7.22.
|
|
25
|
-
"@babel/parser": "^7.22.
|
|
23
|
+
"@babel/core": "^7.22.9",
|
|
24
|
+
"@babel/eslint-parser": "^7.22.9",
|
|
25
|
+
"@babel/parser": "^7.22.7",
|
|
26
26
|
"aud": "^2.0.3",
|
|
27
27
|
"auto-changelog": "^2.4.0",
|
|
28
28
|
"babel-cli": "^6.26.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"babel-polyfill": "^6.26.0",
|
|
34
34
|
"babel-preset-env": "^1.7.0",
|
|
35
35
|
"babylon": "^6.18.0",
|
|
36
|
-
"eslint": "^8.
|
|
36
|
+
"eslint": "^8.45.0",
|
|
37
37
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
38
38
|
"eslint-plugin-import": "^2.27.5",
|
|
39
39
|
"flow-parser": "^0.126.1",
|