UNPKG

@node-rs/jieba

Version:

Fastest Chinese word segmentation in Node.js

97 lines 2.71 kB
{ "name": "@node-rs/jieba", "version": "2.0.1", "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", "main": "index.js", "typings": "index.d.ts", "browser": "browser.js", "files": [ "index.js", "index.d.ts", "browser.js", "LICENSE", "dict.txt", "idf.txt", "dict.js", "dict.d.ts" ], "napi": { "binaryName": "jieba", "targets": [ "x86_64-apple-darwin", "aarch64-apple-darwin", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "aarch64-linux-android", "aarch64-unknown-linux-gnu", "aarch64-unknown-linux-musl", "aarch64-pc-windows-msvc", "armv7-unknown-linux-gnueabihf", "x86_64-unknown-linux-musl", "x86_64-unknown-freebsd", "i686-pc-windows-msvc", "armv7-linux-androideabi", "wasm32-wasip1-threads" ] }, "engines": { "node": ">= 10" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/napi-rs/node-rs.git" }, "scripts": { "artifacts": "napi artifacts -d ../../artifacts", "bench": "cross-env NODE_ENV=production node --import @oxc-node/core/register benchmark/jieba.ts", "build": "napi build --platform --release", "build:debug": "napi build --platform", "prepublishOnly": "napi prepublish", "version": "napi version" }, "bugs": { "url": "https://github.com/napi-rs/node-rs/issues" }, "devDependencies": { "@napi-rs/cli": "^3.0.0-alpha.64", "cross-env": "^7.0.3", "nodejieba": "^3.0.0", "tinybench": "^3.0.0" }, "funding": { "type": "github", "url": "https://github.com/sponsors/Brooooooklyn" }, "gitHead": "83ca124b3e3968c945708136d6ff68d0e0549582", "optionalDependencies": { "@node-rs/jieba-darwin-x64": "2.0.1", "@node-rs/jieba-darwin-arm64": "2.0.1", "@node-rs/jieba-win32-x64-msvc": "2.0.1", "@node-rs/jieba-linux-x64-gnu": "2.0.1", "@node-rs/jieba-android-arm64": "2.0.1", "@node-rs/jieba-linux-arm64-gnu": "2.0.1", "@node-rs/jieba-linux-arm64-musl": "2.0.1", "@node-rs/jieba-win32-arm64-msvc": "2.0.1", "@node-rs/jieba-linux-arm-gnueabihf": "2.0.1", "@node-rs/jieba-linux-x64-musl": "2.0.1", "@node-rs/jieba-freebsd-x64": "2.0.1", "@node-rs/jieba-win32-ia32-msvc": "2.0.1", "@node-rs/jieba-android-arm-eabi": "2.0.1", "@node-rs/jieba-wasm32-wasi": "2.0.1" } }