openvino-tokenizers-node
Version:
OpenVINO™ Tokenizers adds text processing operations to openvino-node package
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "openvino-tokenizers-node",
"version": "2025.0.0",
"description": "OpenVINO™ Tokenizers adds text processing operations to openvino-node package",
"repository": {
"url": "https://github.com/openvinotoolkit/openvino_tokenizers.git",
"type": "git"
},
"license": "Apache-2.0",
"main": "openvino-tokenizers.js",
"os": [
"win32",
"darwin",
"linux"
],
"scripts": {
"postinstall": "npm run install_runtime",
"download_runtime": "node ./scripts/download-runtime.js",
"install_runtime": "npm run download_runtime -- --ignore-if-exists",
"test": "node --test ./tests/*.test.js"
},
"binary": {
"version": "2025.0.0.0",
"module_path": "./bin/",
"remote_path": "./repositories/openvino_tokenizers/packages/{version}/",
"package_name": "openvino_tokenizers_{platform}_{version}_{arch}.{extension}",
"host": "https://storage.openvinotoolkit.org"
},
"keywords": [
"OpenVINO",
"openvino",
"tokenizers",
"OpenVINO tokenizers",
"openvino tokenizers",
"openvino-tokenizers",
"openvino-tokenizers-node",
"tokenization",
"text processing",
"string tensors",
"text tensors"
],
"dependencies": {
"adm-zip": "^0.5.16",
"openvino-node": "2025.0.0"
}
}