2020-10-12 01:22:43 +02:00
{
"name" : "@vladmandic/human" ,
2021-05-30 18:03:34 +02:00
"version" : "2.0.0" ,
2021-04-11 05:37:44 +02:00
"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" ,
2020-10-12 01:22:43 +02:00
"sideEffects" : false ,
2020-10-27 17:49:24 +01:00
"main" : "dist/human.node.js" ,
2020-10-12 01:22:43 +02:00
"module" : "dist/human.esm.js" ,
2020-10-15 14:16:34 +02:00
"browser" : "dist/human.esm.js" ,
2021-06-05 18:59:11 +02:00
"types" : "types/src/human.d.ts" ,
2020-10-12 01:22:43 +02:00
"author" : "Vladimir Mandic <mandic00@live.com>" ,
"bugs" : {
"url" : "https://github.com/vladmandic/human/issues"
} ,
2021-03-08 20:12:12 +01:00
"homepage" : "https://vladmandic.github.io/human/demo/index.html" ,
2020-10-12 01:22:43 +02:00
"license" : "MIT" ,
"engines" : {
2020-12-23 19:54:47 +01:00
"node" : ">=12.0.0"
2020-10-12 01:22:43 +02:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/vladmandic/human.git"
} ,
2021-03-09 19:37:49 +01:00
"scripts" : {
2021-04-15 15:43:55 +02:00
"start" : "node --trace-warnings --unhandled-rejections=strict --trace-uncaught demo/node.js" ,
2021-03-12 22:43:36 +01:00
"dev" : "node --trace-warnings --unhandled-rejections=strict --trace-uncaught server/serve.js" ,
2021-03-17 23:57:00 +01:00
"build" : "rimraf dist/* typedoc/* types/* && node --trace-warnings --unhandled-rejections=strict --trace-uncaught server/build.js" ,
2021-04-14 03:45:45 +02:00
"lint" : "eslint src server demo test" ,
2021-06-03 15:41:53 +02:00
"test" : "node --trace-warnings --unhandled-rejections=strict --trace-uncaught test/test.js" ,
"scan" : "npx auditjs@latest ossi --dev --quiet"
2021-03-09 19:37:49 +01:00
} ,
"keywords" : [
2021-04-03 17:10:07 +02:00
"human" ,
"face-api" ,
2021-03-09 19:37:49 +01:00
"face-detection" ,
"face-geometry" ,
"face-embedding" ,
"face-recognition" ,
2021-04-03 17:10:07 +02:00
"face-description" ,
2021-03-09 19:37:49 +01:00
"body-tracking" ,
"hand-tracking" ,
"iris-tracking" ,
"age-estimation" ,
"emotion-detection" ,
"gender-prediction" ,
"gesture-recognition" ,
2021-05-30 23:56:40 +02:00
"gaze-tracking" ,
2021-04-03 17:36:53 +02:00
"age-gender" ,
"faceapi" ,
2021-03-18 21:55:00 +01:00
"face" ,
2021-04-03 17:10:07 +02:00
"person" ,
"tensorflowjs" ,
"tfjs" ,
"tensorflow"
2021-03-09 19:37:49 +01:00
] ,
2020-10-12 01:22:43 +02:00
"devDependencies" : {
2021-06-04 15:20:59 +02:00
"@tensorflow/tfjs" : "^3.7.0" ,
"@tensorflow/tfjs-backend-cpu" : "^3.7.0" ,
"@tensorflow/tfjs-backend-wasm" : "^3.7.0" ,
"@tensorflow/tfjs-backend-webgl" : "^3.7.0" ,
"@tensorflow/tfjs-converter" : "^3.7.0" ,
"@tensorflow/tfjs-core" : "^3.7.0" ,
"@tensorflow/tfjs-data" : "^3.7.0" ,
"@tensorflow/tfjs-layers" : "^3.7.0" ,
"@tensorflow/tfjs-node" : "^3.7.0" ,
"@tensorflow/tfjs-node-gpu" : "^3.7.0" ,
"@types/node" : "^15.12.0" ,
2021-06-01 14:59:09 +02:00
"@typescript-eslint/eslint-plugin" : "^4.26.0" ,
"@typescript-eslint/parser" : "^4.26.0" ,
2021-04-15 15:43:55 +02:00
"@vladmandic/pilogger" : "^0.2.17" ,
2021-05-18 14:14:56 +02:00
"canvas" : "^2.8.0" ,
2021-01-18 14:22:25 +01:00
"chokidar" : "^3.5.1" ,
2021-05-26 13:57:51 +02:00
"dayjs" : "^1.10.5" ,
2021-06-04 15:20:59 +02:00
"esbuild" : "^0.12.6" ,
2021-05-23 03:47:59 +02:00
"eslint" : "^7.27.0" ,
2020-11-07 15:44:33 +01:00
"eslint-config-airbnb-base" : "^14.2.1" ,
2021-05-30 18:03:34 +02:00
"eslint-plugin-import" : "^2.23.4" ,
2021-05-04 17:17:50 +02:00
"eslint-plugin-json" : "^3.0.0" ,
2020-10-12 01:22:43 +02:00
"eslint-plugin-node" : "^11.1.0" ,
2021-04-12 14:29:52 +02:00
"eslint-plugin-promise" : "^5.1.0" ,
2021-04-14 18:53:00 +02:00
"node-fetch" : "^2.6.1" ,
2020-10-27 15:06:01 +01:00
"rimraf" : "^3.0.2" ,
2021-03-16 12:16:25 +01:00
"seedrandom" : "^3.0.5" ,
2021-05-18 14:14:56 +02:00
"simple-git" : "^2.39.0" ,
2021-04-06 17:38:01 +02:00
"tslib" : "^2.2.0" ,
2021-04-24 17:49:26 +02:00
"typedoc" : "^0.20.36" ,
2021-05-27 22:05:20 +02:00
"typescript" : "4.2.4"
2021-03-09 19:37:49 +01:00
}
2020-10-12 01:22:43 +02:00
}