main
Vladimir Mandic 2025-08-26 10:31:23 -04:00
parent a6fd9a41c1
commit 6cc00a12e8
1 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "3.3.5",
"version": "3.3.6",
"description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -74,9 +74,9 @@
"tensorflow"
],
"devDependencies": {
"@html-eslint/eslint-plugin": "^0.26.0",
"@html-eslint/parser": "^0.26.0",
"@microsoft/api-extractor": "^7.49.2",
"@html-eslint/eslint-plugin": "^0.46.1",
"@html-eslint/parser": "^0.46.0",
"@microsoft/api-extractor": "^7.52.11",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
@ -87,27 +87,27 @@
"@tensorflow/tfjs-layers": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0",
"@tensorflow/tfjs-node-gpu": "^4.22.0",
"@types/emscripten": "^1.40.0",
"@types/node": "^22.13.1",
"@types/emscripten": "^1.40.1",
"@types/node": "^24.3.0",
"@types/offscreencanvas": "^2019.7.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vladmandic/build": "^0.10.2",
"@vladmandic/pilogger": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vladmandic/build": "^0.10.3",
"@vladmandic/pilogger": "^0.5.2",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^3.1.0",
"esbuild": "^0.24.2",
"canvas": "^3.2.0",
"esbuild": "^0.25.9",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-json": "^4.0.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-promise": "^7.2.1",
"rimraf": "^6.0.1",
"tslib": "^2.8.1",
"typedoc": "0.27.6",
"typescript": "5.7.3"
"typedoc": "0.28.11",
"typescript": "5.9.2"
}
}