pull/186/head
Vladimir Mandic 2023-03-21 07:59:27 -04:00
parent f9f036ba01
commit ae96c7b230
1 changed files with 22 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "1.7.9", "version": "1.7.10",
"description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS", "description": "FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS",
"sideEffects": false, "sideEffects": false,
"main": "dist/face-api.node.js", "main": "dist/face-api.node.js",
@ -43,35 +43,35 @@
], ],
"devDependencies": { "devDependencies": {
"@canvas/image": "^1.0.1", "@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.34.0", "@microsoft/api-extractor": "^7.34.4",
"@tensorflow/tfjs": "^4.2.0", "@tensorflow/tfjs": "^4.3.0",
"@tensorflow/tfjs-backend-cpu": "^4.2.0", "@tensorflow/tfjs-backend-cpu": "^4.3.0",
"@tensorflow/tfjs-backend-wasm": "^4.2.0", "@tensorflow/tfjs-backend-wasm": "^4.3.0",
"@tensorflow/tfjs-backend-webgl": "^4.2.0", "@tensorflow/tfjs-backend-webgl": "^4.3.0",
"@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.17", "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.18",
"@tensorflow/tfjs-converter": "^4.2.0", "@tensorflow/tfjs-converter": "^4.3.0",
"@tensorflow/tfjs-core": "^4.2.0", "@tensorflow/tfjs-core": "^4.3.0",
"@tensorflow/tfjs-data": "^4.2.0", "@tensorflow/tfjs-data": "^4.3.0",
"@tensorflow/tfjs-layers": "^4.2.0", "@tensorflow/tfjs-layers": "^4.3.0",
"@tensorflow/tfjs-node": "^4.2.0", "@tensorflow/tfjs-node": "^4.3.0",
"@tensorflow/tfjs-node-gpu": "^4.2.0", "@tensorflow/tfjs-node-gpu": "^4.3.0",
"@types/node": "^18.11.18", "@types/node": "^18.15.5",
"@types/offscreencanvas": "^2019.7.0", "@types/offscreencanvas": "^2019.7.0",
"@typescript-eslint/eslint-plugin": "^5.49.0", "@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.49.0", "@typescript-eslint/parser": "^5.56.0",
"@vladmandic/build": "^0.7.15", "@vladmandic/build": "^0.8.2",
"@vladmandic/pilogger": "^0.4.7", "@vladmandic/pilogger": "^0.4.7",
"esbuild": "^0.17.5", "esbuild": "^0.17.12",
"eslint": "^8.33.0", "eslint": "^8.36.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-json": "^3.1.0", "eslint-plugin-json": "^3.1.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.2", "rimraf": "^4.4.0",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"tslib": "^2.5.0", "tslib": "^2.5.0",
"typedoc": "^0.23.24", "typedoc": "^0.23.28",
"typescript": "4.9.4" "typescript": "5.0.2"
} }
} }