pull/97/head
Vladimir Mandic 2022-02-07 09:41:55 -05:00
parent 8c7e21b1c9
commit fcf61e5c30
1 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.6.4",
"version": "1.6.5",
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
"sideEffects": false,
"main": "dist/face-api.node.js",
@ -55,29 +55,29 @@
"@tensorflow/tfjs-layers": "^3.13.0",
"@tensorflow/tfjs-node": "^3.13.0",
"@tensorflow/tfjs-node-gpu": "^3.13.0",
"@types/node": "^17.0.8",
"@types/node": "^17.0.15",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@vladmandic/build": "^0.6.7",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vladmandic/build": "^0.6.9",
"@vladmandic/pilogger": "^0.4.2",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.8.0",
"chokidar": "^3.5.2",
"canvas": "^2.9.0",
"chokidar": "^3.5.3",
"dayjs": "^1.10.7",
"esbuild": "^0.14.11",
"eslint": "^8.6.0",
"esbuild": "^0.14.19",
"eslint": "^8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"node-fetch": "^3.1.0",
"node-fetch": "^3.2.0",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"simple-git": "^2.48.0",
"simple-git": "^3.1.1",
"tslib": "^2.3.1",
"typedoc": "^0.22.10",
"typescript": "4.5.4"
"typedoc": "^0.22.11",
"typescript": "4.5.5"
}
}