mirror of https://github.com/vladmandic/human
update dependencies
parent
5807fb1bfa
commit
2b38b8a80d
|
@ -32,7 +32,28 @@ var __toModule = (module) => {
|
|||
return module;
|
||||
return __exportStar(__defProp(__create(__getProtoOf(module)), "default", {value: module, enumerable: true}), module);
|
||||
};
|
||||
var require_browser = __commonJS(() => {
|
||||
var require_browser = __commonJS((exports, module) => {
|
||||
"use strict";
|
||||
var getGlobal2 = function() {
|
||||
if (typeof self !== "undefined") {
|
||||
return self;
|
||||
}
|
||||
if (typeof window !== "undefined") {
|
||||
return window;
|
||||
}
|
||||
if (typeof global2 !== "undefined") {
|
||||
return global2;
|
||||
}
|
||||
throw new Error("unable to locate global object");
|
||||
};
|
||||
var global2 = getGlobal2();
|
||||
module.exports = exports = global2.fetch;
|
||||
if (global2.fetch) {
|
||||
exports.default = global2.fetch.bind(global2);
|
||||
}
|
||||
exports.Headers = global2.Headers;
|
||||
exports.Request = global2.Request;
|
||||
exports.Response = global2.Response;
|
||||
});
|
||||
var require_safe_buffer = __commonJS((exports, module) => {
|
||||
var buffer2 = require("buffer");
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,7 +23,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"dist/human.esm.js": {
|
||||
"bytes": 3441681,
|
||||
"bytes": 3442243,
|
||||
"imports": []
|
||||
}
|
||||
},
|
||||
|
@ -31,13 +31,13 @@
|
|||
"dist/demo-browser-index.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 5406858
|
||||
"bytes": 5408428
|
||||
},
|
||||
"dist/demo-browser-index.js": {
|
||||
"imports": [],
|
||||
"inputs": {
|
||||
"dist/human.esm.js": {
|
||||
"bytesInOutput": 3430970
|
||||
"bytesInOutput": 3431560
|
||||
},
|
||||
"demo/draw.js": {
|
||||
"bytesInOutput": 8898
|
||||
|
@ -49,7 +49,7 @@
|
|||
"bytesInOutput": 16241
|
||||
}
|
||||
},
|
||||
"bytes": 3470044
|
||||
"bytes": 3470634
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 3557,
|
||||
"bytes": 3556,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
|
|
@ -32,8 +32,29 @@ var __toModule = (module) => {
|
|||
return __exportStar(__defProp(__create(__getProtoOf(module)), "default", {value: module, enumerable: true}), module);
|
||||
};
|
||||
|
||||
// empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js
|
||||
var require_browser = __commonJS(() => {
|
||||
// node_modules/node-fetch/browser.js
|
||||
var require_browser = __commonJS((exports, module) => {
|
||||
"use strict";
|
||||
var getGlobal2 = function() {
|
||||
if (typeof self !== "undefined") {
|
||||
return self;
|
||||
}
|
||||
if (typeof window !== "undefined") {
|
||||
return window;
|
||||
}
|
||||
if (typeof global2 !== "undefined") {
|
||||
return global2;
|
||||
}
|
||||
throw new Error("unable to locate global object");
|
||||
};
|
||||
var global2 = getGlobal2();
|
||||
module.exports = exports = global2.fetch;
|
||||
if (global2.fetch) {
|
||||
exports.default = global2.fetch.bind(global2);
|
||||
}
|
||||
exports.Headers = global2.Headers;
|
||||
exports.Request = global2.Request;
|
||||
exports.Response = global2.Response;
|
||||
});
|
||||
|
||||
// node_modules/safe-buffer/index.js
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12292,13 +12292,17 @@
|
|||
"bytes": 3526165,
|
||||
"imports": [
|
||||
{
|
||||
"path": "empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js"
|
||||
"path": "node_modules/node-fetch/browser.js"
|
||||
},
|
||||
{
|
||||
"path": "node_modules/string_decoder/lib/string_decoder.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/node-fetch/browser.js": {
|
||||
"bytes": 732,
|
||||
"imports": []
|
||||
},
|
||||
"node_modules/safe-buffer/index.js": {
|
||||
"bytes": 1529,
|
||||
"imports": []
|
||||
|
@ -12312,7 +12316,7 @@
|
|||
]
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 3557,
|
||||
"bytes": 3556,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
@ -12656,7 +12660,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"src/tf.js": {
|
||||
"bytes": 871,
|
||||
"bytes": 1135,
|
||||
"imports": [
|
||||
{
|
||||
"path": "node_modules/@tensorflow/tfjs/dist/tf.es2017.js"
|
||||
|
@ -12691,13 +12695,13 @@
|
|||
"dist/human.esm.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 5456850
|
||||
"bytes": 5458440
|
||||
},
|
||||
"dist/human.esm.js": {
|
||||
"imports": [],
|
||||
"inputs": {
|
||||
"empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js": {
|
||||
"bytesInOutput": 45
|
||||
"node_modules/node-fetch/browser.js": {
|
||||
"bytesInOutput": 635
|
||||
},
|
||||
"node_modules/safe-buffer/index.js": {
|
||||
"bytesInOutput": 1546
|
||||
|
@ -13435,7 +13439,7 @@
|
|||
"bytesInOutput": 0
|
||||
}
|
||||
},
|
||||
"bytes": 3441681
|
||||
"bytes": 3442243
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,8 +33,29 @@ var Human = (() => {
|
|||
return __exportStar(__defProp(__create(__getProtoOf(module)), "default", {value: module, enumerable: true}), module);
|
||||
};
|
||||
|
||||
// empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js
|
||||
var require_browser = __commonJS(() => {
|
||||
// node_modules/node-fetch/browser.js
|
||||
var require_browser = __commonJS((exports, module) => {
|
||||
"use strict";
|
||||
var getGlobal2 = function() {
|
||||
if (typeof self !== "undefined") {
|
||||
return self;
|
||||
}
|
||||
if (typeof window !== "undefined") {
|
||||
return window;
|
||||
}
|
||||
if (typeof global2 !== "undefined") {
|
||||
return global2;
|
||||
}
|
||||
throw new Error("unable to locate global object");
|
||||
};
|
||||
var global2 = getGlobal2();
|
||||
module.exports = exports = global2.fetch;
|
||||
if (global2.fetch) {
|
||||
exports.default = global2.fetch.bind(global2);
|
||||
}
|
||||
exports.Headers = global2.Headers;
|
||||
exports.Request = global2.Request;
|
||||
exports.Response = global2.Response;
|
||||
});
|
||||
|
||||
// node_modules/safe-buffer/index.js
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -12292,13 +12292,17 @@
|
|||
"bytes": 3526165,
|
||||
"imports": [
|
||||
{
|
||||
"path": "empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js"
|
||||
"path": "node_modules/node-fetch/browser.js"
|
||||
},
|
||||
{
|
||||
"path": "node_modules/string_decoder/lib/string_decoder.js"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/node-fetch/browser.js": {
|
||||
"bytes": 732,
|
||||
"imports": []
|
||||
},
|
||||
"node_modules/safe-buffer/index.js": {
|
||||
"bytes": 1529,
|
||||
"imports": []
|
||||
|
@ -12312,7 +12316,7 @@
|
|||
]
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 3557,
|
||||
"bytes": 3556,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
@ -12691,13 +12695,13 @@
|
|||
"dist/human.js.map": {
|
||||
"imports": [],
|
||||
"inputs": {},
|
||||
"bytes": 5432434
|
||||
"bytes": 5433478
|
||||
},
|
||||
"dist/human.js": {
|
||||
"imports": [],
|
||||
"inputs": {
|
||||
"empty:/home/vlado/dev/human/node_modules/node-fetch/browser.js": {
|
||||
"bytesInOutput": 49
|
||||
"node_modules/node-fetch/browser.js": {
|
||||
"bytesInOutput": 681
|
||||
},
|
||||
"node_modules/safe-buffer/index.js": {
|
||||
"bytesInOutput": 1652
|
||||
|
@ -13426,7 +13430,7 @@
|
|||
"bytesInOutput": 26
|
||||
}
|
||||
},
|
||||
"bytes": 3630472
|
||||
"bytes": 3631076
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"imports": []
|
||||
},
|
||||
"package.json": {
|
||||
"bytes": 3557,
|
||||
"bytes": 3556,
|
||||
"imports": []
|
||||
},
|
||||
"src/age/age.js": {
|
||||
|
|
|
@ -293,9 +293,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "14.14.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.6.tgz",
|
||||
"integrity": "sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw==",
|
||||
"version": "14.14.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.7.tgz",
|
||||
"integrity": "sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==",
|
||||
"dev": true
|
||||
},
|
||||
"@types/node-fetch": {
|
||||
|
@ -598,9 +598,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"cliui": {
|
||||
"version": "7.0.3",
|
||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.3.tgz",
|
||||
"integrity": "sha512-Gj3QHTkVMPKqwP3f7B4KPkBZRMR9r4rfi5bXFpg1a+Svvj8l7q5CnkBkVQzfxT5DFSsGk2+PascOgL0JYkL2kw==",
|
||||
"version": "7.0.4",
|
||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
||||
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"string-width": "^4.2.0",
|
||||
|
@ -686,9 +686,9 @@
|
|||
}
|
||||
},
|
||||
"dayjs": {
|
||||
"version": "1.9.5",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.5.tgz",
|
||||
"integrity": "sha512-WULIw7UpW/E0y6VywewpbXAMH3d5cZijEhoHLwM+OMVbk/NtchKS/W+57H/0P1rqU7gHrAArjiRLHCUhgMQl6w==",
|
||||
"version": "1.9.6",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.9.6.tgz",
|
||||
"integrity": "sha512-HngNLtPEBWRo8EFVmHFmSXAjtCX8rGNqeXQI0Gh7wCTSqwaKgPIDqu9m07wABVopNwzvOeCb+2711vQhDlcIXw==",
|
||||
"dev": true
|
||||
},
|
||||
"debug": {
|
||||
|
@ -819,9 +819,9 @@
|
|||
}
|
||||
},
|
||||
"esbuild": {
|
||||
"version": "0.7.22",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.7.22.tgz",
|
||||
"integrity": "sha512-B43SYg8LGWYTCv9Gs0RnuLNwjzpuWOoCaZHTWEDEf5AfrnuDMerPVMdCEu7xOdhFvQ+UqfP2MGU9lxEy0JzccA==",
|
||||
"version": "0.8.5",
|
||||
"resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.8.5.tgz",
|
||||
"integrity": "sha512-195Lq3Hp3V8rvccV4ede8PxmGvKuh4BrGQHxVfcYmpyg1ni078QN4iO1VNYCl55v0qYsWz6n96y3ZtMpuEtDRQ==",
|
||||
"dev": true
|
||||
},
|
||||
"escalade": {
|
||||
|
@ -2764,9 +2764,9 @@
|
|||
}
|
||||
},
|
||||
"yargs-parser": {
|
||||
"version": "20.2.3",
|
||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.3.tgz",
|
||||
"integrity": "sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==",
|
||||
"version": "20.2.4",
|
||||
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
||||
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"@tensorflow/tfjs-node": "^2.7.0",
|
||||
"@vladmandic/pilogger": "^0.2.7",
|
||||
"chokidar": "^3.4.3",
|
||||
"dayjs": "^1.9.5",
|
||||
"esbuild": "^0.7.22",
|
||||
"dayjs": "^1.9.6",
|
||||
"esbuild": "^0.8.5",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
// custom: bundle 3.4M
|
||||
/*
|
||||
import * as tf from '../../../dev-clone/tfjs/tfjs/dist/tf.esnext.js';
|
||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
||||
|
||||
const loadGraphModel = tf.loadGraphModel;
|
||||
export { tf, setWasmPaths, loadGraphModel };
|
||||
*/
|
||||
|
||||
// monolithic: bundle 3.4M
|
||||
import * as tf from '@tensorflow/tfjs/dist/tf.es2017.js';
|
||||
import { setWasmPaths } from '@tensorflow/tfjs-backend-wasm/dist/index.js';
|
||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
|||
Subproject commit d589737290d994d4e5228d1333b61a494990641f
|
||||
Subproject commit e48280bd94885c6e9cb9a75a27469f00ebcd07b4
|
Loading…
Reference in New Issue