@node-rs/jieba-win32-x64-msvc
Version:
Fastest Chinese word segmentation in Node.js
40 lines • 798 B
JSON
{
"name": "@node-rs/jieba-win32-x64-msvc",
"version": "2.0.1",
"cpu": [
"x64"
],
"main": "jieba.win32-x64-msvc.node",
"files": [
"jieba.win32-x64-msvc.node"
],
"description": "Fastest Chinese word segmentation in Node.js",
"keywords": [
"Jieba",
"Rust",
"node-rs",
"napi",
"napi-rs",
"N-API"
],
"author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/node-rs",
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/napi-rs/node-rs.git"
},
"bugs": {
"url": "https://github.com/napi-rs/node-rs/issues"
},
"os": [
"win32"
]
}