pull/97/head
Vladimir Mandic 2022-03-04 16:48:47 -05:00
parent 0c5251c219
commit c1b38f99fe
1 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.6.5",
"version": "1.6.6",
"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",
@ -44,40 +44,40 @@
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.19.4",
"@tensorflow/tfjs": "^3.13.0",
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
"@tensorflow/tfjs-backend-wasm": "^3.13.0",
"@tensorflow/tfjs-backend-webgl": "^3.13.0",
"@tensorflow/tfjs": "^3.14.0",
"@tensorflow/tfjs-backend-cpu": "^3.14.0",
"@tensorflow/tfjs-backend-wasm": "^3.14.0",
"@tensorflow/tfjs-backend-webgl": "^3.14.0",
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8",
"@tensorflow/tfjs-converter": "^3.13.0",
"@tensorflow/tfjs-core": "^3.13.0",
"@tensorflow/tfjs-data": "^3.13.0",
"@tensorflow/tfjs-layers": "^3.13.0",
"@tensorflow/tfjs-node": "^3.13.0",
"@tensorflow/tfjs-node-gpu": "^3.13.0",
"@types/node": "^17.0.15",
"@tensorflow/tfjs-converter": "^3.14.0",
"@tensorflow/tfjs-core": "^3.14.0",
"@tensorflow/tfjs-data": "^3.14.0",
"@tensorflow/tfjs-layers": "^3.14.0",
"@tensorflow/tfjs-node": "^3.14.0",
"@tensorflow/tfjs-node-gpu": "^3.14.0",
"@types/node": "^17.0.21",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vladmandic/build": "^0.6.9",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vladmandic/build": "^0.7.0",
"@vladmandic/pilogger": "^0.4.2",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.0",
"chokidar": "^3.5.3",
"dayjs": "^1.10.7",
"esbuild": "^0.14.19",
"eslint": "^8.8.0",
"dayjs": "^1.10.8",
"esbuild": "^0.14.25",
"eslint": "^8.10.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.2.0",
"node-fetch": "^3.2.1",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"simple-git": "^3.1.1",
"simple-git": "^3.2.6",
"tslib": "^2.3.1",
"typedoc": "^0.22.11",
"typescript": "4.5.5"
"typedoc": "^0.22.12",
"typescript": "4.6.2"
}
}