master
Vladimir Mandic 2024-09-10 11:17:44 -04:00
parent ffc3c40362
commit c633f9fbe4
1 changed files with 28 additions and 27 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.7.13",
"version": "1.7.14",
"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",
@ -44,36 +44,37 @@
],
"devDependencies": {
"@canvas/image": "^2.0.0",
"@microsoft/api-extractor": "^7.39.1",
"@tensorflow/tfjs": "^4.16.0",
"@tensorflow/tfjs-backend-cpu": "^4.16.0",
"@tensorflow/tfjs-backend-wasm": "^4.16.0",
"@tensorflow/tfjs-backend-webgl": "^4.16.0",
"@tensorflow/tfjs-backend-webgpu": "4.16.0",
"@tensorflow/tfjs-converter": "^4.16.0",
"@tensorflow/tfjs-core": "^4.16.0",
"@tensorflow/tfjs-data": "^4.16.0",
"@tensorflow/tfjs-layers": "^4.16.0",
"@tensorflow/tfjs-node": "^4.16.0",
"@tensorflow/tfjs-node-gpu": "^4.16.0",
"@types/node": "^20.11.5",
"@microsoft/api-extractor": "^7.47.7",
"@tensorflow/tfjs": "^4.21.0",
"@tensorflow/tfjs-backend-cpu": "^4.21.0",
"@tensorflow/tfjs-backend-wasm": "^4.21.0",
"@tensorflow/tfjs-backend-webgl": "^4.21.0",
"@tensorflow/tfjs-backend-webgpu": "4.21.0",
"@tensorflow/tfjs-converter": "^4.21.0",
"@tensorflow/tfjs-core": "^4.21.0",
"@tensorflow/tfjs-data": "^4.21.0",
"@tensorflow/tfjs-layers": "^4.21.0",
"@tensorflow/tfjs-node": "^4.21.0",
"@tensorflow/tfjs-node-gpu": "^4.21.0",
"@types/node": "^22.5.4",
"@types/offscreencanvas": "^2019.7.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@vladmandic/build": "^0.9.3",
"@vladmandic/pilogger": "^0.4.9",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vladmandic/build": "^0.10.1",
"@vladmandic/pilogger": "^0.5.1",
"ajv": "^8.17.1",
"esbuild": "^0.23.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^7.1.0",
"node-fetch": "^3.3.2",
"rimraf": "^5.0.5",
"rimraf": "^6.0.1",
"seedrandom": "^3.0.5",
"tslib": "^2.6.2",
"typedoc": "^0.25.7",
"typescript": "5.3.3"
"tslib": "^2.7.0",
"typedoc": "^0.26.7",
"typescript": "5.5.4"
}
}