mirror of https://github.com/vladmandic/human
3.0.2
parent
42217152f9
commit
37f8175218
20
package.json
20
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"name": "@vladmandic/human",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"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",
|
||||||
|
@ -81,14 +81,14 @@
|
||||||
"@html-eslint/eslint-plugin": "^0.15.0",
|
"@html-eslint/eslint-plugin": "^0.15.0",
|
||||||
"@html-eslint/parser": "^0.15.0",
|
"@html-eslint/parser": "^0.15.0",
|
||||||
"@microsoft/api-extractor": "^7.33.7",
|
"@microsoft/api-extractor": "^7.33.7",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^4.1.0",
|
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^4.1.0",
|
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^4.1.0",
|
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
|
||||||
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.16",
|
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.17",
|
||||||
"@tensorflow/tfjs-converter": "^4.1.0",
|
"@tensorflow/tfjs-converter": "^4.2.0",
|
||||||
"@tensorflow/tfjs-core": "^4.1.0",
|
"@tensorflow/tfjs-core": "^4.2.0",
|
||||||
"@tensorflow/tfjs-node": "^4.1.0",
|
"@tensorflow/tfjs-node": "^4.2.0",
|
||||||
"@tensorflow/tfjs-node-gpu": "^4.1.0",
|
"@tensorflow/tfjs-node-gpu": "^4.2.0",
|
||||||
"@types/node": "^18.11.18",
|
"@types/node": "^18.11.18",
|
||||||
"@types/offscreencanvas": "^2019.7.0",
|
"@types/offscreencanvas": "^2019.7.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
"@typescript-eslint/eslint-plugin": "^5.48.0",
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
"@vladmandic/pilogger": "^0.4.6",
|
"@vladmandic/pilogger": "^0.4.6",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"canvas": "^2.11.0",
|
"canvas": "^2.11.0",
|
||||||
"esbuild": "^0.16.13",
|
"esbuild": "^0.16.14",
|
||||||
"eslint": "8.31.0",
|
"eslint": "8.31.0",
|
||||||
"eslint-config-airbnb-base": "^15.0.0",
|
"eslint-config-airbnb-base": "^15.0.0",
|
||||||
"eslint-plugin-html": "^7.1.0",
|
"eslint-plugin-html": "^7.1.0",
|
||||||
|
|
Loading…
Reference in New Issue