1 Star 1 Fork 0

li/onnxjs-node

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
li 提交于 2020-02-27 21:54 . update package.json.
{
"name": "onnxjs-node",
"description": "a Node.js binding of ONNXRuntime that works seamlessly with ONNX.js",
"version": "0.4.1",
"author": "fs-eire",
"main": "./lib/index.js",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build=false || npm run build",
"prepare": "tsc",
"build": "tsc && node ./scripts/build",
"buildd": "tsc && node ./scripts/build --debug",
"rebuild": "tsc && node ./scripts/build --rebuild",
"rebuildd": "tsc && node ./scripts/build --debug --rebuild",
"test": "mocha ./test/test-main",
"prepublishOnly": "npm test",
"format": "clang-format --glob=\"{{lib,test,scripts}/**/*.ts,src/**/*.{cc,h}}\" --style=file -i"
},
"binary": {
"module_name": "cpu/onnxruntime",
"module_path": "./bin/napi-v{napi_build_version}",
"package_name": "onnxruntime-{platform}-{arch}-{node_napi_label}.tar.gz",
"host": "http://39.106.15.70:9090/webDownLoad/onnxjs-node/releases/download/",
"remote_path": "v{version}",
"napi_versions": [
3
]
},
"repository": {
"type": "git",
"url": "https://gitee.com/cavern/onnxjs-node.git"
},
"keywords": [
"ONNXRuntime",
"ONNX.js"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fs-eire/onnxjs-node/issues"
},
"homepage": "https://github.com/fs-eire/onnxjs-node#readme",
"engines": {
"node": ">=8.11.2"
},
"devDependencies": {
"@types/fs-extra": "^7.0.0",
"@types/mocha": "^5.2.7",
"clang-format": "^1.2.4",
"cmake-js": "^5.2.0",
"fs-extra": "^8.0.1",
"globby": "^9.2.0",
"mocha": "^6.1.4",
"node-addon-api": "^1.6.3",
"node-pre-gyp-github": "^1.4.3",
"onnx-proto": "^4.0.4",
"typescript": "^3.5.1"
},
"dependencies": {
"node-pre-gyp": "^0.13.0",
"onnxjs": "^0.1.6"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cavern/onnxjs-node.git
[email protected]:cavern/onnxjs-node.git
cavern
onnxjs-node
onnxjs-node
master

搜索帮助