UNPKG

@node-rs/jieba-linux-x64-gnu

Version:

Fastest Chinese word segmentation in Node.js

43 lines 824 B
{ "name": "@node-rs/jieba-linux-x64-gnu", "version": "2.0.1", "cpu": [ "x64" ], "main": "jieba.linux-x64-gnu.node", "files": [ "jieba.linux-x64-gnu.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": [ "linux" ], "libc": [ "glibc" ] }