1 Star 0 Fork 2

小杭/opencv4nodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
vincent 提交于 2020-05-13 12:16 . 5.6.0
{
"name": "opencv4nodejs",
"version": "5.6.0",
"description": "Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
"cv",
"computer vision",
"face",
"detection",
"recognition",
"machine",
"learning",
"neural",
"network",
"async",
"typescript"
],
"author": "justadudewhohacks",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/justadudewhohacks/opencv4nodejs"
},
"bugs": {
"url": "https://github.com/justadudewhohacks/opencv4nodejs/issues"
},
"homepage": "https://github.com/justadudewhohacks/opencv4nodejs#readme",
"main": "./lib/opencv4nodejs.js",
"typings": "./lib/index.d.ts",
"scripts": {
"install": "node ./install/install.js",
"configure": "node-gyp configure",
"build": "node-gyp configure build --jobs max",
"rebuild": "node-gyp rebuild --jobs max",
"clean": "node-gyp clean",
"build-debug": "BINDINGS_DEBUG=true node ./install/install.js"
},
"gypfile": true,
"dependencies": {
"nan": "^2.14.0",
"native-node-utils": "^0.2.7",
"npmlog": "^4.1.2",
"opencv-build": "^0.1.9"
},
"optionalDependencies": {
"@types/node": ">6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imbeartop/opencv4nodejs.git
git@gitee.com:imbeartop/opencv4nodejs.git
imbeartop
opencv4nodejs
opencv4nodejs
master

搜索帮助