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,88 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/json-schema-secure.json#",
|
|
4
|
+
"title": "Meta-schema for the security assessment of JSON Schemas",
|
|
5
|
+
"description": "If a JSON AnySchema fails validation against this meta-schema, it may be unsafe to validate untrusted data",
|
|
6
|
+
"definitions": {
|
|
7
|
+
"schemaArray": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"minItems": 1,
|
|
10
|
+
"items": {"$ref": "#"}
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"patternProperties": {
|
|
15
|
+
"description": "prevent slow validation of large property names",
|
|
16
|
+
"required": ["propertyNames"],
|
|
17
|
+
"properties": {
|
|
18
|
+
"propertyNames": {
|
|
19
|
+
"required": ["maxLength"]
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"uniqueItems": {
|
|
24
|
+
"description": "prevent slow validation of large non-scalar arrays",
|
|
25
|
+
"if": {
|
|
26
|
+
"properties": {
|
|
27
|
+
"uniqueItems": {"const": true},
|
|
28
|
+
"items": {
|
|
29
|
+
"properties": {
|
|
30
|
+
"type": {
|
|
31
|
+
"anyOf": [
|
|
32
|
+
{
|
|
33
|
+
"enum": ["object", "array"]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"type": "array",
|
|
37
|
+
"contains": {"enum": ["object", "array"]}
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"then": {
|
|
46
|
+
"required": ["maxItems"]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"pattern": {
|
|
50
|
+
"description": "prevent slow pattern matching of large strings",
|
|
51
|
+
"required": ["maxLength"]
|
|
52
|
+
},
|
|
53
|
+
"format": {
|
|
54
|
+
"description": "prevent slow format validation of large strings",
|
|
55
|
+
"required": ["maxLength"]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"properties": {
|
|
59
|
+
"additionalItems": {"$ref": "#"},
|
|
60
|
+
"additionalProperties": {"$ref": "#"},
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"additionalProperties": {
|
|
63
|
+
"anyOf": [{"type": "array"}, {"$ref": "#"}]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"items": {
|
|
67
|
+
"anyOf": [{"$ref": "#"}, {"$ref": "#/definitions/schemaArray"}]
|
|
68
|
+
},
|
|
69
|
+
"definitions": {
|
|
70
|
+
"additionalProperties": {"$ref": "#"}
|
|
71
|
+
},
|
|
72
|
+
"patternProperties": {
|
|
73
|
+
"additionalProperties": {"$ref": "#"}
|
|
74
|
+
},
|
|
75
|
+
"properties": {
|
|
76
|
+
"additionalProperties": {"$ref": "#"}
|
|
77
|
+
},
|
|
78
|
+
"if": {"$ref": "#"},
|
|
79
|
+
"then": {"$ref": "#"},
|
|
80
|
+
"else": {"$ref": "#"},
|
|
81
|
+
"allOf": {"$ref": "#/definitions/schemaArray"},
|
|
82
|
+
"anyOf": {"$ref": "#/definitions/schemaArray"},
|
|
83
|
+
"oneOf": {"$ref": "#/definitions/schemaArray"},
|
|
84
|
+
"not": {"$ref": "#"},
|
|
85
|
+
"contains": {"$ref": "#"},
|
|
86
|
+
"propertyNames": {"$ref": "#"}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ajv",
|
|
3
|
+
"version": "8.12.0",
|
|
4
|
+
"description": "Another JSON Schema Validator",
|
|
5
|
+
"main": "dist/ajv.js",
|
|
6
|
+
"types": "dist/ajv.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"lib/",
|
|
9
|
+
"dist/",
|
|
10
|
+
".runkit_example.js"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"eslint": "eslint \"lib/**/*.ts\" \"spec/**/*.*s\" --ignore-pattern spec/JSON-Schema-Test-Suite",
|
|
14
|
+
"prettier:write": "prettier --write \"./**/*.{json,yaml,js,ts}\"",
|
|
15
|
+
"prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
|
|
16
|
+
"test-spec": "cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register \"spec/**/*.spec.{ts,js}\" -R dot",
|
|
17
|
+
"test-codegen": "nyc cross-env TS_NODE_PROJECT=spec/tsconfig.json mocha -r ts-node/register 'spec/codegen.spec.ts' -R spec",
|
|
18
|
+
"test-debug": "npm run test-spec -- --inspect-brk",
|
|
19
|
+
"test-cov": "nyc npm run test-spec",
|
|
20
|
+
"rollup": "rm -rf bundle && rollup -c",
|
|
21
|
+
"bundle": "rm -rf bundle && node ./scripts/bundle.js ajv ajv7 ajv7 && node ./scripts/bundle.js 2019 ajv2019 ajv2019 && node ./scripts/bundle.js 2020 ajv2020 ajv2020 && node ./scripts/bundle.js jtd ajvJTD ajvJTD",
|
|
22
|
+
"build": "rm -rf dist && tsc && cp -r lib/refs dist && rm dist/refs/json-schema-2019-09/index.ts && rm dist/refs/json-schema-2020-12/index.ts && rm dist/refs/jtd-schema.ts",
|
|
23
|
+
"json-tests": "rm -rf spec/_json/*.js && node scripts/jsontests",
|
|
24
|
+
"test-karma": "karma start",
|
|
25
|
+
"test-browser": "rm -rf .browser && npm run bundle && scripts/prepare-tests && karma start",
|
|
26
|
+
"test-all": "npm run test-cov && if-node-version 12 npm run test-browser",
|
|
27
|
+
"test": "npm run json-tests && npm run prettier:check && npm run eslint && npm link && npm link --legacy-peer-deps ajv && npm run test-cov",
|
|
28
|
+
"test-ci": "AJV_FULL_TEST=true npm test",
|
|
29
|
+
"prepublish": "npm run build",
|
|
30
|
+
"benchmark": "npm i && npm run build && npm link && cd ./benchmark && npm link --legacy-peer-deps ajv && npm i && node ./jtd",
|
|
31
|
+
"docs:dev": "./scripts/prepare-site && vuepress dev docs",
|
|
32
|
+
"docs:build": "./scripts/prepare-site && vuepress build docs"
|
|
33
|
+
},
|
|
34
|
+
"nyc": {
|
|
35
|
+
"exclude": [
|
|
36
|
+
"**/spec/**",
|
|
37
|
+
"node_modules"
|
|
38
|
+
],
|
|
39
|
+
"reporter": [
|
|
40
|
+
"lcov",
|
|
41
|
+
"text-summary"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
"repository": "ajv-validator/ajv",
|
|
45
|
+
"keywords": [
|
|
46
|
+
"JSON",
|
|
47
|
+
"schema",
|
|
48
|
+
"validator",
|
|
49
|
+
"validation",
|
|
50
|
+
"jsonschema",
|
|
51
|
+
"json-schema",
|
|
52
|
+
"json-schema-validator",
|
|
53
|
+
"json-schema-validation"
|
|
54
|
+
],
|
|
55
|
+
"author": "Evgeny Poberezkin",
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"bugs": "https://github.com/ajv-validator/ajv/issues",
|
|
58
|
+
"homepage": "https://ajv.js.org",
|
|
59
|
+
"runkitExampleFilename": ".runkit_example.js",
|
|
60
|
+
"dependencies": {
|
|
61
|
+
"fast-deep-equal": "^3.1.1",
|
|
62
|
+
"json-schema-traverse": "^1.0.0",
|
|
63
|
+
"require-from-string": "^2.0.2",
|
|
64
|
+
"uri-js": "^4.2.2"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"@ajv-validator/config": "^0.3.0",
|
|
68
|
+
"@rollup/plugin-commonjs": "^24.0.0",
|
|
69
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
70
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
71
|
+
"@rollup/plugin-typescript": "^10.0.1",
|
|
72
|
+
"@types/chai": "^4.2.12",
|
|
73
|
+
"@types/mocha": "^10.0.0",
|
|
74
|
+
"@types/node": "^18.11.9",
|
|
75
|
+
"@types/require-from-string": "^1.2.0",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^3.8.0",
|
|
77
|
+
"@typescript-eslint/parser": "^3.8.0",
|
|
78
|
+
"ajv-formats": "^3.0.0-rc.0",
|
|
79
|
+
"browserify": "^17.0.0",
|
|
80
|
+
"chai": "^4.0.1",
|
|
81
|
+
"cross-env": "^7.0.2",
|
|
82
|
+
"dayjs": "^1.10.4",
|
|
83
|
+
"dayjs-plugin-utc": "^0.1.2",
|
|
84
|
+
"eslint": "^7.8.1",
|
|
85
|
+
"eslint-config-prettier": "^7.0.0",
|
|
86
|
+
"fast-uri": "^2.1.0",
|
|
87
|
+
"glob": "^8.0.2",
|
|
88
|
+
"husky": "^8.0.2",
|
|
89
|
+
"if-node-version": "^1.0.0",
|
|
90
|
+
"jimp": "^0.16.1",
|
|
91
|
+
"js-beautify": "^1.7.3",
|
|
92
|
+
"json-schema-test": "^2.0.0",
|
|
93
|
+
"karma": "^6.0.0",
|
|
94
|
+
"karma-chrome-launcher": "^3.0.0",
|
|
95
|
+
"karma-mocha": "^2.0.0",
|
|
96
|
+
"lint-staged": "^13.0.3",
|
|
97
|
+
"mocha": "^10.0.0",
|
|
98
|
+
"module-from-string": "^3.1.3",
|
|
99
|
+
"node-fetch": "^3.0.0",
|
|
100
|
+
"nyc": "^15.0.0",
|
|
101
|
+
"prettier": "^2.3.1",
|
|
102
|
+
"re2": "^1.16.0",
|
|
103
|
+
"rollup": "^2.44.0",
|
|
104
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
105
|
+
"ts-node": "^10.0.0",
|
|
106
|
+
"tsify": "^5.0.2",
|
|
107
|
+
"typescript": "^4.8.0"
|
|
108
|
+
},
|
|
109
|
+
"collective": {
|
|
110
|
+
"type": "opencollective",
|
|
111
|
+
"url": "https://opencollective.com/ajv"
|
|
112
|
+
},
|
|
113
|
+
"funding": {
|
|
114
|
+
"type": "github",
|
|
115
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
116
|
+
},
|
|
117
|
+
"prettier": "@ajv-validator/config/prettierrc.json",
|
|
118
|
+
"husky": {
|
|
119
|
+
"hooks": {
|
|
120
|
+
"pre-commit": "lint-staged && npm test"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"lint-staged": {
|
|
124
|
+
"*.{json,yaml,js,ts}": "prettier --write"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "json-schema-traverse",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Traverse JSON Schema passing each schema object to callback",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"types": "index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"eslint": "eslint index.js spec",
|
|
9
|
+
"test-spec": "mocha spec -R spec",
|
|
10
|
+
"test": "npm run eslint && nyc npm run test-spec"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
|
|
15
|
+
},
|
|
16
|
+
"keywords": [
|
|
17
|
+
"JSON-Schema",
|
|
18
|
+
"traverse",
|
|
19
|
+
"iterate"
|
|
20
|
+
],
|
|
21
|
+
"author": "Evgeny Poberezkin",
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/epoberezkin/json-schema-traverse/issues"
|
|
25
|
+
},
|
|
26
|
+
"homepage": "https://github.com/epoberezkin/json-schema-traverse#readme",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"eslint": "^7.3.1",
|
|
29
|
+
"mocha": "^8.0.1",
|
|
30
|
+
"nyc": "^15.0.0",
|
|
31
|
+
"pre-commit": "^1.2.2"
|
|
32
|
+
},
|
|
33
|
+
"nyc": {
|
|
34
|
+
"exclude": [
|
|
35
|
+
"**/spec/**",
|
|
36
|
+
"node_modules"
|
|
37
|
+
],
|
|
38
|
+
"reporter": [
|
|
39
|
+
"lcov",
|
|
40
|
+
"text-summary"
|
|
41
|
+
]
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
{
|
|
2
|
+
"author": {
|
|
3
|
+
"email": "gajus@gajus.com",
|
|
4
|
+
"name": "Gajus Kuizinas",
|
|
5
|
+
"url": "http://gajus.com"
|
|
6
|
+
},
|
|
7
|
+
"dependencies": {
|
|
8
|
+
"ajv": "^8.0.1",
|
|
9
|
+
"lodash.truncate": "^4.4.2",
|
|
10
|
+
"slice-ansi": "^4.0.0",
|
|
11
|
+
"string-width": "^4.2.3",
|
|
12
|
+
"strip-ansi": "^6.0.1"
|
|
13
|
+
},
|
|
14
|
+
"description": "Formats data into a string table.",
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"@types/chai": "^4.2.16",
|
|
17
|
+
"@types/lodash.mapvalues": "^4.6.6",
|
|
18
|
+
"@types/lodash.truncate": "^4.4.6",
|
|
19
|
+
"@types/mocha": "^9.0.0",
|
|
20
|
+
"@types/node": "^14.14.37",
|
|
21
|
+
"@types/sinon": "^10.0.0",
|
|
22
|
+
"@types/slice-ansi": "^4.0.0",
|
|
23
|
+
"ajv-cli": "^5.0.0",
|
|
24
|
+
"ajv-keywords": "^5.0.0",
|
|
25
|
+
"chai": "^4.2.0",
|
|
26
|
+
"chalk": "^4.1.0",
|
|
27
|
+
"coveralls": "^3.1.0",
|
|
28
|
+
"eslint": "^7.32.0",
|
|
29
|
+
"eslint-config-canonical": "^25.0.0",
|
|
30
|
+
"gitdown": "^3.1.4",
|
|
31
|
+
"husky": "^4.3.6",
|
|
32
|
+
"js-beautify": "^1.14.0",
|
|
33
|
+
"lodash.mapvalues": "^4.6.0",
|
|
34
|
+
"mkdirp": "^1.0.4",
|
|
35
|
+
"mocha": "^8.2.1",
|
|
36
|
+
"nyc": "^15.1.0",
|
|
37
|
+
"semantic-release": "^17.3.1",
|
|
38
|
+
"sinon": "^12.0.1",
|
|
39
|
+
"ts-node": "^9.1.1",
|
|
40
|
+
"typescript": "4.5.2"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=10.0.0"
|
|
44
|
+
},
|
|
45
|
+
"husky": {
|
|
46
|
+
"hooks": {
|
|
47
|
+
"post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
|
|
48
|
+
"pre-commit": "npm run build && npm run lint && npm run test"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"keywords": [
|
|
52
|
+
"ascii",
|
|
53
|
+
"text",
|
|
54
|
+
"table",
|
|
55
|
+
"align",
|
|
56
|
+
"ansi"
|
|
57
|
+
],
|
|
58
|
+
"license": "BSD-3-Clause",
|
|
59
|
+
"main": "./dist/src/index.js",
|
|
60
|
+
"files": [
|
|
61
|
+
"dist/src/"
|
|
62
|
+
],
|
|
63
|
+
"name": "table",
|
|
64
|
+
"repository": {
|
|
65
|
+
"type": "git",
|
|
66
|
+
"url": "https://github.com/gajus/table"
|
|
67
|
+
},
|
|
68
|
+
"scripts": {
|
|
69
|
+
"prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
|
|
70
|
+
"build": "npm run create-validators && tsc",
|
|
71
|
+
"create-readme": "gitdown ./.README/README.md --output-file ./README.md",
|
|
72
|
+
"create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > ./src/generated/validators.js",
|
|
73
|
+
"lint": "eslint ./src ./test",
|
|
74
|
+
"test": "nyc mocha && nyc check-coverage --lines 95"
|
|
75
|
+
},
|
|
76
|
+
"version": "6.8.1"
|
|
77
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typed-array-buffer",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Get the ArrayBuffer out of a TypedArray, robustly.",
|
|
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
|
+
"lint": "eslint --ext=js,mjs .",
|
|
15
|
+
"pretest": "npm run lint",
|
|
16
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
17
|
+
"test": "npm run tests-only",
|
|
18
|
+
"posttest": "aud --production",
|
|
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+https://github.com/ljharb/typed-array-buffer.git"
|
|
25
|
+
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"typed array",
|
|
28
|
+
"arraybuffer",
|
|
29
|
+
"buffer"
|
|
30
|
+
],
|
|
31
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
32
|
+
"license": "MIT",
|
|
33
|
+
"bugs": {
|
|
34
|
+
"url": "https://github.com/ljharb/typed-array-buffer/issues"
|
|
35
|
+
},
|
|
36
|
+
"homepage": "https://github.com/ljharb/typed-array-buffer#readme",
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"call-bind": "^1.0.2",
|
|
39
|
+
"get-intrinsic": "^1.2.1",
|
|
40
|
+
"is-typed-array": "^1.1.10"
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
44
|
+
"aud": "^2.0.2",
|
|
45
|
+
"auto-changelog": "^2.4.0",
|
|
46
|
+
"available-typed-arrays": "^1.0.5",
|
|
47
|
+
"es-value-fixtures": "^1.4.2",
|
|
48
|
+
"eslint": "=8.8.0",
|
|
49
|
+
"for-each": "^0.3.3",
|
|
50
|
+
"in-publish": "^2.0.1",
|
|
51
|
+
"npmignore": "^0.3.0",
|
|
52
|
+
"nyc": "^10.3.2",
|
|
53
|
+
"object-inspect": "^1.12.3",
|
|
54
|
+
"safe-publish-latest": "^2.0.0",
|
|
55
|
+
"tape": "^5.6.3"
|
|
56
|
+
},
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">= 0.4"
|
|
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
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "typed-array-byte-length",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Robustly get the byte length of a Typed Array",
|
|
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
|
+
"pretest": "npm run lint",
|
|
15
|
+
"prelint": "evalmd README.md",
|
|
16
|
+
"lint": "eslint --ext=js,mjs .",
|
|
17
|
+
"tests-only": "nyc 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/inspect-js/typed-array-byte-length.git"
|
|
26
|
+
},
|
|
27
|
+
"keywords": [
|
|
28
|
+
"typed",
|
|
29
|
+
"array",
|
|
30
|
+
"byteLength",
|
|
31
|
+
"byte",
|
|
32
|
+
"length",
|
|
33
|
+
"robust",
|
|
34
|
+
"es",
|
|
35
|
+
"Int8Array",
|
|
36
|
+
"Uint8Array",
|
|
37
|
+
"Uint8ClampedArray",
|
|
38
|
+
"Int16Array",
|
|
39
|
+
"Uint16Array",
|
|
40
|
+
"Int32Array",
|
|
41
|
+
"Uint32Array",
|
|
42
|
+
"Float32Array",
|
|
43
|
+
"Float64Array",
|
|
44
|
+
"BigInt64Array",
|
|
45
|
+
"BigUint64Array"
|
|
46
|
+
],
|
|
47
|
+
"author": "Jordan Harband <ljharb@gmail.com>",
|
|
48
|
+
"funding": {
|
|
49
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
50
|
+
},
|
|
51
|
+
"license": "MIT",
|
|
52
|
+
"bugs": {
|
|
53
|
+
"url": "https://github.com/inspect-js/typed-array-byte-length/issues"
|
|
54
|
+
},
|
|
55
|
+
"homepage": "https://github.com/inspect-js/typed-array-byte-length#readme",
|
|
56
|
+
"dependencies": {
|
|
57
|
+
"call-bind": "^1.0.2",
|
|
58
|
+
"for-each": "^0.3.3",
|
|
59
|
+
"has-proto": "^1.0.1",
|
|
60
|
+
"is-typed-array": "^1.1.10"
|
|
61
|
+
},
|
|
62
|
+
"devDependencies": {
|
|
63
|
+
"@ljharb/eslint-config": "^21.1.0",
|
|
64
|
+
"aud": "^2.0.2",
|
|
65
|
+
"auto-changelog": "^2.4.0",
|
|
66
|
+
"available-typed-arrays": "^1.0.5",
|
|
67
|
+
"eslint": "=8.8.0",
|
|
68
|
+
"evalmd": "^0.0.19",
|
|
69
|
+
"in-publish": "^2.0.1",
|
|
70
|
+
"is-callable": "^1.2.7",
|
|
71
|
+
"make-arrow-function": "^1.2.0",
|
|
72
|
+
"make-generator-function": "^2.0.0",
|
|
73
|
+
"npmignore": "^0.3.0",
|
|
74
|
+
"nyc": "^10.3.2",
|
|
75
|
+
"object-inspect": "^1.12.3",
|
|
76
|
+
"safe-publish-latest": "^2.0.0",
|
|
77
|
+
"tape": "^5.6.3"
|
|
78
|
+
},
|
|
79
|
+
"engines": {
|
|
80
|
+
"node": ">= 0.4"
|
|
81
|
+
},
|
|
82
|
+
"auto-changelog": {
|
|
83
|
+
"output": "CHANGELOG.md",
|
|
84
|
+
"template": "keepachangelog",
|
|
85
|
+
"unreleased": false,
|
|
86
|
+
"commitLimit": false,
|
|
87
|
+
"backfillLimit": false,
|
|
88
|
+
"hideCredit": true
|
|
89
|
+
},
|
|
90
|
+
"testling": {
|
|
91
|
+
"files": "test/index.js"
|
|
92
|
+
},
|
|
93
|
+
"publishConfig": {
|
|
94
|
+
"ignore": [
|
|
95
|
+
".github/workflows"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "v8-compile-cache",
|
|
3
|
+
"version": "2.4.0",
|
|
4
|
+
"description": "Require hook for automatic V8 compile cache persistence",
|
|
5
|
+
"main": "v8-compile-cache.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"bench": "bench/run.sh",
|
|
8
|
+
"eslint": "eslint --max-warnings=0 .",
|
|
9
|
+
"tap": "tap test/*-test.js",
|
|
10
|
+
"test": "npm run tap",
|
|
11
|
+
"posttest": "npm run eslint"
|
|
12
|
+
},
|
|
13
|
+
"author": "Andres Suarez <zertosh@gmail.com>",
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/zertosh/v8-compile-cache.git"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"v8-compile-cache.js"
|
|
20
|
+
],
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"dependencies": {},
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"babel-core": "6.26.3",
|
|
25
|
+
"eslint": "^7.12.1",
|
|
26
|
+
"flow-parser": "0.136.0",
|
|
27
|
+
"rimraf": "^2.5.4",
|
|
28
|
+
"rxjs": "6.6.3",
|
|
29
|
+
"semver": "^5.3.0",
|
|
30
|
+
"tap": "^9.0.0",
|
|
31
|
+
"temp": "^0.8.3",
|
|
32
|
+
"yarn": "1.22.10"
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "which-builtin-type",
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "What is the type of this builtin JS value?",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./package.json": "./package.json"
|
|
9
|
+
},
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"scripts": {
|
|
12
|
+
"prepack": "npmignore --auto --commentLines=autogenerated",
|
|
13
|
+
"prepublish": "not-in-publish || npm run prepublishOnly",
|
|
14
|
+
"prepublishOnly": "safe-publish-latest",
|
|
15
|
+
"prelint": "evalmd README.md",
|
|
16
|
+
"lint": "eslint --ext=js,mjs .",
|
|
17
|
+
"pretest": "npm run lint",
|
|
18
|
+
"tests-only": "nyc tape 'test/**/*.js'",
|
|
19
|
+
"test": "npm run tests-only",
|
|
20
|
+
"posttest": "aud --production",
|
|
21
|
+
"version": "auto-changelog && git add CHANGELOG.md",
|
|
22
|
+
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/inspect-js/which-builtin-type.git"
|
|
27
|
+
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"type",
|
|
30
|
+
"builtin",
|
|
31
|
+
"ecmascript"
|
|
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/which-builtin-type/issues"
|
|
40
|
+
},
|
|
41
|
+
"homepage": "https://github.com/inspect-js/which-builtin-type#readme",
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">= 0.4"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@ljharb/eslint-config": "^21.0.0",
|
|
47
|
+
"aud": "^2.0.1",
|
|
48
|
+
"auto-changelog": "^2.4.0",
|
|
49
|
+
"available-typed-arrays": "^1.0.5",
|
|
50
|
+
"eslint": "=8.8.0",
|
|
51
|
+
"evalmd": "^0.0.19",
|
|
52
|
+
"for-each": "^0.3.3",
|
|
53
|
+
"has-bigints": "^1.0.2",
|
|
54
|
+
"has-symbols": "^1.0.3",
|
|
55
|
+
"in-publish": "^2.0.1",
|
|
56
|
+
"make-arrow-function": "^1.2.0",
|
|
57
|
+
"make-async-function": "^1.0.0",
|
|
58
|
+
"make-generator-function": "^2.0.0",
|
|
59
|
+
"npmignore": "^0.3.0",
|
|
60
|
+
"nyc": "^10.3.2",
|
|
61
|
+
"object-inspect": "^1.12.2",
|
|
62
|
+
"object.assign": "^4.1.4",
|
|
63
|
+
"safe-publish-latest": "^2.0.0",
|
|
64
|
+
"tape": "^5.6.1"
|
|
65
|
+
},
|
|
66
|
+
"auto-changelog": {
|
|
67
|
+
"output": "CHANGELOG.md",
|
|
68
|
+
"template": "keepachangelog",
|
|
69
|
+
"unreleased": false,
|
|
70
|
+
"commitLimit": false,
|
|
71
|
+
"backfillLimit": false,
|
|
72
|
+
"hideCredit": true
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"function.prototype.name": "^1.1.5",
|
|
76
|
+
"has-tostringtag": "^1.0.0",
|
|
77
|
+
"is-async-function": "^2.0.0",
|
|
78
|
+
"is-date-object": "^1.0.5",
|
|
79
|
+
"is-finalizationregistry": "^1.0.2",
|
|
80
|
+
"is-generator-function": "^1.0.10",
|
|
81
|
+
"is-regex": "^1.1.4",
|
|
82
|
+
"is-weakref": "^1.0.2",
|
|
83
|
+
"isarray": "^2.0.5",
|
|
84
|
+
"which-boxed-primitive": "^1.0.2",
|
|
85
|
+
"which-collection": "^1.0.1",
|
|
86
|
+
"which-typed-array": "^1.1.9"
|
|
87
|
+
},
|
|
88
|
+
"publishConfig": {
|
|
89
|
+
"ignore": [
|
|
90
|
+
".github/workflows"
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "which-typed-array",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.13",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Jordan Harband",
|
|
6
6
|
"email": "ljharb@gmail.com",
|
|
@@ -59,11 +59,10 @@
|
|
|
59
59
|
],
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"available-typed-arrays": "^1.0.5",
|
|
62
|
-
"call-bind": "^1.0.
|
|
62
|
+
"call-bind": "^1.0.4",
|
|
63
63
|
"for-each": "^0.3.3",
|
|
64
64
|
"gopd": "^1.0.1",
|
|
65
|
-
"has-tostringtag": "^1.0.0"
|
|
66
|
-
"is-typed-array": "^1.1.10"
|
|
65
|
+
"has-tostringtag": "^1.0.0"
|
|
67
66
|
},
|
|
68
67
|
"devDependencies": {
|
|
69
68
|
"@ljharb/eslint-config": "^21.1.0",
|
|
@@ -77,7 +76,7 @@
|
|
|
77
76
|
"npmignore": "^0.3.0",
|
|
78
77
|
"nyc": "^10.3.2",
|
|
79
78
|
"safe-publish-latest": "^2.0.0",
|
|
80
|
-
"tape": "^5.
|
|
79
|
+
"tape": "^5.7.1"
|
|
81
80
|
},
|
|
82
81
|
"testling": {
|
|
83
82
|
"files": "test/index.js",
|