pull/115/head
Vladimir Mandic 2022-04-01 09:15:45 -04:00
parent cdb0e485f8
commit d0f1349a23
1 changed files with 24 additions and 24 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/face-api",
"version": "1.6.6",
"version": "1.6.7",
"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",
@ -43,41 +43,41 @@
],
"devDependencies": {
"@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.19.4",
"@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",
"@microsoft/api-extractor": "^7.20.0",
"@tensorflow/tfjs": "^3.15.0",
"@tensorflow/tfjs-backend-cpu": "^3.15.0",
"@tensorflow/tfjs-backend-wasm": "^3.15.0",
"@tensorflow/tfjs-backend-webgl": "^3.15.0",
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8",
"@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",
"@tensorflow/tfjs-converter": "^3.15.0",
"@tensorflow/tfjs-core": "^3.15.0",
"@tensorflow/tfjs-data": "^3.15.0",
"@tensorflow/tfjs-layers": "^3.15.0",
"@tensorflow/tfjs-node": "^3.15.0",
"@tensorflow/tfjs-node-gpu": "^3.15.0",
"@types/node": "^17.0.23",
"@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@vladmandic/build": "^0.7.1",
"@vladmandic/pilogger": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@vladmandic/build": "^0.7.2",
"@vladmandic/pilogger": "^0.4.4",
"@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.0",
"canvas": "^2.9.1",
"chokidar": "^3.5.3",
"dayjs": "^1.10.8",
"esbuild": "^0.14.25",
"eslint": "^8.10.0",
"dayjs": "^1.11.0",
"esbuild": "^0.14.29",
"eslint": "^8.12.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.2",
"node-fetch": "^3.2.3",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"simple-git": "^3.2.6",
"simple-git": "^3.5.0",
"tslib": "^2.3.1",
"typedoc": "^0.22.13",
"typescript": "4.6.2"
"typescript": "4.6.3"
}
}