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