UNPKG

nodejieba

Version:

chinese word segmentation for node

49 lines (48 loc) 1.3 kB
{ "name": "nodejieba", "description": "chinese word segmentation for node", "version": "3.5.2", "author": "Yanyi Wu <wuyanyi09@foxmail.com>", "maintainers": [ "Yanyi Wu <wuyanyi09@foxmail.com>" ], "main": "./index.js", "typings": "types/index.d.ts", "engines": { "node": ">= 14.0.0" }, "repository": { "type": "git", "url": "http://github.com/yanyiwu/nodejieba.git" }, "keywords": [ "chinese", "segment", "cppjieba", "jieba", "中文分词", "结巴分词" ], "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10", "node-addon-api": "^5.1.0" }, "devDependencies": { "mocha": "~10.7.3", "should": "~13.2.3", "typescript": "^5.0.4" }, "scripts": { "test": "mocha --timeout 10s -R spec test/test.js && mocha --timeout 10s -R spec test/load_dict_test.js", "install": "npx @mapbox/node-pre-gyp install --fallback-to-build", "rebuild": "npx @mapbox/node-pre-gyp rebuild" }, "binary": { "module_name": "nodejieba", "module_path": "./build/Release/", "host": "https://github.com/yanyiwu/nodejieba/releases/download/", "remote_path": "v{version}/{platform}-{libc}", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz" }, "license": "MIT" }