{ "name": "@vladmandic/human", "version": "2.1.5", "description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js", "module": "dist/human.esm.js", "browser": "dist/human.esm.js", "types": "types/src/human.d.ts", "author": "Vladimir Mandic ", "bugs": { "url": "https://github.com/vladmandic/human/issues" }, "homepage": "https://vladmandic.github.io/human/demo/index.html", "license": "MIT", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vladmandic/human.git" }, "scripts": { "start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught demo/nodejs/node.js", "dev": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught server/serve.js", "build": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation server/build.js", "lint": "eslint src server demo test", "test": "node --no-warnings --unhandled-rejections=strict --trace-uncaught test/test.js", "scan": "npx auditjs@latest ossi --dev --quiet" }, "keywords": [ "human", "human-library", "face-detection", "face-geometry", "face-embedding", "face-recognition", "face-description", "face-matching", "face-api", "faceapi", "body-tracking", "body-segmentation", "hand-tracking", "iris-tracking", "age-estimation", "emotion-detection", "gender-prediction", "gesture-recognition", "gaze-tracking", "age-gender", "person", "tensorflowjs", "tfjs", "tensorflow" ], "devDependencies": { "@tensorflow/tfjs": "^3.9.0", "@tensorflow/tfjs-backend-cpu": "^3.9.0", "@tensorflow/tfjs-backend-wasm": "^3.9.0", "@tensorflow/tfjs-backend-webgl": "^3.9.0", "@tensorflow/tfjs-backend-webgpu": "^0.0.1-alpha.7", "@tensorflow/tfjs-converter": "^3.9.0", "@tensorflow/tfjs-core": "^3.9.0", "@tensorflow/tfjs-data": "^3.9.0", "@tensorflow/tfjs-layers": "^3.9.0", "@tensorflow/tfjs-node": "^3.9.0", "@tensorflow/tfjs-node-gpu": "^3.9.0", "@types/node": "^16.7.10", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", "@vladmandic/pilogger": "^0.2.18", "canvas": "^2.8.0", "chokidar": "^3.5.2", "dayjs": "^1.10.6", "esbuild": "^0.12.25", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.24.2", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "node-fetch": "^3.0.0", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "simple-git": "^2.45.1", "tslib": "^2.3.1", "typedoc": "0.21.9", "typescript": "4.4.2" } }