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
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eslint-visitor-keys",
|
|
3
|
+
"version": "2.1.0",
|
|
4
|
+
"description": "Constants and utilities about visitor keys to traverse AST.",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"lib"
|
|
8
|
+
],
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">=10"
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {},
|
|
13
|
+
"devDependencies": {
|
|
14
|
+
"eslint": "^4.7.2",
|
|
15
|
+
"eslint-config-eslint": "^4.0.0",
|
|
16
|
+
"eslint-release": "^1.0.0",
|
|
17
|
+
"mocha": "^3.5.3",
|
|
18
|
+
"nyc": "^11.2.1",
|
|
19
|
+
"opener": "^1.4.3"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"lint": "eslint lib tests/lib",
|
|
23
|
+
"test": "nyc mocha tests/lib",
|
|
24
|
+
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html",
|
|
25
|
+
"generate-release": "eslint-generate-release",
|
|
26
|
+
"generate-alpharelease": "eslint-generate-prerelease alpha",
|
|
27
|
+
"generate-betarelease": "eslint-generate-prerelease beta",
|
|
28
|
+
"generate-rcrelease": "eslint-generate-prerelease rc",
|
|
29
|
+
"publish-release": "eslint-publish-release"
|
|
30
|
+
},
|
|
31
|
+
"repository": "eslint/eslint-visitor-keys",
|
|
32
|
+
"keywords": [],
|
|
33
|
+
"author": "Toru Nagashima (https://github.com/mysticatea)",
|
|
34
|
+
"license": "Apache-2.0",
|
|
35
|
+
"bugs": {
|
|
36
|
+
"url": "https://github.com/eslint/eslint-visitor-keys/issues"
|
|
37
|
+
},
|
|
38
|
+
"homepage": "https://github.com/eslint/eslint-visitor-keys#readme"
|
|
39
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "glob-parent",
|
|
3
|
+
"version": "5.1.2",
|
|
4
|
+
"description": "Extract the non-magic parent path from a glob string.",
|
|
5
|
+
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Elan Shanker (https://github.com/es128)",
|
|
8
|
+
"Blaine Bublitz <blaine.bublitz@gmail.com>"
|
|
9
|
+
],
|
|
10
|
+
"repository": "gulpjs/glob-parent",
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">= 6"
|
|
14
|
+
},
|
|
15
|
+
"main": "index.js",
|
|
16
|
+
"files": [
|
|
17
|
+
"LICENSE",
|
|
18
|
+
"index.js"
|
|
19
|
+
],
|
|
20
|
+
"scripts": {
|
|
21
|
+
"lint": "eslint .",
|
|
22
|
+
"pretest": "npm run lint",
|
|
23
|
+
"test": "nyc mocha --async-only",
|
|
24
|
+
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
|
25
|
+
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"is-glob": "^4.0.1"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"coveralls": "^3.0.11",
|
|
32
|
+
"eslint": "^2.13.1",
|
|
33
|
+
"eslint-config-gulp": "^3.0.1",
|
|
34
|
+
"expect": "^1.20.2",
|
|
35
|
+
"mocha": "^6.0.2",
|
|
36
|
+
"nyc": "^13.3.0"
|
|
37
|
+
},
|
|
38
|
+
"keywords": [
|
|
39
|
+
"glob",
|
|
40
|
+
"parent",
|
|
41
|
+
"strip",
|
|
42
|
+
"path",
|
|
43
|
+
"dirname",
|
|
44
|
+
"directory",
|
|
45
|
+
"base",
|
|
46
|
+
"wildcard"
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ignore",
|
|
3
|
+
"version": "4.0.6",
|
|
4
|
+
"description": "Ignore is a manager and filter for .gitignore rules.",
|
|
5
|
+
"files": [
|
|
6
|
+
"legacy.js",
|
|
7
|
+
"index.js",
|
|
8
|
+
"index.d.ts",
|
|
9
|
+
"LICENSE-MIT"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"prepublish": "npm run build",
|
|
13
|
+
"build": "babel -o legacy.js index.js",
|
|
14
|
+
"test:lint": "eslint .",
|
|
15
|
+
"test:tsc": "tsc ./test/ts/simple.ts",
|
|
16
|
+
"test:git": "tap test/git-check-ignore.js",
|
|
17
|
+
"test:ignore": "tap test/ignore.js --coverage",
|
|
18
|
+
"test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
|
|
19
|
+
"test": "npm run test-no-cov",
|
|
20
|
+
"posttest": "tap --coverage-report=html && codecov"
|
|
21
|
+
},
|
|
22
|
+
"repository": {
|
|
23
|
+
"type": "git",
|
|
24
|
+
"url": "git@github.com:kaelzhang/node-ignore.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"ignore",
|
|
28
|
+
".gitignore",
|
|
29
|
+
"gitignore",
|
|
30
|
+
"npmignore",
|
|
31
|
+
"rules",
|
|
32
|
+
"manager",
|
|
33
|
+
"filter",
|
|
34
|
+
"regexp",
|
|
35
|
+
"regex",
|
|
36
|
+
"fnmatch",
|
|
37
|
+
"glob",
|
|
38
|
+
"asterisks",
|
|
39
|
+
"regular-expression"
|
|
40
|
+
],
|
|
41
|
+
"author": "kael",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/kaelzhang/node-ignore/issues"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"babel-cli": "^6.26.0",
|
|
48
|
+
"babel-preset-env": "^1.7.0",
|
|
49
|
+
"codecov": "^3.0.4",
|
|
50
|
+
"eslint": "^5.3.0",
|
|
51
|
+
"eslint-config-ostai": "^1.3.2",
|
|
52
|
+
"eslint-plugin-import": "^2.13.0",
|
|
53
|
+
"mkdirp": "^0.5.1",
|
|
54
|
+
"pre-suf": "^1.1.0",
|
|
55
|
+
"rimraf": "^2.6.2",
|
|
56
|
+
"spawn-sync": "^2.0.0",
|
|
57
|
+
"tap": "^12.0.1",
|
|
58
|
+
"tmp": "0.0.33",
|
|
59
|
+
"typescript": "^3.0.1"
|
|
60
|
+
},
|
|
61
|
+
"engines": {
|
|
62
|
+
"node": ">= 4"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -1,51 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.32.0",
|
|
4
4
|
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
|
5
5
|
"description": "An AST-based pattern checker for JavaScript.",
|
|
6
6
|
"bin": {
|
|
7
7
|
"eslint": "./bin/eslint.js"
|
|
8
8
|
},
|
|
9
9
|
"main": "./lib/api.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
"./package.json": "./package.json",
|
|
12
|
-
".": "./lib/api.js",
|
|
13
|
-
"./use-at-your-own-risk": "./lib/unsupported-api.js"
|
|
14
|
-
},
|
|
15
10
|
"scripts": {
|
|
16
|
-
"build:docs:update-links": "node tools/fetch-docs-links.js",
|
|
17
|
-
"build:site": "node Makefile.js gensite",
|
|
18
|
-
"build:webpack": "node Makefile.js webpack",
|
|
19
|
-
"build:readme": "node tools/update-readme.js",
|
|
20
|
-
"lint": "node Makefile.js lint",
|
|
21
|
-
"lint:docs:js": "node Makefile.js lintDocsJS",
|
|
22
|
-
"lint:fix": "node Makefile.js lint -- fix",
|
|
23
|
-
"lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix",
|
|
24
|
-
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
|
|
25
|
-
"release:generate:beta": "node Makefile.js generatePrerelease -- beta",
|
|
26
|
-
"release:generate:latest": "node Makefile.js generateRelease",
|
|
27
|
-
"release:generate:rc": "node Makefile.js generatePrerelease -- rc",
|
|
28
|
-
"release:publish": "node Makefile.js publishRelease",
|
|
29
11
|
"test": "node Makefile.js test",
|
|
30
12
|
"test:cli": "mocha",
|
|
31
|
-
"
|
|
32
|
-
"
|
|
13
|
+
"lint": "node Makefile.js lint",
|
|
14
|
+
"fix": "node Makefile.js lint -- fix",
|
|
15
|
+
"fuzz": "node Makefile.js fuzz",
|
|
16
|
+
"generate-release": "node Makefile.js generateRelease",
|
|
17
|
+
"generate-alpharelease": "node Makefile.js generatePrerelease -- alpha",
|
|
18
|
+
"generate-betarelease": "node Makefile.js generatePrerelease -- beta",
|
|
19
|
+
"generate-rcrelease": "node Makefile.js generatePrerelease -- rc",
|
|
20
|
+
"publish-release": "node Makefile.js publishRelease",
|
|
21
|
+
"docs": "node Makefile.js docs",
|
|
22
|
+
"gensite": "node Makefile.js gensite",
|
|
23
|
+
"webpack": "node Makefile.js webpack",
|
|
24
|
+
"perf": "node Makefile.js perf"
|
|
33
25
|
},
|
|
34
26
|
"gitHooks": {
|
|
35
27
|
"pre-commit": "lint-staged"
|
|
36
28
|
},
|
|
37
29
|
"lint-staged": {
|
|
38
30
|
"*.js": "eslint --fix",
|
|
39
|
-
"*.md": "markdownlint
|
|
40
|
-
"lib/rules/*.js": [
|
|
41
|
-
"node tools/update-eslint-all.js",
|
|
42
|
-
"git add packages/js/src/configs/eslint-all.js"
|
|
43
|
-
],
|
|
44
|
-
"docs/src/rules/*.md": [
|
|
45
|
-
"node tools/fetch-docs-links.js",
|
|
46
|
-
"git add docs/src/_data/further_reading_links.json"
|
|
47
|
-
],
|
|
48
|
-
"docs/**/*.svg": "npx svgo -r --multipass"
|
|
31
|
+
"*.md": "markdownlint"
|
|
49
32
|
},
|
|
50
33
|
"files": [
|
|
51
34
|
"LICENSE",
|
|
@@ -60,102 +43,90 @@
|
|
|
60
43
|
"homepage": "https://eslint.org",
|
|
61
44
|
"bugs": "https://github.com/eslint/eslint/issues/",
|
|
62
45
|
"dependencies": {
|
|
63
|
-
"@
|
|
64
|
-
"@eslint
|
|
65
|
-
"@
|
|
66
|
-
"@eslint/js": "8.44.0",
|
|
67
|
-
"@humanwhocodes/config-array": "^0.11.10",
|
|
68
|
-
"@humanwhocodes/module-importer": "^1.0.1",
|
|
69
|
-
"@nodelib/fs.walk": "^1.2.8",
|
|
46
|
+
"@babel/code-frame": "7.12.11",
|
|
47
|
+
"@eslint/eslintrc": "^0.4.3",
|
|
48
|
+
"@humanwhocodes/config-array": "^0.5.0",
|
|
70
49
|
"ajv": "^6.10.0",
|
|
71
50
|
"chalk": "^4.0.0",
|
|
72
51
|
"cross-spawn": "^7.0.2",
|
|
73
|
-
"debug": "^4.
|
|
52
|
+
"debug": "^4.0.1",
|
|
74
53
|
"doctrine": "^3.0.0",
|
|
54
|
+
"enquirer": "^2.3.5",
|
|
75
55
|
"escape-string-regexp": "^4.0.0",
|
|
76
|
-
"eslint-scope": "^
|
|
77
|
-
"eslint-
|
|
78
|
-
"
|
|
79
|
-
"
|
|
56
|
+
"eslint-scope": "^5.1.1",
|
|
57
|
+
"eslint-utils": "^2.1.0",
|
|
58
|
+
"eslint-visitor-keys": "^2.0.0",
|
|
59
|
+
"espree": "^7.3.1",
|
|
60
|
+
"esquery": "^1.4.0",
|
|
80
61
|
"esutils": "^2.0.2",
|
|
81
62
|
"fast-deep-equal": "^3.1.3",
|
|
82
63
|
"file-entry-cache": "^6.0.1",
|
|
83
|
-
"
|
|
84
|
-
"glob-parent": "^
|
|
85
|
-
"globals": "^13.
|
|
86
|
-
"
|
|
87
|
-
"ignore": "^5.2.0",
|
|
64
|
+
"functional-red-black-tree": "^1.0.1",
|
|
65
|
+
"glob-parent": "^5.1.2",
|
|
66
|
+
"globals": "^13.6.0",
|
|
67
|
+
"ignore": "^4.0.6",
|
|
88
68
|
"import-fresh": "^3.0.0",
|
|
89
69
|
"imurmurhash": "^0.1.4",
|
|
90
70
|
"is-glob": "^4.0.0",
|
|
91
|
-
"
|
|
92
|
-
"js-yaml": "^4.1.0",
|
|
71
|
+
"js-yaml": "^3.13.1",
|
|
93
72
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
94
73
|
"levn": "^0.4.1",
|
|
95
74
|
"lodash.merge": "^4.6.2",
|
|
96
|
-
"minimatch": "^3.
|
|
75
|
+
"minimatch": "^3.0.4",
|
|
97
76
|
"natural-compare": "^1.4.0",
|
|
98
|
-
"optionator": "^0.9.
|
|
99
|
-
"
|
|
77
|
+
"optionator": "^0.9.1",
|
|
78
|
+
"progress": "^2.0.0",
|
|
79
|
+
"regexpp": "^3.1.0",
|
|
80
|
+
"semver": "^7.2.1",
|
|
81
|
+
"strip-ansi": "^6.0.0",
|
|
100
82
|
"strip-json-comments": "^3.1.0",
|
|
101
|
-
"
|
|
83
|
+
"table": "^6.0.9",
|
|
84
|
+
"text-table": "^0.2.0",
|
|
85
|
+
"v8-compile-cache": "^2.0.3"
|
|
102
86
|
},
|
|
103
87
|
"devDependencies": {
|
|
104
88
|
"@babel/core": "^7.4.3",
|
|
105
89
|
"@babel/preset-env": "^7.4.3",
|
|
106
90
|
"babel-loader": "^8.0.5",
|
|
107
|
-
"c8": "^7.12.0",
|
|
108
91
|
"chai": "^4.0.1",
|
|
109
92
|
"cheerio": "^0.22.0",
|
|
110
93
|
"common-tags": "^1.8.0",
|
|
111
94
|
"core-js": "^3.1.3",
|
|
95
|
+
"dateformat": "^3.0.3",
|
|
112
96
|
"ejs": "^3.0.2",
|
|
113
97
|
"eslint": "file:.",
|
|
114
98
|
"eslint-config-eslint": "file:packages/eslint-config-eslint",
|
|
115
|
-
"eslint-plugin-eslint-
|
|
116
|
-
"eslint-plugin-eslint-plugin": "^5.1.0",
|
|
99
|
+
"eslint-plugin-eslint-plugin": "^3.5.3",
|
|
117
100
|
"eslint-plugin-internal-rules": "file:tools/internal-rules",
|
|
118
|
-
"eslint-plugin-jsdoc": "^
|
|
119
|
-
"eslint-plugin-
|
|
120
|
-
"eslint-
|
|
121
|
-
"eslint-release": "^3.2.0",
|
|
101
|
+
"eslint-plugin-jsdoc": "^25.4.3",
|
|
102
|
+
"eslint-plugin-node": "^11.1.0",
|
|
103
|
+
"eslint-release": "^2.0.0",
|
|
122
104
|
"eslump": "^3.0.0",
|
|
123
105
|
"esprima": "^4.0.1",
|
|
124
|
-
"
|
|
125
|
-
"fs-teardown": "^0.1.3",
|
|
106
|
+
"fs-teardown": "0.1.1",
|
|
126
107
|
"glob": "^7.1.6",
|
|
127
|
-
"
|
|
128
|
-
"gray-matter": "^4.0.3",
|
|
108
|
+
"jsdoc": "^3.5.5",
|
|
129
109
|
"karma": "^6.1.1",
|
|
130
110
|
"karma-chrome-launcher": "^3.1.0",
|
|
131
111
|
"karma-mocha": "^2.0.1",
|
|
132
112
|
"karma-mocha-reporter": "^2.2.5",
|
|
133
113
|
"karma-webpack": "^5.0.0",
|
|
134
|
-
"lint-staged": "^
|
|
114
|
+
"lint-staged": "^10.1.2",
|
|
135
115
|
"load-perf": "^0.2.0",
|
|
136
|
-
"markdownlint": "^0.
|
|
137
|
-
"markdownlint-cli": "^0.
|
|
138
|
-
"marked": "^4.0.8",
|
|
116
|
+
"markdownlint": "^0.19.0",
|
|
117
|
+
"markdownlint-cli": "^0.22.0",
|
|
139
118
|
"memfs": "^3.0.1",
|
|
140
|
-
"metascraper": "^5.25.7",
|
|
141
|
-
"metascraper-description": "^5.25.7",
|
|
142
|
-
"metascraper-image": "^5.29.3",
|
|
143
|
-
"metascraper-logo": "^5.25.7",
|
|
144
|
-
"metascraper-logo-favicon": "^5.25.7",
|
|
145
|
-
"metascraper-title": "^5.25.7",
|
|
146
119
|
"mocha": "^8.3.2",
|
|
147
120
|
"mocha-junit-reporter": "^2.0.0",
|
|
148
121
|
"node-polyfill-webpack-plugin": "^1.0.3",
|
|
149
122
|
"npm-license": "^0.3.3",
|
|
150
|
-
"
|
|
151
|
-
"progress": "^2.0.3",
|
|
123
|
+
"nyc": "^15.0.1",
|
|
152
124
|
"proxyquire": "^2.0.1",
|
|
153
|
-
"puppeteer": "^
|
|
154
|
-
"recast": "^0.
|
|
125
|
+
"puppeteer": "^7.1.0",
|
|
126
|
+
"recast": "^0.19.0",
|
|
155
127
|
"regenerator-runtime": "^0.13.2",
|
|
156
|
-
"semver": "^7.5.3",
|
|
157
128
|
"shelljs": "^0.8.2",
|
|
158
|
-
"sinon": "^
|
|
129
|
+
"sinon": "^9.0.1",
|
|
159
130
|
"temp": "^0.9.0",
|
|
160
131
|
"webpack": "^5.23.0",
|
|
161
132
|
"webpack-cli": "^4.5.0",
|
|
@@ -170,6 +141,6 @@
|
|
|
170
141
|
],
|
|
171
142
|
"license": "MIT",
|
|
172
143
|
"engines": {
|
|
173
|
-
"node": "^12.
|
|
144
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
174
145
|
}
|
|
175
146
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eslint-config-prettier",
|
|
3
|
+
"version": "8.10.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"author": "Simon Lydell",
|
|
6
|
+
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
|
|
7
|
+
"repository": "prettier/eslint-config-prettier",
|
|
8
|
+
"bin": "bin/cli.js",
|
|
9
|
+
"keywords": ["eslint", "eslintconfig", "prettier"],
|
|
10
|
+
"peerDependencies": {
|
|
11
|
+
"eslint": ">=7.0.0"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-import-resolver-node",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"debug": "^3.2.7",
|
|
33
|
-
"is-core-module": "^2.
|
|
34
|
-
"resolve": "^1.22.
|
|
33
|
+
"is-core-module": "^2.13.0",
|
|
34
|
+
"resolve": "^1.22.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"chai": "^3.5.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-import",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.29.0",
|
|
4
4
|
"description": "Import with sanity.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=4"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"copy-metafiles": "node --require babel-register ./scripts/copyMetafiles",
|
|
25
25
|
"watch": "npm run tests-only -- -- --watch",
|
|
26
26
|
"pretest": "linklocal",
|
|
27
|
-
"posttest": "eslint . && npm run update:eslint-docs -- --check",
|
|
27
|
+
"posttest": "eslint . && npm run update:eslint-docs -- --check && markdownlint \"**/*.md\"",
|
|
28
28
|
"mocha": "cross-env BABEL_ENV=test nyc mocha",
|
|
29
29
|
"tests-only": "npm run mocha tests/src",
|
|
30
30
|
"test": "npm run tests-only",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"keywords": [
|
|
43
43
|
"eslint",
|
|
44
44
|
"eslintplugin",
|
|
45
|
+
"eslint-plugin",
|
|
45
46
|
"es6",
|
|
46
47
|
"jsnext",
|
|
47
48
|
"modules",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
},
|
|
56
57
|
"homepage": "https://github.com/import-js/eslint-plugin-import",
|
|
57
58
|
"devDependencies": {
|
|
58
|
-
"@angular-eslint/template-parser": "^13.
|
|
59
|
+
"@angular-eslint/template-parser": "^13.5.0",
|
|
59
60
|
"@eslint/import-test-order-redirect-scoped": "file:./tests/files/order-redirect-scoped",
|
|
60
61
|
"@test-scope/some-module": "file:./tests/files/symlinked-module",
|
|
61
62
|
"@typescript-eslint/parser": "^2.23.0 || ^3.3.0 || ^4.29.3 || ^5.10.0",
|
|
@@ -68,11 +69,11 @@
|
|
|
68
69
|
"babel-preset-flow": "^6.23.0",
|
|
69
70
|
"babel-register": "^6.26.0",
|
|
70
71
|
"babylon": "^6.18.0",
|
|
71
|
-
"chai": "^4.3.
|
|
72
|
+
"chai": "^4.3.7",
|
|
72
73
|
"cross-env": "^4.0.0",
|
|
73
74
|
"escope": "^3.6.0",
|
|
74
75
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8",
|
|
75
|
-
"eslint-doc-generator": "^1.
|
|
76
|
+
"eslint-doc-generator": "^1.4.3",
|
|
76
77
|
"eslint-import-resolver-node": "file:./resolvers/node",
|
|
77
78
|
"eslint-import-resolver-typescript": "^1.0.2 || ^1.1.1",
|
|
78
79
|
"eslint-import-resolver-webpack": "file:./resolvers/webpack",
|
|
@@ -82,10 +83,12 @@
|
|
|
82
83
|
"eslint-plugin-import": "2.x",
|
|
83
84
|
"eslint-plugin-json": "^2.1.2",
|
|
84
85
|
"fs-copy-file-sync": "^1.1.1",
|
|
85
|
-
"glob": "^7.2.
|
|
86
|
+
"glob": "^7.2.3",
|
|
86
87
|
"in-publish": "^2.0.1",
|
|
88
|
+
"jackspeak": "=2.1.1",
|
|
87
89
|
"linklocal": "^2.8.2",
|
|
88
90
|
"lodash.isarray": "^4.0.0",
|
|
91
|
+
"markdownlint-cli": "^0.35.0",
|
|
89
92
|
"mocha": "^3.5.3",
|
|
90
93
|
"npm-which": "^3.0.1",
|
|
91
94
|
"nyc": "^11.9.0",
|
|
@@ -100,20 +103,22 @@
|
|
|
100
103
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
101
104
|
},
|
|
102
105
|
"dependencies": {
|
|
103
|
-
"array-includes": "^3.1.
|
|
104
|
-
"array.prototype.
|
|
105
|
-
"array.prototype.
|
|
106
|
+
"array-includes": "^3.1.7",
|
|
107
|
+
"array.prototype.findlastindex": "^1.2.3",
|
|
108
|
+
"array.prototype.flat": "^1.3.2",
|
|
109
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
106
110
|
"debug": "^3.2.7",
|
|
107
111
|
"doctrine": "^2.1.0",
|
|
108
|
-
"eslint-import-resolver-node": "^0.3.
|
|
109
|
-
"eslint-module-utils": "^2.
|
|
110
|
-
"
|
|
111
|
-
"is-core-module": "^2.
|
|
112
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
113
|
+
"eslint-module-utils": "^2.8.0",
|
|
114
|
+
"hasown": "^2.0.0",
|
|
115
|
+
"is-core-module": "^2.13.1",
|
|
112
116
|
"is-glob": "^4.0.3",
|
|
113
117
|
"minimatch": "^3.1.2",
|
|
114
|
-
"object.
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
+
"object.fromentries": "^2.0.7",
|
|
119
|
+
"object.groupby": "^1.0.1",
|
|
120
|
+
"object.values": "^1.1.7",
|
|
121
|
+
"semver": "^6.3.1",
|
|
122
|
+
"tsconfig-paths": "^3.14.2"
|
|
118
123
|
}
|
|
119
124
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-jsx-a11y",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"description": "Static AST checker for accessibility rules on JSX elements.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -37,34 +37,35 @@
|
|
|
37
37
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/cli": "^7.
|
|
41
|
-
"@babel/core": "^7.
|
|
42
|
-
"@babel/eslint-parser": "^7.
|
|
43
|
-
"@babel/plugin-transform-flow-strip-types": "^7.
|
|
44
|
-
"@babel/register": "^7.
|
|
45
|
-
"
|
|
46
|
-
"aud": "^2.0.2",
|
|
40
|
+
"@babel/cli": "^7.23.0",
|
|
41
|
+
"@babel/core": "^7.23.2",
|
|
42
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
43
|
+
"@babel/plugin-transform-flow-strip-types": "^7.22.5",
|
|
44
|
+
"@babel/register": "^7.22.15",
|
|
45
|
+
"aud": "^2.0.3",
|
|
47
46
|
"auto-changelog": "^2.4.0",
|
|
48
47
|
"babel-jest": "^24.9.0",
|
|
49
48
|
"babel-plugin-add-module-exports": "^1.0.4",
|
|
50
49
|
"babel-preset-airbnb": "^5.0.0",
|
|
51
50
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8",
|
|
52
51
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
53
|
-
"eslint-doc-generator": "^1.
|
|
52
|
+
"eslint-doc-generator": "^1.5.2",
|
|
54
53
|
"eslint-plugin-eslint-plugin": "^4.3.0",
|
|
55
54
|
"eslint-plugin-flowtype": "^5.8.0 || ^8.0.3",
|
|
56
|
-
"eslint-plugin-import": "^2.
|
|
55
|
+
"eslint-plugin-import": "^2.29.0",
|
|
57
56
|
"estraverse": "^5.3.0",
|
|
58
57
|
"expect": "^24.9.0",
|
|
59
58
|
"flow-bin": "^0.147.0",
|
|
60
59
|
"in-publish": "^2.0.1",
|
|
60
|
+
"jackspeak": "=2.1.1",
|
|
61
61
|
"jest": "^24.9.0",
|
|
62
62
|
"jscodeshift": "^0.7.1",
|
|
63
|
-
"minimist": "^1.2.
|
|
63
|
+
"minimist": "^1.2.8",
|
|
64
64
|
"npmignore": "^0.3.0",
|
|
65
65
|
"object.assign": "^4.1.4",
|
|
66
66
|
"rimraf": "^3.0.2",
|
|
67
67
|
"safe-publish-latest": "^2.0.0",
|
|
68
|
+
"semver": "^6.3.1",
|
|
68
69
|
"to-ast": "^1.0.0"
|
|
69
70
|
},
|
|
70
71
|
"engines": {
|
|
@@ -72,22 +73,22 @@
|
|
|
72
73
|
},
|
|
73
74
|
"license": "MIT",
|
|
74
75
|
"dependencies": {
|
|
75
|
-
"@babel/runtime": "^7.
|
|
76
|
-
"aria-query": "^5.
|
|
77
|
-
"array-includes": "^3.1.
|
|
78
|
-
"array.prototype.flatmap": "^1.3.
|
|
79
|
-
"ast-types-flow": "^0.0.
|
|
80
|
-
"axe-core": "
|
|
81
|
-
"axobject-query": "^3.
|
|
76
|
+
"@babel/runtime": "^7.23.2",
|
|
77
|
+
"aria-query": "^5.3.0",
|
|
78
|
+
"array-includes": "^3.1.7",
|
|
79
|
+
"array.prototype.flatmap": "^1.3.2",
|
|
80
|
+
"ast-types-flow": "^0.0.8",
|
|
81
|
+
"axe-core": "=4.7.0",
|
|
82
|
+
"axobject-query": "^3.2.1",
|
|
82
83
|
"damerau-levenshtein": "^1.0.8",
|
|
83
84
|
"emoji-regex": "^9.2.2",
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
85
|
+
"es-iterator-helpers": "^1.0.15",
|
|
86
|
+
"hasown": "^2.0.0",
|
|
87
|
+
"jsx-ast-utils": "^3.3.5",
|
|
88
|
+
"language-tags": "^1.0.9",
|
|
87
89
|
"minimatch": "^3.1.2",
|
|
88
|
-
"object.entries": "^1.1.
|
|
89
|
-
"object.fromentries": "^2.0.
|
|
90
|
-
"semver": "^6.3.0"
|
|
90
|
+
"object.entries": "^1.1.7",
|
|
91
|
+
"object.fromentries": "^2.0.7"
|
|
91
92
|
},
|
|
92
93
|
"peerDependencies": {
|
|
93
94
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eslint-plugin-simple-import-sort",
|
|
3
|
+
"version": "8.0.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"author": "Simon Lydell",
|
|
6
|
+
"repository": "lydell/eslint-plugin-simple-import-sort",
|
|
7
|
+
"description": "Easy autofixable import sorting",
|
|
8
|
+
"type": "commonjs",
|
|
9
|
+
"keywords": [
|
|
10
|
+
"eslint",
|
|
11
|
+
"eslint-plugin",
|
|
12
|
+
"eslintplugin",
|
|
13
|
+
"import",
|
|
14
|
+
"imports",
|
|
15
|
+
"order",
|
|
16
|
+
"sort",
|
|
17
|
+
"sorter",
|
|
18
|
+
"sorting"
|
|
19
|
+
],
|
|
20
|
+
"peerDependencies": {
|
|
21
|
+
"eslint": ">=5.0.0"
|
|
22
|
+
}
|
|
23
|
+
}
|