mirror of https://github.com/vladmandic/human
3.0.4
parent
bd994ffc77
commit
e75bd0e26b
20
package.json
20
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@vladmandic/human",
|
"name": "@vladmandic/human",
|
||||||
"version": "3.0.3",
|
"version": "3.0.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",
|
||||||
|
@ -78,9 +78,9 @@
|
||||||
"tensorflow"
|
"tensorflow"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@html-eslint/eslint-plugin": "^0.15.0",
|
"@html-eslint/eslint-plugin": "^0.16.0",
|
||||||
"@html-eslint/parser": "^0.15.0",
|
"@html-eslint/parser": "^0.16.0",
|
||||||
"@microsoft/api-extractor": "^7.33.8",
|
"@microsoft/api-extractor": "^7.34.0",
|
||||||
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
|
"@tensorflow/tfjs-backend-cpu": "^4.2.0",
|
||||||
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
|
"@tensorflow/tfjs-backend-wasm": "^4.2.0",
|
||||||
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
|
"@tensorflow/tfjs-backend-webgl": "^4.2.0",
|
||||||
|
@ -91,14 +91,14 @@
|
||||||
"@tensorflow/tfjs-node-gpu": "^4.2.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.2",
|
"@typescript-eslint/eslint-plugin": "^5.49.0",
|
||||||
"@typescript-eslint/parser": "^5.48.2",
|
"@typescript-eslint/parser": "^5.49.0",
|
||||||
"@vladmandic/build": "^0.7.15",
|
"@vladmandic/build": "^0.7.15",
|
||||||
"@vladmandic/pilogger": "^0.4.7",
|
"@vladmandic/pilogger": "^0.4.7",
|
||||||
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
"@vladmandic/tfjs": "github:vladmandic/tfjs",
|
||||||
"canvas": "^2.11.0",
|
"canvas": "^2.11.0",
|
||||||
"esbuild": "^0.17.3",
|
"esbuild": "^0.17.5",
|
||||||
"eslint": "8.32.0",
|
"eslint": "8.33.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",
|
||||||
"eslint-plugin-import": "^2.27.5",
|
"eslint-plugin-import": "^2.27.5",
|
||||||
|
@ -106,8 +106,8 @@
|
||||||
"eslint-plugin-markdown": "^3.0.0",
|
"eslint-plugin-markdown": "^3.0.0",
|
||||||
"eslint-plugin-node": "^11.1.0",
|
"eslint-plugin-node": "^11.1.0",
|
||||||
"eslint-plugin-promise": "^6.1.1",
|
"eslint-plugin-promise": "^6.1.1",
|
||||||
"rimraf": "^4.1.1",
|
"rimraf": "^4.1.2",
|
||||||
"tslib": "^2.4.1",
|
"tslib": "^2.5.0",
|
||||||
"typedoc": "0.23.24",
|
"typedoc": "0.23.24",
|
||||||
"typescript": "4.9.4"
|
"typescript": "4.9.4"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue