pull/70/head
Vladimir Mandic 2020-12-23 13:54:47 -05:00
parent 71679812ba
commit 72e6b2b4e1
2 changed files with 14 additions and 14 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "0.9.18",
"version": "0.9.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@vladmandic/human",
"version": "0.9.18",
"version": "0.9.19",
"description": "Human: 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction & Gesture Recognition",
"sideEffects": false,
"main": "dist/human.node.js",
@ -13,7 +13,7 @@
"homepage": "https://github.com/vladmandic/human#readme",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
"node": ">=12.0.0"
},
"repository": {
"type": "git",
@ -22,16 +22,16 @@
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"@tensorflow/tfjs": "2.7.0",
"@tensorflow/tfjs-backend-cpu": "2.7.0",
"@tensorflow/tfjs-backend-wasm": "2.7.0",
"@tensorflow/tfjs-backend-webgl": "2.7.0",
"@tensorflow/tfjs-converter": "2.7.0",
"@tensorflow/tfjs-core": "2.7.0",
"@tensorflow/tfjs-data": "2.7.0",
"@tensorflow/tfjs-layers": "2.7.0",
"@tensorflow/tfjs-node": "2.7.0",
"@tensorflow/tfjs-node-gpu": "2.7.0",
"@tensorflow/tfjs": "<=2.7.0",
"@tensorflow/tfjs-backend-cpu": "<=2.7.0",
"@tensorflow/tfjs-backend-wasm": "<=2.7.0",
"@tensorflow/tfjs-backend-webgl": "<=2.7.0",
"@tensorflow/tfjs-converter": "<=2.7.0",
"@tensorflow/tfjs-core": "<=2.7.0",
"@tensorflow/tfjs-data": "<=2.7.0",
"@tensorflow/tfjs-layers": "<=2.7.0",
"@tensorflow/tfjs-node": "<=2.7.0",
"@tensorflow/tfjs-node-gpu": "<=2.7.0",
"@vladmandic/pilogger": "^0.2.10",
"chokidar": "^3.4.3",
"dayjs": "^1.9.7",
@ -44,7 +44,7 @@
"eslint-plugin-promise": "^4.2.1",
"rimraf": "^3.0.2",
"seedrandom": "^3.0.5",
"simple-git": "^2.28.0"
"simple-git": "^2.31.0"
},
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",