pull/293/head
Vladimir Mandic 2022-02-27 07:25:45 -05:00
parent 9452cf097c
commit 9da67575fe
1 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/human", "name": "@vladmandic/human",
"version": "2.6.3", "version": "2.6.4",
"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",
@ -65,17 +65,17 @@
"@tensorflow/tfjs-layers": "^3.13.0", "@tensorflow/tfjs-layers": "^3.13.0",
"@tensorflow/tfjs-node": "^3.13.0", "@tensorflow/tfjs-node": "^3.13.0",
"@tensorflow/tfjs-node-gpu": "^3.13.0", "@tensorflow/tfjs-node-gpu": "^3.13.0",
"@types/node": "^17.0.18", "@types/node": "^17.0.21",
"@types/offscreencanvas": "^2019.6.4", "@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.0", "@typescript-eslint/parser": "^5.12.1",
"@vladmandic/build": "^0.7.0", "@vladmandic/build": "^0.7.0",
"@vladmandic/pilogger": "^0.4.2", "@vladmandic/pilogger": "^0.4.2",
"@vladmandic/tfjs": "github:vladmandic/tfjs", "@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.0", "canvas": "^2.9.0",
"dayjs": "^1.10.7", "dayjs": "^1.10.7",
"esbuild": "^0.14.22", "esbuild": "^0.14.23",
"eslint": "8.9.0", "eslint": "8.10.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0", "eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.25.4",
@ -86,7 +86,7 @@
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typedoc": "0.22.11", "typedoc": "0.22.12",
"typescript": "4.5.5" "typescript": "4.5.5"
} }
} }