xinference 0.6.4__py3-none-any.whl → 0.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xinference might be problematic. Click here for more details.
- xinference/_version.py +3 -3
- xinference/api/restful_api.py +49 -62
- xinference/client/restful/restful_client.py +10 -1
- xinference/conftest.py +2 -2
- xinference/constants.py +10 -0
- xinference/core/model.py +33 -10
- xinference/core/resource.py +12 -11
- xinference/core/supervisor.py +22 -2
- xinference/core/worker.py +44 -16
- xinference/deploy/cmdline.py +19 -9
- xinference/deploy/local.py +9 -1
- xinference/deploy/supervisor.py +16 -3
- xinference/deploy/utils.py +1 -0
- xinference/deploy/worker.py +1 -1
- xinference/model/embedding/__init__.py +10 -0
- xinference/model/embedding/core.py +3 -0
- xinference/model/embedding/custom.py +5 -4
- xinference/model/embedding/model_spec.json +16 -0
- xinference/model/embedding/model_spec_modelscope.json +16 -0
- xinference/model/llm/__init__.py +22 -2
- xinference/model/llm/core.py +2 -2
- xinference/model/llm/ggml/chatglm.py +79 -15
- xinference/model/llm/ggml/llamacpp.py +2 -2
- xinference/model/llm/llm_family.json +99 -4
- xinference/model/llm/llm_family.py +54 -8
- xinference/model/llm/llm_family_modelscope.json +81 -2
- xinference/model/llm/pytorch/chatglm.py +95 -2
- xinference/model/llm/utils.py +12 -8
- xinference/model/llm/vllm/core.py +26 -5
- xinference/model/utils.py +25 -0
- xinference/types.py +64 -5
- xinference/utils.py +20 -0
- xinference/web/ui/build/asset-manifest.json +3 -3
- xinference/web/ui/build/index.html +1 -1
- xinference/web/ui/build/static/js/main.8126d441.js +3 -0
- xinference/web/ui/build/static/js/main.8126d441.js.map +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/06eb9846159adb398d44df0b0debc256a9fd9e8171a7d68f5c4ee4d655acfa45.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/0cccfbe5d963b8e31eb679f9d9677392839cedd04aa2956ac6b33cf19599d597.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/2f651cf60b1bde50c0601c7110f77dd44819fb6e2501ff748a631724d91445d4.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/3bda436576ecb05f81f7b6ec475d1cfaf03e2b3066e3a75902fe6e8c4773b43b.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/47887a9524ffeecdc2a7839dace146b24f97a5564fc3d431d6179ad2b153cf1f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/48878f5178bad1a47757e011af41c974a7946efa29485506c4d19f25bf5d522d.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/59574eb63cfe9ed2e58d2f5a420e1ae54354e243a602e9bc73deae3147ed4f98.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/6a60ae66b29c2f3634fd081d369b9e63b4522fe18eb9e43e9979d1ff264b68ad.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/75a5abcbc92da335fdde530f5689194ec79a4b2345b8cba594f8904d3b88e3c6.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/84bfe7afede38da1f8ad569d891276fe4d66cfb87bf5c9ff7a113788ba62bb88.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/940ed05006583b955894e2b8f65a4a5ebf34f8149d747f59fae5131f17d65482.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/9c5f03db9aa88582a9b69b25c7f1acc78ba7fc61f743c9ed7399abb292d5dbde.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/a158a9ffa0c9b169aee53dd4a0c44501a596755b4e4f6ede7746d65a72e2a71f.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/a5e2e9f707eb7039bea096ca117d996b8f9cbc2a5613fd8e0c5b0094444ce23c.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/c02e70e9b9efcf3bd056606308104308d6a6ac559f2bc0b4454c11fb5874457c.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/e26750d9556e9741912333349e4da454c53dbfddbfc6002ab49518dcf02af745.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/e610aefd7000a3f8542a25cb66c64671cc8da18350de4e5b577102ba4bb78d65.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/ef42ec014d7bc373b874b2a1ff0dcd785490f125e913698bc049b0bd778e4d66.json +1 -0
- xinference/web/ui/node_modules/.cache/babel-loader/fe3eb4d76c79ca98833f686d642224eeeb94cc83ad14300d281623796d087f0a.json +1 -0
- xinference/web/ui/node_modules/.package-lock.json +1077 -405
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/globals.json +163 -3
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/globals/package.json +1 -1
- xinference/web/ui/node_modules/@eslint/eslintrc/node_modules/ignore/package.json +64 -0
- xinference/web/ui/node_modules/@eslint/eslintrc/package.json +18 -37
- xinference/web/ui/node_modules/@eslint/js/package.json +1 -1
- xinference/web/ui/node_modules/@eslint-community/regexpp/package.json +9 -4
- xinference/web/ui/node_modules/@humanwhocodes/config-array/package.json +14 -14
- xinference/web/ui/node_modules/@rushstack/eslint-patch/package.json +6 -4
- xinference/web/ui/node_modules/@types/semver/package.json +15 -15
- xinference/web/ui/node_modules/@ungap/structured-clone/cjs/package.json +1 -0
- xinference/web/ui/node_modules/@ungap/structured-clone/package.json +53 -0
- xinference/web/ui/node_modules/ansi-colors/package.json +129 -0
- xinference/web/ui/node_modules/array-includes/package.json +8 -8
- xinference/web/ui/node_modules/array.prototype.findlastindex/package.json +120 -0
- xinference/web/ui/node_modules/array.prototype.flat/package.json +8 -8
- xinference/web/ui/node_modules/array.prototype.flatmap/package.json +8 -8
- xinference/web/ui/node_modules/arraybuffer.prototype.slice/package.json +103 -0
- xinference/web/ui/node_modules/ast-types-flow/package.json +2 -2
- xinference/web/ui/node_modules/astral-regex/package.json +33 -0
- xinference/web/ui/node_modules/asynciterator.prototype/package.json +72 -0
- xinference/web/ui/node_modules/axe-core/locales/_template.json +0 -12
- xinference/web/ui/node_modules/axe-core/package.json +1 -2
- xinference/web/ui/node_modules/axe-core/sri-history.json +0 -8
- xinference/web/ui/node_modules/call-bind/package.json +33 -23
- xinference/web/ui/node_modules/define-data-property/package.json +113 -0
- xinference/web/ui/node_modules/define-data-property/tsconfig.json +59 -0
- xinference/web/ui/node_modules/define-properties/package.json +5 -4
- xinference/web/ui/node_modules/enquirer/package.json +112 -0
- xinference/web/ui/node_modules/es-abstract/helpers/caseFolding.json +1430 -0
- xinference/web/ui/node_modules/es-abstract/package.json +29 -23
- xinference/web/ui/node_modules/es-iterator-helpers/index.json +17 -0
- xinference/web/ui/node_modules/es-iterator-helpers/package.json +185 -0
- xinference/web/ui/node_modules/eslint/conf/{rule-type-list.json → category-list.json} +9 -6
- xinference/web/ui/node_modules/eslint/node_modules/@babel/code-frame/package.json +25 -0
- xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/lib/visitor-keys.json +289 -0
- xinference/web/ui/node_modules/eslint/node_modules/eslint-visitor-keys/package.json +39 -0
- xinference/web/ui/node_modules/eslint/node_modules/glob-parent/package.json +48 -0
- xinference/web/ui/node_modules/eslint/node_modules/ignore/package.json +64 -0
- xinference/web/ui/node_modules/eslint/package.json +53 -82
- xinference/web/ui/node_modules/eslint-config-prettier/package.json +13 -0
- xinference/web/ui/node_modules/eslint-import-resolver-node/package.json +3 -3
- xinference/web/ui/node_modules/eslint-plugin-import/package.json +22 -17
- xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/package.json +25 -24
- xinference/web/ui/node_modules/eslint-plugin-simple-import-sort/package.json +23 -0
- xinference/web/ui/node_modules/eslint-plugin-testing-library/package.json +1 -1
- xinference/web/ui/node_modules/eslint-scope/package.json +19 -34
- xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
- xinference/web/ui/node_modules/eslint-utils/node_modules/eslint-visitor-keys/package.json +40 -0
- xinference/web/ui/node_modules/eslint-utils/package.json +65 -0
- xinference/web/ui/node_modules/eslint-visitor-keys/package.json +15 -15
- xinference/web/ui/node_modules/espree/node_modules/acorn/package.json +35 -0
- xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/lib/visitor-keys.json +284 -0
- xinference/web/ui/node_modules/espree/node_modules/eslint-visitor-keys/package.json +40 -0
- xinference/web/ui/node_modules/espree/package.json +27 -51
- xinference/web/ui/node_modules/function-bind/package.json +38 -14
- xinference/web/ui/node_modules/function.prototype.name/package.json +32 -13
- xinference/web/ui/node_modules/functional-red-black-tree/package.json +40 -0
- xinference/web/ui/node_modules/get-intrinsic/package.json +11 -11
- xinference/web/ui/node_modules/hasown/package.json +91 -0
- xinference/web/ui/node_modules/hasown/tsconfig.json +49 -0
- xinference/web/ui/node_modules/is-async-function/package.json +86 -0
- xinference/web/ui/node_modules/is-core-module/core.json +3 -3
- xinference/web/ui/node_modules/is-core-module/package.json +7 -7
- xinference/web/ui/node_modules/is-finalizationregistry/package.json +67 -0
- xinference/web/ui/node_modules/is-generator-function/package.json +87 -0
- xinference/web/ui/node_modules/is-typed-array/package.json +8 -10
- xinference/web/ui/node_modules/iterator.prototype/package.json +73 -0
- xinference/web/ui/node_modules/jsx-ast-utils/package.json +5 -5
- xinference/web/ui/node_modules/language-tags/package.json +48 -8
- xinference/web/ui/node_modules/lodash.truncate/package.json +17 -0
- xinference/web/ui/node_modules/object-inspect/package.json +8 -6
- xinference/web/ui/node_modules/object.entries/package.json +7 -7
- xinference/web/ui/node_modules/object.fromentries/package.json +7 -7
- xinference/web/ui/node_modules/object.groupby/package.json +83 -0
- xinference/web/ui/node_modules/object.values/package.json +7 -7
- xinference/web/ui/node_modules/prettier/package.json +21 -0
- xinference/web/ui/node_modules/progress/package.json +26 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@eslint/eslintrc/package.json +82 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/config-array/package.json +61 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/@humanwhocodes/object-schema/package.json +33 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/ansi-styles/package.json +56 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/chalk/package.json +68 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/color-convert/package.json +48 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/color-name/package.json +28 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/escape-string-regexp/package.json +38 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/replacements.json +22 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/conf/rule-type-list.json +28 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint/package.json +179 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/eslint-scope/package.json +63 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/espree/package.json +88 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/globals/globals.json +1974 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/globals/package.json +55 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/has-flag/package.json +46 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/supports-color/package.json +53 -0
- xinference/web/ui/node_modules/react-scripts/node_modules/type-fest/package.json +58 -0
- xinference/web/ui/node_modules/reflect.getprototypeof/package.json +99 -0
- xinference/web/ui/node_modules/regexp.prototype.flags/package.json +8 -7
- xinference/web/ui/node_modules/regexpp/package.json +91 -0
- xinference/web/ui/node_modules/resolve/lib/core.json +4 -1
- xinference/web/ui/node_modules/resolve/package.json +9 -8
- xinference/web/ui/node_modules/resolve/test/resolver/multirepo/package.json +1 -1
- xinference/web/ui/node_modules/safe-array-concat/package.json +5 -5
- xinference/web/ui/node_modules/set-function-length/package.json +84 -0
- xinference/web/ui/node_modules/set-function-name/package.json +80 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/ansi-styles/package.json +56 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/color-convert/package.json +48 -0
- xinference/web/ui/node_modules/slice-ansi/node_modules/color-name/package.json +28 -0
- xinference/web/ui/node_modules/slice-ansi/package.json +52 -0
- xinference/web/ui/node_modules/string.prototype.trim/package.json +7 -7
- xinference/web/ui/node_modules/string.prototype.trimend/package.json +7 -7
- xinference/web/ui/node_modules/string.prototype.trimstart/package.json +7 -7
- xinference/web/ui/node_modules/table/dist/src/schemas/config.json +95 -0
- xinference/web/ui/node_modules/table/dist/src/schemas/shared.json +139 -0
- xinference/web/ui/node_modules/table/dist/src/schemas/streamConfig.json +25 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/data.json +13 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +53 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +57 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +39 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +48 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +51 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +55 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-06.json +137 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-draft-07.json +151 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/dist/refs/json-schema-secure.json +88 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/data.json +13 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +53 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +57 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +39 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +48 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +17 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +51 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +14 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +37 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +15 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +90 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +55 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-06.json +137 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-draft-07.json +151 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/lib/refs/json-schema-secure.json +88 -0
- xinference/web/ui/node_modules/table/node_modules/ajv/package.json +126 -0
- xinference/web/ui/node_modules/table/node_modules/json-schema-traverse/package.json +43 -0
- xinference/web/ui/node_modules/table/package.json +77 -0
- xinference/web/ui/node_modules/typed-array-buffer/package.json +73 -0
- xinference/web/ui/node_modules/typed-array-byte-length/package.json +98 -0
- xinference/web/ui/node_modules/v8-compile-cache/package.json +34 -0
- xinference/web/ui/node_modules/which-builtin-type/package.json +93 -0
- xinference/web/ui/node_modules/which-typed-array/package.json +4 -5
- xinference/web/ui/package-lock.json +1085 -406
- xinference/web/ui/package.json +10 -2
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/METADATA +53 -36
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/RECORD +232 -124
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/WHEEL +1 -1
- xinference/web/ui/build/static/js/main.8ae3b6d9.js +0 -3
- xinference/web/ui/build/static/js/main.8ae3b6d9.js.map +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/06363becf51869c421a8b3e34b4e3f50aa0aac3d590446044f9412e379f4ebbe.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2849edddeb99a8ecdda577e810eead74b8f8a291cdfbd987839d604666ed79d0.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/2c774712d327cdf0b192aaa22785ec380e9427c587350c33289828d99e9c4abc.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/34c578e50d3040519ca8dc28bf0f7fec8674c2d6c0fcc3e98401c0a3f9f013cf.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/5933910e7c33febbabc0297ef7ba80f5e53ed96aa125b6a44ff2910aec29ced1.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/5e18a8354ea03d22a967fd8cb2171aa798edcb3da5d66ab1fd3b9663affd0abe.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/717cd7c186ace4812d1e602bdd299d8dc507f072670cc43974d53aac2574df5d.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/82dd896a6674286c48c1ab9f9147dd6e542dccd99848d5b3133a38efba8bd7ee.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/a178cfde289ffd15fd54b1c80fd9d231ae0f9644db33acb02084e69b32bfee37.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/adaec65f73accce3171b51b0fbcbfd8d0cd83f81a2e1b28eb34148644875499a.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/ae8f44c77c2e6f79680fe32fb00174183cd867093ebbda967b8985c33cc10fa2.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/b10bd04b4d6e28bfcaaaab37b0a4c1986e87a5b7e62e5ce4d56019880ef26990.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/cfc5da1cedee985a556e04865affccb72d0f624cbfb73da348bbe8693e8a4983.json +0 -1
- xinference/web/ui/node_modules/.cache/babel-loader/eebd0123c4b4396737e56b9181406a9fd76b107dd32971d23b0de99f51dd38d6.json +0 -1
- xinference/web/ui/node_modules/@nicolo-ribaudo/eslint-scope-5-internals/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/@typescript-eslint/utils/node_modules/estraverse/package.json +0 -40
- xinference/web/ui/node_modules/eslint/node_modules/argparse/package.json +0 -31
- xinference/web/ui/node_modules/eslint/node_modules/js-yaml/package.json +0 -66
- xinference/web/ui/node_modules/eslint-plugin-jsx-a11y/node_modules/semver/package.json +0 -38
- xinference/web/ui/node_modules/function-bind/.jscs.json +0 -176
- xinference/web/ui/node_modules/resolve/test/resolver/malformed_package_json/package.json +0 -1
- xinference/web/ui/node_modules/webpack/node_modules/eslint-scope/package.json +0 -48
- xinference/web/ui/node_modules/webpack/node_modules/estraverse/package.json +0 -40
- /xinference/web/ui/build/static/js/{main.8ae3b6d9.js.LICENSE.txt → main.8126d441.js.LICENSE.txt} +0 -0
- /xinference/web/ui/node_modules/{@nicolo-ribaudo/eslint-scope-5-internals → eslint-scope}/node_modules/estraverse/package.json +0 -0
- /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/argparse/package.json +0 -0
- /xinference/web/ui/node_modules/{eslint → react-scripts/node_modules/eslint}/lib/cli-engine/formatters/formatters-meta.json +0 -0
- /xinference/web/ui/node_modules/{eslint-config-react-app → react-scripts/node_modules/eslint-config-react-app}/package.json +0 -0
- /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/dist/configs/recommended.json +0 -0
- /xinference/web/ui/node_modules/{eslint-plugin-flowtype → react-scripts/node_modules/eslint-plugin-flowtype}/package.json +0 -0
- /xinference/web/ui/node_modules/{@eslint/eslintrc → react-scripts}/node_modules/js-yaml/package.json +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/LICENSE +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/entry_points.txt +0 -0
- {xinference-0.6.4.dist-info → xinference-0.7.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "chalk",
|
|
3
|
+
"version": "4.1.2",
|
|
4
|
+
"description": "Terminal string styling done right",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "chalk/chalk",
|
|
7
|
+
"funding": "https://github.com/chalk/chalk?sponsor=1",
|
|
8
|
+
"main": "source",
|
|
9
|
+
"engines": {
|
|
10
|
+
"node": ">=10"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"test": "xo && nyc ava && tsd",
|
|
14
|
+
"bench": "matcha benchmark.js"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"source",
|
|
18
|
+
"index.d.ts"
|
|
19
|
+
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"color",
|
|
22
|
+
"colour",
|
|
23
|
+
"colors",
|
|
24
|
+
"terminal",
|
|
25
|
+
"console",
|
|
26
|
+
"cli",
|
|
27
|
+
"string",
|
|
28
|
+
"str",
|
|
29
|
+
"ansi",
|
|
30
|
+
"style",
|
|
31
|
+
"styles",
|
|
32
|
+
"tty",
|
|
33
|
+
"formatting",
|
|
34
|
+
"rgb",
|
|
35
|
+
"256",
|
|
36
|
+
"shell",
|
|
37
|
+
"xterm",
|
|
38
|
+
"log",
|
|
39
|
+
"logging",
|
|
40
|
+
"command-line",
|
|
41
|
+
"text"
|
|
42
|
+
],
|
|
43
|
+
"dependencies": {
|
|
44
|
+
"ansi-styles": "^4.1.0",
|
|
45
|
+
"supports-color": "^7.1.0"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"ava": "^2.4.0",
|
|
49
|
+
"coveralls": "^3.0.7",
|
|
50
|
+
"execa": "^4.0.0",
|
|
51
|
+
"import-fresh": "^3.1.0",
|
|
52
|
+
"matcha": "^0.7.0",
|
|
53
|
+
"nyc": "^15.0.0",
|
|
54
|
+
"resolve-from": "^5.0.0",
|
|
55
|
+
"tsd": "^0.7.4",
|
|
56
|
+
"xo": "^0.28.2"
|
|
57
|
+
},
|
|
58
|
+
"xo": {
|
|
59
|
+
"rules": {
|
|
60
|
+
"unicorn/prefer-string-slice": "off",
|
|
61
|
+
"unicorn/prefer-includes": "off",
|
|
62
|
+
"@typescript-eslint/member-ordering": "off",
|
|
63
|
+
"no-redeclare": "off",
|
|
64
|
+
"unicorn/string-content": "off",
|
|
65
|
+
"unicorn/better-regex": "off"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "color-convert",
|
|
3
|
+
"description": "Plain color conversion functions",
|
|
4
|
+
"version": "2.0.1",
|
|
5
|
+
"author": "Heather Arthur <fayearthur@gmail.com>",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": "Qix-/color-convert",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"pretest": "xo",
|
|
10
|
+
"test": "node test/basic.js"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=7.0.0"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"color",
|
|
17
|
+
"colour",
|
|
18
|
+
"convert",
|
|
19
|
+
"converter",
|
|
20
|
+
"conversion",
|
|
21
|
+
"rgb",
|
|
22
|
+
"hsl",
|
|
23
|
+
"hsv",
|
|
24
|
+
"hwb",
|
|
25
|
+
"cmyk",
|
|
26
|
+
"ansi",
|
|
27
|
+
"ansi16"
|
|
28
|
+
],
|
|
29
|
+
"files": [
|
|
30
|
+
"index.js",
|
|
31
|
+
"conversions.js",
|
|
32
|
+
"route.js"
|
|
33
|
+
],
|
|
34
|
+
"xo": {
|
|
35
|
+
"rules": {
|
|
36
|
+
"default-case": 0,
|
|
37
|
+
"no-inline-comments": 0,
|
|
38
|
+
"operator-linebreak": 0
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"chalk": "^2.4.2",
|
|
43
|
+
"xo": "^0.24.0"
|
|
44
|
+
},
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"color-name": "~1.1.4"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "color-name",
|
|
3
|
+
"version": "1.1.4",
|
|
4
|
+
"description": "A list of color names and its values",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": [
|
|
7
|
+
"index.js"
|
|
8
|
+
],
|
|
9
|
+
"scripts": {
|
|
10
|
+
"test": "node test.js"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git@github.com:colorjs/color-name.git"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"color-name",
|
|
18
|
+
"color",
|
|
19
|
+
"color-keyword",
|
|
20
|
+
"keyword"
|
|
21
|
+
],
|
|
22
|
+
"author": "DY <dfcreative@gmail.com>",
|
|
23
|
+
"license": "MIT",
|
|
24
|
+
"bugs": {
|
|
25
|
+
"url": "https://github.com/colorjs/color-name/issues"
|
|
26
|
+
},
|
|
27
|
+
"homepage": "https://github.com/colorjs/color-name"
|
|
28
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "escape-string-regexp",
|
|
3
|
+
"version": "4.0.0",
|
|
4
|
+
"description": "Escape RegExp special characters",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": "sindresorhus/escape-string-regexp",
|
|
7
|
+
"funding": "https://github.com/sponsors/sindresorhus",
|
|
8
|
+
"author": {
|
|
9
|
+
"name": "Sindre Sorhus",
|
|
10
|
+
"email": "sindresorhus@gmail.com",
|
|
11
|
+
"url": "https://sindresorhus.com"
|
|
12
|
+
},
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=10"
|
|
15
|
+
},
|
|
16
|
+
"scripts": {
|
|
17
|
+
"test": "xo && ava && tsd"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"index.js",
|
|
21
|
+
"index.d.ts"
|
|
22
|
+
],
|
|
23
|
+
"keywords": [
|
|
24
|
+
"escape",
|
|
25
|
+
"regex",
|
|
26
|
+
"regexp",
|
|
27
|
+
"regular",
|
|
28
|
+
"expression",
|
|
29
|
+
"string",
|
|
30
|
+
"special",
|
|
31
|
+
"characters"
|
|
32
|
+
],
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"ava": "^1.4.1",
|
|
35
|
+
"tsd": "^0.11.0",
|
|
36
|
+
"xo": "^0.28.3"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"rules": {
|
|
3
|
+
"generator-star": ["generator-star-spacing"],
|
|
4
|
+
"global-strict": ["strict"],
|
|
5
|
+
"no-arrow-condition": ["no-confusing-arrow", "no-constant-condition"],
|
|
6
|
+
"no-comma-dangle": ["comma-dangle"],
|
|
7
|
+
"no-empty-class": ["no-empty-character-class"],
|
|
8
|
+
"no-empty-label": ["no-labels"],
|
|
9
|
+
"no-extra-strict": ["strict"],
|
|
10
|
+
"no-reserved-keys": ["quote-props"],
|
|
11
|
+
"no-space-before-semi": ["semi-spacing"],
|
|
12
|
+
"no-wrap-func": ["no-extra-parens"],
|
|
13
|
+
"space-after-function-name": ["space-before-function-paren"],
|
|
14
|
+
"space-after-keywords": ["keyword-spacing"],
|
|
15
|
+
"space-before-function-parentheses": ["space-before-function-paren"],
|
|
16
|
+
"space-before-keywords": ["keyword-spacing"],
|
|
17
|
+
"space-in-brackets": ["object-curly-spacing", "array-bracket-spacing", "computed-property-spacing"],
|
|
18
|
+
"space-return-throw-case": ["keyword-spacing"],
|
|
19
|
+
"space-unary-word-ops": ["space-unary-ops"],
|
|
20
|
+
"spaced-line-comment": ["spaced-comment"]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"types": {
|
|
3
|
+
"problem": [],
|
|
4
|
+
"suggestion": [],
|
|
5
|
+
"layout": []
|
|
6
|
+
},
|
|
7
|
+
"deprecated": [],
|
|
8
|
+
"removed": [
|
|
9
|
+
{ "removed": "generator-star", "replacedBy": ["generator-star-spacing"] },
|
|
10
|
+
{ "removed": "global-strict", "replacedBy": ["strict"] },
|
|
11
|
+
{ "removed": "no-arrow-condition", "replacedBy": ["no-confusing-arrow", "no-constant-condition"] },
|
|
12
|
+
{ "removed": "no-comma-dangle", "replacedBy": ["comma-dangle"] },
|
|
13
|
+
{ "removed": "no-empty-class", "replacedBy": ["no-empty-character-class"] },
|
|
14
|
+
{ "removed": "no-empty-label", "replacedBy": ["no-labels"] },
|
|
15
|
+
{ "removed": "no-extra-strict", "replacedBy": ["strict"] },
|
|
16
|
+
{ "removed": "no-reserved-keys", "replacedBy": ["quote-props"] },
|
|
17
|
+
{ "removed": "no-space-before-semi", "replacedBy": ["semi-spacing"] },
|
|
18
|
+
{ "removed": "no-wrap-func", "replacedBy": ["no-extra-parens"] },
|
|
19
|
+
{ "removed": "space-after-function-name", "replacedBy": ["space-before-function-paren"] },
|
|
20
|
+
{ "removed": "space-after-keywords", "replacedBy": ["keyword-spacing"] },
|
|
21
|
+
{ "removed": "space-before-function-parentheses", "replacedBy": ["space-before-function-paren"] },
|
|
22
|
+
{ "removed": "space-before-keywords", "replacedBy": ["keyword-spacing"] },
|
|
23
|
+
{ "removed": "space-in-brackets", "replacedBy": ["object-curly-spacing", "array-bracket-spacing"] },
|
|
24
|
+
{ "removed": "space-return-throw-case", "replacedBy": ["keyword-spacing"] },
|
|
25
|
+
{ "removed": "space-unary-word-ops", "replacedBy": ["space-unary-ops"] },
|
|
26
|
+
{ "removed": "spaced-line-comment", "replacedBy": ["spaced-comment"] }
|
|
27
|
+
]
|
|
28
|
+
}
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eslint",
|
|
3
|
+
"version": "8.55.0",
|
|
4
|
+
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
|
5
|
+
"description": "An AST-based pattern checker for JavaScript.",
|
|
6
|
+
"bin": {
|
|
7
|
+
"eslint": "./bin/eslint.js"
|
|
8
|
+
},
|
|
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
|
+
"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:docs:rule-examples": "node Makefile.js checkRuleExamples",
|
|
23
|
+
"lint:fix": "node Makefile.js lint -- fix",
|
|
24
|
+
"lint:fix:docs:js": "node Makefile.js lintDocsJS -- fix",
|
|
25
|
+
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
|
|
26
|
+
"release:generate:beta": "node Makefile.js generatePrerelease -- beta",
|
|
27
|
+
"release:generate:latest": "node Makefile.js generateRelease",
|
|
28
|
+
"release:generate:rc": "node Makefile.js generatePrerelease -- rc",
|
|
29
|
+
"release:publish": "node Makefile.js publishRelease",
|
|
30
|
+
"test": "node Makefile.js test",
|
|
31
|
+
"test:cli": "mocha",
|
|
32
|
+
"test:fuzz": "node Makefile.js fuzz",
|
|
33
|
+
"test:performance": "node Makefile.js perf"
|
|
34
|
+
},
|
|
35
|
+
"gitHooks": {
|
|
36
|
+
"pre-commit": "lint-staged"
|
|
37
|
+
},
|
|
38
|
+
"lint-staged": {
|
|
39
|
+
"*.js": "eslint --fix",
|
|
40
|
+
"*.md": "markdownlint --fix",
|
|
41
|
+
"lib/rules/*.js": [
|
|
42
|
+
"node tools/update-eslint-all.js",
|
|
43
|
+
"git add packages/js/src/configs/eslint-all.js"
|
|
44
|
+
],
|
|
45
|
+
"docs/src/rules/*.md": [
|
|
46
|
+
"node tools/check-rule-examples.js",
|
|
47
|
+
"node tools/fetch-docs-links.js",
|
|
48
|
+
"git add docs/src/_data/further_reading_links.json"
|
|
49
|
+
],
|
|
50
|
+
"docs/**/*.svg": "npx svgo -r --multipass"
|
|
51
|
+
},
|
|
52
|
+
"files": [
|
|
53
|
+
"LICENSE",
|
|
54
|
+
"README.md",
|
|
55
|
+
"bin",
|
|
56
|
+
"conf",
|
|
57
|
+
"lib",
|
|
58
|
+
"messages"
|
|
59
|
+
],
|
|
60
|
+
"repository": "eslint/eslint",
|
|
61
|
+
"funding": "https://opencollective.com/eslint",
|
|
62
|
+
"homepage": "https://eslint.org",
|
|
63
|
+
"bugs": "https://github.com/eslint/eslint/issues/",
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"@eslint-community/eslint-utils": "^4.2.0",
|
|
66
|
+
"@eslint-community/regexpp": "^4.6.1",
|
|
67
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
68
|
+
"@eslint/js": "8.55.0",
|
|
69
|
+
"@humanwhocodes/config-array": "^0.11.13",
|
|
70
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
71
|
+
"@nodelib/fs.walk": "^1.2.8",
|
|
72
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
73
|
+
"ajv": "^6.12.4",
|
|
74
|
+
"chalk": "^4.0.0",
|
|
75
|
+
"cross-spawn": "^7.0.2",
|
|
76
|
+
"debug": "^4.3.2",
|
|
77
|
+
"doctrine": "^3.0.0",
|
|
78
|
+
"escape-string-regexp": "^4.0.0",
|
|
79
|
+
"eslint-scope": "^7.2.2",
|
|
80
|
+
"eslint-visitor-keys": "^3.4.3",
|
|
81
|
+
"espree": "^9.6.1",
|
|
82
|
+
"esquery": "^1.4.2",
|
|
83
|
+
"esutils": "^2.0.2",
|
|
84
|
+
"fast-deep-equal": "^3.1.3",
|
|
85
|
+
"file-entry-cache": "^6.0.1",
|
|
86
|
+
"find-up": "^5.0.0",
|
|
87
|
+
"glob-parent": "^6.0.2",
|
|
88
|
+
"globals": "^13.19.0",
|
|
89
|
+
"graphemer": "^1.4.0",
|
|
90
|
+
"ignore": "^5.2.0",
|
|
91
|
+
"imurmurhash": "^0.1.4",
|
|
92
|
+
"is-glob": "^4.0.0",
|
|
93
|
+
"is-path-inside": "^3.0.3",
|
|
94
|
+
"js-yaml": "^4.1.0",
|
|
95
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
96
|
+
"levn": "^0.4.1",
|
|
97
|
+
"lodash.merge": "^4.6.2",
|
|
98
|
+
"minimatch": "^3.1.2",
|
|
99
|
+
"natural-compare": "^1.4.0",
|
|
100
|
+
"optionator": "^0.9.3",
|
|
101
|
+
"strip-ansi": "^6.0.1",
|
|
102
|
+
"text-table": "^0.2.0"
|
|
103
|
+
},
|
|
104
|
+
"devDependencies": {
|
|
105
|
+
"@babel/core": "^7.4.3",
|
|
106
|
+
"@babel/preset-env": "^7.4.3",
|
|
107
|
+
"@wdio/browser-runner": "^8.14.6",
|
|
108
|
+
"@wdio/cli": "^8.14.6",
|
|
109
|
+
"@wdio/concise-reporter": "^8.14.0",
|
|
110
|
+
"@wdio/globals": "^8.14.6",
|
|
111
|
+
"@wdio/mocha-framework": "^8.14.0",
|
|
112
|
+
"babel-loader": "^8.0.5",
|
|
113
|
+
"c8": "^7.12.0",
|
|
114
|
+
"chai": "^4.0.1",
|
|
115
|
+
"cheerio": "^0.22.0",
|
|
116
|
+
"common-tags": "^1.8.0",
|
|
117
|
+
"core-js": "^3.1.3",
|
|
118
|
+
"ejs": "^3.0.2",
|
|
119
|
+
"eslint": "file:.",
|
|
120
|
+
"eslint-config-eslint": "file:packages/eslint-config-eslint",
|
|
121
|
+
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
122
|
+
"eslint-plugin-eslint-plugin": "^5.1.0",
|
|
123
|
+
"eslint-plugin-internal-rules": "file:tools/internal-rules",
|
|
124
|
+
"eslint-plugin-jsdoc": "^46.2.5",
|
|
125
|
+
"eslint-plugin-n": "^16.0.0",
|
|
126
|
+
"eslint-plugin-unicorn": "^42.0.0",
|
|
127
|
+
"eslint-release": "^3.2.0",
|
|
128
|
+
"eslump": "^3.0.0",
|
|
129
|
+
"esprima": "^4.0.1",
|
|
130
|
+
"fast-glob": "^3.2.11",
|
|
131
|
+
"fs-teardown": "^0.1.3",
|
|
132
|
+
"glob": "^7.1.6",
|
|
133
|
+
"got": "^11.8.3",
|
|
134
|
+
"gray-matter": "^4.0.3",
|
|
135
|
+
"lint-staged": "^11.0.0",
|
|
136
|
+
"load-perf": "^0.2.0",
|
|
137
|
+
"markdown-it": "^12.2.0",
|
|
138
|
+
"markdown-it-container": "^3.0.0",
|
|
139
|
+
"markdownlint": "^0.31.1",
|
|
140
|
+
"markdownlint-cli": "^0.37.0",
|
|
141
|
+
"marked": "^4.0.8",
|
|
142
|
+
"memfs": "^3.0.1",
|
|
143
|
+
"metascraper": "^5.25.7",
|
|
144
|
+
"metascraper-description": "^5.25.7",
|
|
145
|
+
"metascraper-image": "^5.29.3",
|
|
146
|
+
"metascraper-logo": "^5.25.7",
|
|
147
|
+
"metascraper-logo-favicon": "^5.25.7",
|
|
148
|
+
"metascraper-title": "^5.25.7",
|
|
149
|
+
"mocha": "^8.3.2",
|
|
150
|
+
"mocha-junit-reporter": "^2.0.0",
|
|
151
|
+
"node-polyfill-webpack-plugin": "^1.0.3",
|
|
152
|
+
"npm-license": "^0.3.3",
|
|
153
|
+
"pirates": "^4.0.5",
|
|
154
|
+
"progress": "^2.0.3",
|
|
155
|
+
"proxyquire": "^2.0.1",
|
|
156
|
+
"recast": "^0.23.0",
|
|
157
|
+
"regenerator-runtime": "^0.14.0",
|
|
158
|
+
"rollup-plugin-node-polyfills": "^0.2.1",
|
|
159
|
+
"semver": "^7.5.3",
|
|
160
|
+
"shelljs": "^0.8.2",
|
|
161
|
+
"sinon": "^11.0.0",
|
|
162
|
+
"vite-plugin-commonjs": "^0.10.0",
|
|
163
|
+
"webdriverio": "^8.14.6",
|
|
164
|
+
"webpack": "^5.23.0",
|
|
165
|
+
"webpack-cli": "^4.5.0",
|
|
166
|
+
"yorkie": "^2.0.0"
|
|
167
|
+
},
|
|
168
|
+
"keywords": [
|
|
169
|
+
"ast",
|
|
170
|
+
"lint",
|
|
171
|
+
"javascript",
|
|
172
|
+
"ecmascript",
|
|
173
|
+
"espree"
|
|
174
|
+
],
|
|
175
|
+
"license": "MIT",
|
|
176
|
+
"engines": {
|
|
177
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "eslint-scope",
|
|
3
|
+
"description": "ECMAScript scope analyzer for ESLint",
|
|
4
|
+
"homepage": "http://github.com/eslint/eslint-scope",
|
|
5
|
+
"main": "./dist/eslint-scope.cjs",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./lib/index.js",
|
|
10
|
+
"require": "./dist/eslint-scope.cjs"
|
|
11
|
+
},
|
|
12
|
+
"./package.json": "./package.json"
|
|
13
|
+
},
|
|
14
|
+
"version": "7.2.2",
|
|
15
|
+
"engines": {
|
|
16
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
17
|
+
},
|
|
18
|
+
"repository": "eslint/eslint-scope",
|
|
19
|
+
"funding": "https://opencollective.com/eslint",
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/eslint/eslint-scope/issues"
|
|
22
|
+
},
|
|
23
|
+
"license": "BSD-2-Clause",
|
|
24
|
+
"scripts": {
|
|
25
|
+
"build": "rollup -c",
|
|
26
|
+
"lint": "npm run build && node Makefile.js lint",
|
|
27
|
+
"update-version": "node tools/update-version.js",
|
|
28
|
+
"test": "npm run build && node Makefile.js test",
|
|
29
|
+
"prepublishOnly": "npm run update-version && npm run build",
|
|
30
|
+
"generate-release": "eslint-generate-release",
|
|
31
|
+
"generate-alpharelease": "eslint-generate-prerelease alpha",
|
|
32
|
+
"generate-betarelease": "eslint-generate-prerelease beta",
|
|
33
|
+
"generate-rcrelease": "eslint-generate-prerelease rc",
|
|
34
|
+
"publish-release": "eslint-publish-release"
|
|
35
|
+
},
|
|
36
|
+
"files": [
|
|
37
|
+
"LICENSE",
|
|
38
|
+
"README.md",
|
|
39
|
+
"lib",
|
|
40
|
+
"dist/eslint-scope.cjs"
|
|
41
|
+
],
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"esrecurse": "^4.3.0",
|
|
44
|
+
"estraverse": "^5.2.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@typescript-eslint/parser": "^4.28.1",
|
|
48
|
+
"c8": "^7.7.3",
|
|
49
|
+
"chai": "^4.3.4",
|
|
50
|
+
"eslint": "^7.29.0",
|
|
51
|
+
"eslint-config-eslint": "^7.0.0",
|
|
52
|
+
"eslint-plugin-jsdoc": "^35.4.1",
|
|
53
|
+
"eslint-plugin-node": "^11.1.0",
|
|
54
|
+
"eslint-release": "^3.2.0",
|
|
55
|
+
"eslint-visitor-keys": "^3.3.0",
|
|
56
|
+
"espree": "^9.3.1",
|
|
57
|
+
"mocha": "^9.0.1",
|
|
58
|
+
"npm-license": "^0.3.3",
|
|
59
|
+
"rollup": "^2.52.7",
|
|
60
|
+
"shelljs": "^0.8.4",
|
|
61
|
+
"typescript": "^4.3.5"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "espree",
|
|
3
|
+
"description": "An Esprima-compatible JavaScript parser built on Acorn",
|
|
4
|
+
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
|
|
5
|
+
"homepage": "https://github.com/eslint/espree",
|
|
6
|
+
"main": "dist/espree.cjs",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": [
|
|
10
|
+
{
|
|
11
|
+
"import": "./espree.js",
|
|
12
|
+
"require": "./dist/espree.cjs",
|
|
13
|
+
"default": "./dist/espree.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./dist/espree.cjs"
|
|
16
|
+
],
|
|
17
|
+
"./package.json": "./package.json"
|
|
18
|
+
},
|
|
19
|
+
"version": "9.6.1",
|
|
20
|
+
"files": [
|
|
21
|
+
"lib",
|
|
22
|
+
"dist/espree.cjs",
|
|
23
|
+
"espree.js"
|
|
24
|
+
],
|
|
25
|
+
"engines": {
|
|
26
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
27
|
+
},
|
|
28
|
+
"repository": "eslint/espree",
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/eslint/espree/issues"
|
|
31
|
+
},
|
|
32
|
+
"funding": "https://opencollective.com/eslint",
|
|
33
|
+
"license": "BSD-2-Clause",
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"acorn": "^8.9.0",
|
|
36
|
+
"acorn-jsx": "^5.3.2",
|
|
37
|
+
"eslint-visitor-keys": "^3.4.1"
|
|
38
|
+
},
|
|
39
|
+
"devDependencies": {
|
|
40
|
+
"@rollup/plugin-commonjs": "^17.1.0",
|
|
41
|
+
"@rollup/plugin-json": "^4.1.0",
|
|
42
|
+
"@rollup/plugin-node-resolve": "^11.2.0",
|
|
43
|
+
"c8": "^7.11.0",
|
|
44
|
+
"chai": "^4.3.6",
|
|
45
|
+
"eslint": "^8.44.0",
|
|
46
|
+
"eslint-config-eslint": "^8.0.0",
|
|
47
|
+
"eslint-plugin-n": "^16.0.0",
|
|
48
|
+
"eslint-release": "^3.2.0",
|
|
49
|
+
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
|
|
50
|
+
"globals": "^13.20.0",
|
|
51
|
+
"lint-staged": "^13.2.0",
|
|
52
|
+
"mocha": "^9.2.2",
|
|
53
|
+
"npm-run-all": "^4.1.5",
|
|
54
|
+
"rollup": "^2.41.2",
|
|
55
|
+
"shelljs": "^0.3.0",
|
|
56
|
+
"yorkie": "^2.0.0"
|
|
57
|
+
},
|
|
58
|
+
"keywords": [
|
|
59
|
+
"ast",
|
|
60
|
+
"ecmascript",
|
|
61
|
+
"javascript",
|
|
62
|
+
"parser",
|
|
63
|
+
"syntax",
|
|
64
|
+
"acorn"
|
|
65
|
+
],
|
|
66
|
+
"gitHooks": {
|
|
67
|
+
"pre-commit": "lint-staged"
|
|
68
|
+
},
|
|
69
|
+
"scripts": {
|
|
70
|
+
"unit": "npm-run-all -s unit:*",
|
|
71
|
+
"unit:esm": "c8 mocha --color --reporter progress --timeout 30000 'tests/lib/**/*.js'",
|
|
72
|
+
"unit:cjs": "mocha --color --reporter progress --timeout 30000 tests/lib/commonjs.cjs",
|
|
73
|
+
"test": "npm-run-all -p unit lint",
|
|
74
|
+
"lint": "eslint . --report-unused-disable-directives",
|
|
75
|
+
"fixlint": "npm run lint -- --fix",
|
|
76
|
+
"build": "rollup -c rollup.config.js",
|
|
77
|
+
"build:debug": "npm run build -- -m",
|
|
78
|
+
"update-version": "node tools/update-version.js",
|
|
79
|
+
"pretest": "npm run build",
|
|
80
|
+
"prepublishOnly": "npm run update-version && npm run build",
|
|
81
|
+
"sync-docs": "node sync-docs.js",
|
|
82
|
+
"generate-release": "eslint-generate-release",
|
|
83
|
+
"generate-alpharelease": "eslint-generate-prerelease alpha",
|
|
84
|
+
"generate-betarelease": "eslint-generate-prerelease beta",
|
|
85
|
+
"generate-rcrelease": "eslint-generate-prerelease rc",
|
|
86
|
+
"publish-release": "eslint-publish-release"
|
|
87
|
+
}
|
|
88
|
+
}
|