pull/115/head
Vladimir Mandic 2022-05-09 08:11:31 -04:00
parent 3b3ab219dc
commit 49a594a59b
1 changed files with 25 additions and 25 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vladmandic/face-api", "name": "@vladmandic/face-api",
"version": "1.6.7", "version": "1.6.8",
"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,41 +43,41 @@
], ],
"devDependencies": { "devDependencies": {
"@canvas/image": "^1.0.1", "@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.21.1", "@microsoft/api-extractor": "^7.23.1",
"@tensorflow/tfjs": "^3.15.0", "@tensorflow/tfjs": "^3.16.0",
"@tensorflow/tfjs-backend-cpu": "^3.15.0", "@tensorflow/tfjs-backend-cpu": "^3.16.0",
"@tensorflow/tfjs-backend-wasm": "^3.15.0", "@tensorflow/tfjs-backend-wasm": "^3.16.0",
"@tensorflow/tfjs-backend-webgl": "^3.15.0", "@tensorflow/tfjs-backend-webgl": "^3.16.0",
"@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.8", "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.9",
"@tensorflow/tfjs-converter": "^3.15.0", "@tensorflow/tfjs-converter": "^3.16.0",
"@tensorflow/tfjs-core": "^3.15.0", "@tensorflow/tfjs-core": "^3.16.0",
"@tensorflow/tfjs-data": "^3.15.0", "@tensorflow/tfjs-data": "^3.16.0",
"@tensorflow/tfjs-layers": "^3.15.0", "@tensorflow/tfjs-layers": "^3.16.0",
"@tensorflow/tfjs-node": "^3.15.0", "@tensorflow/tfjs-node": "^3.16.0",
"@tensorflow/tfjs-node-gpu": "^3.15.0", "@tensorflow/tfjs-node-gpu": "^3.16.0",
"@types/node": "^17.0.23", "@types/node": "^17.0.31",
"@types/offscreencanvas": "^2019.6.4", "@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.18.0", "@typescript-eslint/parser": "^5.22.0",
"@vladmandic/build": "^0.7.2", "@vladmandic/build": "^0.7.3",
"@vladmandic/pilogger": "^0.4.4", "@vladmandic/pilogger": "^0.4.4",
"@vladmandic/tfjs": "github:vladmandic/tfjs", "@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.9.1", "canvas": "^2.9.1",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"dayjs": "^1.11.0", "dayjs": "^1.11.2",
"esbuild": "^0.14.34", "esbuild": "^0.14.38",
"eslint": "^8.13.0", "eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.26.0",
"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.0.0", "eslint-plugin-promise": "^6.0.0",
"node-fetch": "^3.2.3", "node-fetch": "^3.2.4",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"simple-git": "^3.5.0", "simple-git": "^3.7.1",
"tslib": "^2.3.1", "tslib": "^2.4.0",
"typedoc": "^0.22.14", "typedoc": "^0.22.15",
"typescript": "4.6.3" "typescript": "4.6.4"
} }
} }