加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "opencc",
"version": "1.1.7",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <byvoid@byvoid.com>",
"license": "Apache-2.0",
"main": "node/opencc.js",
"types": "node/opencc.d.ts",
"scripts": {
"test": "mocha -R spec node/test.js",
"deploy": "node-pre-gyp package && (node-pre-gyp-github publish --release || exit 0)",
"install": "node-pre-gyp install --fallback-to-build || node-pre-gyp rebuild"
},
"engines": {
"node": ">= 8.0.0"
},
"binary": {
"module_name": "opencc",
"module_path": "./build/Release/",
"host": "https://github.com/BYVoid/OpenCC/releases/download/",
"remote_path": "{version}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BYVoid/OpenCC.git"
},
"bugs": {
"url": "https://github.com/BYVoid/OpenCC/issues"
},
"homepage": "https://github.com/BYVoid/OpenCC#readme",
"keywords": [
"opencc",
"Chinese",
"conversion",
"unicode",
"Simplified Chinese",
"Traditional Chinese"
],
"devDependencies": {
"mocha": "^8.3.0",
"node-pre-gyp-github": "^1.4.3"
},
"dependencies": {
"nan": "^2.14.2",
"node-pre-gyp": "^0.14.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化