mirror of https://github.com/vladmandic/human
3.3.6
parent
a6fd9a41c1
commit
6cc00a12e8
34
package.json
34
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"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",
|
"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,
|
"sideEffects": false,
|
||||||
"main": "dist/human.node.js",
|
"main": "dist/human.node.js",
|
||||||
|
@ -74,9 +74,9 @@
|
||||||
"tensorflow"
|
"tensorflow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@html-eslint/eslint-plugin": "^0.26.0",
|
"@html-eslint/eslint-plugin": "^0.46.1",
|
||||||
"@html-eslint/parser": "^0.26.0",
|
"@html-eslint/parser": "^0.46.0",
|
||||||
"@microsoft/api-extractor": "^7.49.2",
|
"@microsoft/api-extractor": "^7.52.11",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
|
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
|
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
|
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
|
||||||
|
@ -87,27 +87,27 @@
|
||||||
"@tensorflow/tfjs-layers": "^4.22.0",
|
"@tensorflow/tfjs-layers": "^4.22.0",
|
||||||
"@tensorflow/tfjs-node": "^4.22.0",
|
"@tensorflow/tfjs-node": "^4.22.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^4.22.0",
|
"@tensorflow/tfjs-node-gpu": "^4.22.0",
|
||||||
"@types/emscripten": "^1.40.0",
|
"@types/emscripten": "^1.40.1",
|
||||||
"@types/node": "^22.13.1",
|
"@types/node": "^24.3.0",
|
||||||
"@types/offscreencanvas": "^2019.7.3",
|
"@types/offscreencanvas": "^2019.7.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
||||||
"@typescript-eslint/parser": "^8.8.1",
|
"@typescript-eslint/parser": "^8.41.0",
|
||||||
"@vladmandic/build": "^0.10.2",
|
"@vladmandic/build": "^0.10.3",
|
||||||
"@vladmandic/pilogger": "^0.5.1",
|
"@vladmandic/pilogger": "^0.5.2",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"canvas": "^3.1.0",
|
"canvas": "^3.2.0",
|
||||||
"esbuild": "^0.24.2",
|
"esbuild": "^0.25.9",
|
||||||
"eslint": "8.57.0",
|
"eslint": "8.57.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-html": "^8.1.2",
|
"eslint-plugin-html": "^8.1.3",
|
||||||
"eslint-plugin-import": "^2.31.0",
|
"eslint-plugin-import": "^2.32.0",
|
||||||
"eslint-plugin-json": "^4.0.1",
|
"eslint-plugin-json": "^4.0.1",
|
||||||
"eslint-plugin-markdown": "^5.1.0",
|
"eslint-plugin-markdown": "^5.1.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^7.1.0",
|
"eslint-plugin-promise": "^7.2.1",
|
||||||
"rimraf": "^6.0.1",
|
"rimraf": "^6.0.1",
|
||||||
"tslib": "^2.8.1",
|
"tslib": "^2.8.1",
|
||||||
"typedoc": "0.27.6",
|
"typedoc": "0.28.11",
|
||||||
"typescript": "5.7.3"
|
"typescript": "5.9.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue