pull/186/head
Vladimir Mandic 2023-06-12 12:01:45 -04:00
parent 4433ce44bc
commit 472f2e4480
1 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.7.11",
"version": "1.7.12",
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
"sideEffects": false,
"main": "dist/face-api.node.js",
@ -43,35 +43,35 @@
],
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.34.8",
"@tensorflow/tfjs": "^4.5.0",
"@tensorflow/tfjs-backend-cpu": "^4.5.0",
"@tensorflow/tfjs-backend-wasm": "^4.5.0",
"@tensorflow/tfjs-backend-webgl": "^4.5.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.20",
"@tensorflow/tfjs-converter": "^4.5.0",
"@tensorflow/tfjs-core": "^4.5.0",
"@tensorflow/tfjs-data": "^4.5.0",
"@tensorflow/tfjs-layers": "^4.5.0",
"@tensorflow/tfjs-node": "^4.5.0",
"@tensorflow/tfjs-node-gpu": "^4.5.0",
"@types/node": "^20.1.0",
"@microsoft/api-extractor": "^7.35.2",
"@tensorflow/tfjs": "^4.7.0",
"@tensorflow/tfjs-backend-cpu": "^4.7.0",
"@tensorflow/tfjs-backend-wasm": "^4.7.0",
"@tensorflow/tfjs-backend-webgl": "^4.7.0",
"@tensorflow/tfjs-backend-webgpu": "4.7.0",
"@tensorflow/tfjs-converter": "^4.7.0",
"@tensorflow/tfjs-core": "^4.7.0",
"@tensorflow/tfjs-data": "^4.7.0",
"@tensorflow/tfjs-layers": "^4.7.0",
"@tensorflow/tfjs-node": "^4.7.0",
"@tensorflow/tfjs-node-gpu": "^4.7.0",
"@types/node": "^20.3.0",
"@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vladmandic/build": "^0.9.2",
"@vladmandic/pilogger": "^0.4.8",
"esbuild": "^0.17.18",
"eslint": "^8.40.0",
"esbuild": "^0.18.1",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"seedrandom": "^3.0.5",
"tslib": "^2.5.0",
"typedoc": "^0.24.7",
"typescript": "5.0.4"
"tslib": "^2.5.3",
"typedoc": "^0.24.8",
"typescript": "5.1.3"
}
}