-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update lockfiles branch tfjs_4.3.0_lockfiles lock files. * Remove npm proxy from @tensorflow scoped packages Proxing requests for @tensorflow scoped packages from verdaccio to npm prevents publishing TFJS packages that have version numbers already on npm. TODO(mattsoulanille): Find a more permanent solution.
- Loading branch information
1 parent
ad6d777
commit a8a3f52
Showing
7 changed files
with
339 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,24 @@ | |
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.0.tgz#f08aebbf4afcb12684422450b0845dd6ef5cfe50" | ||
integrity sha512-7oQusq1e4AIyFgotxVV7Pc40Et0QyvoVjujL+7/qV5Vrbfh0Nj3CfqSgl63weEyI4r0+K6RlGVsjfRuBi05p5w== | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.3.0.tgz#959f1c4eeea4713179e4028c793a06542ad2f3d0" | ||
integrity sha512-ovGI/eLHMJuZCkl630+zA0SU6zuPaUYu1g8LSDcjjEG0g1aadzA6XnrAohI2Man3F7nWvC2pImt3JUgW87iaVA== | ||
dependencies: | ||
"@types/seedrandom" "^2.4.28" | ||
seedrandom "^3.0.5" | ||
|
||
"@types/emscripten@~0.0.34": | ||
version "0.0.34" | ||
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-0.0.34.tgz#12b4a344274fb102ff2f6c877b37587bc3e46008" | ||
integrity sha512-QSb9ojDincskc+uKMI0KXp8e1NALFINCrMlp8VGKGcTSxeEyRTTKyjWw75NYrCZHUsVEEEpr1tYHpbtaC++/sQ== | ||
|
||
"@types/seedrandom@^2.4.28": | ||
version "2.4.30" | ||
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.30.tgz#d2efe425869b84163c2d56e779dddadb9372cbfa" | ||
integrity sha512-AnxLHewubLVzoF/A4qdxBGHCKifw8cY32iro3DQX9TPcetE95zBeVt3jnsvtvAUf1vwzMfwzp4t/L2yqPlnjkQ== | ||
|
||
async@^1.5.2: | ||
version "1.5.2" | ||
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a" | ||
|
@@ -146,6 +156,11 @@ resolve@^1.1.6: | |
is-core-module "^2.2.0" | ||
path-parse "^1.0.6" | ||
|
||
seedrandom@^3.0.5: | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7" | ||
integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg== | ||
|
||
wrappy@1: | ||
version "1.0.2" | ||
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,13 @@ | |
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.12.0.tgz#f08aebbf4afcb12684422450b0845dd6ef5cfe50" | ||
integrity sha512-7oQusq1e4AIyFgotxVV7Pc40Et0QyvoVjujL+7/qV5Vrbfh0Nj3CfqSgl63weEyI4r0+K6RlGVsjfRuBi05p5w== | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.3.0.tgz#959f1c4eeea4713179e4028c793a06542ad2f3d0" | ||
integrity sha512-ovGI/eLHMJuZCkl630+zA0SU6zuPaUYu1g8LSDcjjEG0g1aadzA6XnrAohI2Man3F7nWvC2pImt3JUgW87iaVA== | ||
dependencies: | ||
"@types/seedrandom" "^2.4.28" | ||
seedrandom "^3.0.5" | ||
|
||
"@types/offscreencanvas@~2019.3.0": | ||
version "2019.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,13 +65,27 @@ | |
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570" | ||
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA= | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.3.0.tgz#959f1c4eeea4713179e4028c793a06542ad2f3d0" | ||
integrity sha512-ovGI/eLHMJuZCkl630+zA0SU6zuPaUYu1g8LSDcjjEG0g1aadzA6XnrAohI2Man3F7nWvC2pImt3JUgW87iaVA== | ||
dependencies: | ||
"@types/seedrandom" "^2.4.28" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/tfjs-core@link:../link-package/node_modules/@tensorflow/tfjs-core": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-4.3.0.tgz#bada62597a010e94ed30dd195d2941e2965c7768" | ||
integrity sha512-Vl6NaZizUZt1KssLuGn9Ube83/fdtZjKjFZDuAbkZwouAo+joJF0mskDKKGBagEyWX5YGRR8FaX9VLy4XLLnsA== | ||
dependencies: | ||
"@types/long" "^4.0.1" | ||
"@types/offscreencanvas" "~2019.7.0" | ||
"@types/seedrandom" "^2.4.28" | ||
"@types/webgl-ext" "0.0.30" | ||
"@webgpu/types" "0.1.21" | ||
long "4.0.0" | ||
node-fetch "~2.6.1" | ||
seedrandom "^3.0.5" | ||
|
||
"@types/argparse@^1.0.38": | ||
version "1.0.38" | ||
|
@@ -100,6 +114,26 @@ | |
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.38.tgz#f8bb07c371ccb1903f3752872c89f44006132947" | ||
integrity sha512-5jY9RhV7c0Z4Jy09G+NIDTsCZ5G0L5n+Z+p+Y7t5VJHM30bgwzSjVtlcBxqAj+6L/swIlvtOSzr8rBk/aNyV2g== | ||
|
||
"@types/offscreencanvas@~2019.7.0": | ||
version "2019.7.0" | ||
resolved "https://registry.yarnpkg.com/@types/offscreencanvas/-/offscreencanvas-2019.7.0.tgz#e4a932069db47bb3eabeb0b305502d01586fa90d" | ||
integrity sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg== | ||
|
||
"@types/seedrandom@^2.4.28": | ||
version "2.4.30" | ||
resolved "https://registry.yarnpkg.com/@types/seedrandom/-/seedrandom-2.4.30.tgz#d2efe425869b84163c2d56e779dddadb9372cbfa" | ||
integrity sha512-AnxLHewubLVzoF/A4qdxBGHCKifw8cY32iro3DQX9TPcetE95zBeVt3jnsvtvAUf1vwzMfwzp4t/L2yqPlnjkQ== | ||
|
||
"@types/[email protected]": | ||
version "0.0.30" | ||
resolved "https://registry.yarnpkg.com/@types/webgl-ext/-/webgl-ext-0.0.30.tgz#0ce498c16a41a23d15289e0b844d945b25f0fb9d" | ||
integrity sha512-LKVgNmBxN0BbljJrVUwkxwRYqzsAEPcZOe6S2T6ZaBDIrFp0qu4FNlpc5sM1tGbXUYFgdVQIoeLk1Y1UoblyEg== | ||
|
||
"@webgpu/[email protected]": | ||
version "0.1.21" | ||
resolved "https://registry.yarnpkg.com/@webgpu/types/-/types-0.1.21.tgz#b181202daec30d66ccd67264de23814cfd176d3a" | ||
integrity sha512-pUrWq3V5PiSGFLeLxoGqReTZmiiXwY3jRkIG5sLLKjyqNxrwm/04b4nw7LSmGWJcKk59XOM/YRTUwOzo4MMlow== | ||
|
||
ansi-regex@^5.0.1: | ||
version "5.0.1" | ||
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" | ||
|
@@ -284,7 +318,7 @@ jsonfile@^4.0.0: | |
optionalDependencies: | ||
graceful-fs "^4.1.6" | ||
|
||
long@^4.0.0: | ||
long@4.0.0, long@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28" | ||
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== | ||
|
@@ -378,6 +412,11 @@ require-directory@^2.1.1: | |
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" | ||
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== | ||
|
||
seedrandom@^3.0.5: | ||
version "3.0.5" | ||
resolved "https://registry.yarnpkg.com/seedrandom/-/seedrandom-3.0.5.tgz#54edc85c95222525b0c7a6f6b3543d8e0b3aa0a7" | ||
integrity sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg== | ||
|
||
source-map-support@^0.5.6: | ||
version "0.5.19" | ||
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -226,36 +226,74 @@ | |
semver "^7.3.5" | ||
tar "^6.1.11" | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
uid "" | ||
|
||
"@tensorflow/tfjs-backend-webgl@link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.3.0.tgz#959f1c4eeea4713179e4028c793a06542ad2f3d0" | ||
integrity sha512-ovGI/eLHMJuZCkl630+zA0SU6zuPaUYu1g8LSDcjjEG0g1aadzA6XnrAohI2Man3F7nWvC2pImt3JUgW87iaVA== | ||
dependencies: | ||
"@types/seedrandom" "^2.4.28" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/tfjs-converter@link:../link-package/node_modules/@tensorflow/tfjs-converter": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-4.3.0.tgz#9bb4fac6592176bfe6e51dc7edae81222521082d" | ||
integrity sha512-ByzAcLK1nIxeP+A+36my1uFtZldUnaI9SIasfC6HcWazcVbxlNwLmK2NcyORkGI1eQjcG8ODbZfADE9OhI6fWw== | ||
dependencies: | ||
"@tensorflow/tfjs-backend-cpu" "4.3.0" | ||
"@types/offscreencanvas" "~2019.3.0" | ||
"@types/seedrandom" "^2.4.28" | ||
"@types/webgl-ext" "0.0.30" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/tfjs-core@link:../link-package/node_modules/@tensorflow/tfjs-core": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-4.3.0.tgz#151bbfa3fca9bc685a2a817b2b02866fc00449eb" | ||
integrity sha512-c/XZSmDWQ/TnHEy8Jd+EyoVIEWtdUtPaLkvtAYi63+iSlft6K4kHdCgwFj37OewJWqPIgP7DIGEhoseOTv8twQ== | ||
|
||
"@tensorflow/tfjs-data@link:../link-package/node_modules/@tensorflow/tfjs-data": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-4.3.0.tgz#bada62597a010e94ed30dd195d2941e2965c7768" | ||
integrity sha512-Vl6NaZizUZt1KssLuGn9Ube83/fdtZjKjFZDuAbkZwouAo+joJF0mskDKKGBagEyWX5YGRR8FaX9VLy4XLLnsA== | ||
dependencies: | ||
"@types/long" "^4.0.1" | ||
"@types/offscreencanvas" "~2019.7.0" | ||
"@types/seedrandom" "^2.4.28" | ||
"@types/webgl-ext" "0.0.30" | ||
"@webgpu/types" "0.1.21" | ||
long "4.0.0" | ||
node-fetch "~2.6.1" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-4.3.0.tgz#2fd9e645666b0717354885ef15bf0be0de86817b" | ||
integrity sha512-WwmiyILakUpUXZ6UyuN3LOz9w93ewDxCUsXdVzacj7qvU4iTJLjqHnkzVv2q4hyMghcr9QkD8QHKdStyJ2vRtQ== | ||
dependencies: | ||
"@types/node-fetch" "^2.1.2" | ||
node-fetch "~2.6.1" | ||
string_decoder "^1.3.0" | ||
|
||
"@tensorflow/tfjs-layers@link:../link-package/node_modules/@tensorflow/tfjs-layers": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-4.3.0.tgz#b19ec6b9d6734a1a95cfecceff451ddbcf866f15" | ||
integrity sha512-q4pR5yfj0A+GIa0Ro9sAEl/EaXdSMLkiZqv021blgIFGt2jHSgS1U49rtFVhn0DpfrgXO1XBZJemZwr+eH/UZQ== | ||
|
||
"@tensorflow/tfjs@link:../tfjs": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-4.3.0.tgz#4dbce8babedf92356725f759e057dd13471dbdc1" | ||
integrity sha512-QLVhUgF54IYuai8Oj+mj19kBPAvubDcW2kz8XZLD4UjIrBvgiocXwSmi/2Foe/FniN8NwqARfdcaFNb0t5QXNQ== | ||
dependencies: | ||
"@tensorflow/tfjs-backend-cpu" "4.3.0" | ||
"@tensorflow/tfjs-backend-webgl" "4.3.0" | ||
"@tensorflow/tfjs-converter" "4.3.0" | ||
"@tensorflow/tfjs-core" "4.3.0" | ||
"@tensorflow/tfjs-data" "4.3.0" | ||
"@tensorflow/tfjs-layers" "4.3.0" | ||
argparse "^1.0.10" | ||
chalk "^4.1.0" | ||
core-js "3" | ||
regenerator-runtime "^0.13.5" | ||
yargs "^16.0.3" | ||
|
||
"@types/glob@*": | ||
version "7.1.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,36 +227,74 @@ | |
semver "^7.3.5" | ||
tar "^6.1.11" | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
|
||
"@tensorflow/tfjs-backend-cpu@link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu": | ||
version "0.0.0" | ||
uid "" | ||
|
||
"@tensorflow/tfjs-backend-webgl@link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-cpu/-/tfjs-backend-cpu-4.3.0.tgz#959f1c4eeea4713179e4028c793a06542ad2f3d0" | ||
integrity sha512-ovGI/eLHMJuZCkl630+zA0SU6zuPaUYu1g8LSDcjjEG0g1aadzA6XnrAohI2Man3F7nWvC2pImt3JUgW87iaVA== | ||
dependencies: | ||
"@types/seedrandom" "^2.4.28" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/tfjs-converter@link:../link-package/node_modules/@tensorflow/tfjs-converter": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-backend-webgl/-/tfjs-backend-webgl-4.3.0.tgz#9bb4fac6592176bfe6e51dc7edae81222521082d" | ||
integrity sha512-ByzAcLK1nIxeP+A+36my1uFtZldUnaI9SIasfC6HcWazcVbxlNwLmK2NcyORkGI1eQjcG8ODbZfADE9OhI6fWw== | ||
dependencies: | ||
"@tensorflow/tfjs-backend-cpu" "4.3.0" | ||
"@types/offscreencanvas" "~2019.3.0" | ||
"@types/seedrandom" "^2.4.28" | ||
"@types/webgl-ext" "0.0.30" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/tfjs-core@link:../link-package/node_modules/@tensorflow/tfjs-core": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-4.3.0.tgz#151bbfa3fca9bc685a2a817b2b02866fc00449eb" | ||
integrity sha512-c/XZSmDWQ/TnHEy8Jd+EyoVIEWtdUtPaLkvtAYi63+iSlft6K4kHdCgwFj37OewJWqPIgP7DIGEhoseOTv8twQ== | ||
|
||
"@tensorflow/tfjs-data@link:../link-package/node_modules/@tensorflow/tfjs-data": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-4.3.0.tgz#bada62597a010e94ed30dd195d2941e2965c7768" | ||
integrity sha512-Vl6NaZizUZt1KssLuGn9Ube83/fdtZjKjFZDuAbkZwouAo+joJF0mskDKKGBagEyWX5YGRR8FaX9VLy4XLLnsA== | ||
dependencies: | ||
"@types/long" "^4.0.1" | ||
"@types/offscreencanvas" "~2019.7.0" | ||
"@types/seedrandom" "^2.4.28" | ||
"@types/webgl-ext" "0.0.30" | ||
"@webgpu/types" "0.1.21" | ||
long "4.0.0" | ||
node-fetch "~2.6.1" | ||
seedrandom "^3.0.5" | ||
|
||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-data/-/tfjs-data-4.3.0.tgz#2fd9e645666b0717354885ef15bf0be0de86817b" | ||
integrity sha512-WwmiyILakUpUXZ6UyuN3LOz9w93ewDxCUsXdVzacj7qvU4iTJLjqHnkzVv2q4hyMghcr9QkD8QHKdStyJ2vRtQ== | ||
dependencies: | ||
"@types/node-fetch" "^2.1.2" | ||
node-fetch "~2.6.1" | ||
string_decoder "^1.3.0" | ||
|
||
"@tensorflow/tfjs-layers@link:../link-package/node_modules/@tensorflow/tfjs-layers": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-4.3.0.tgz#b19ec6b9d6734a1a95cfecceff451ddbcf866f15" | ||
integrity sha512-q4pR5yfj0A+GIa0Ro9sAEl/EaXdSMLkiZqv021blgIFGt2jHSgS1U49rtFVhn0DpfrgXO1XBZJemZwr+eH/UZQ== | ||
|
||
"@tensorflow/tfjs@link:../tfjs": | ||
version "0.0.0" | ||
uid "" | ||
"@tensorflow/[email protected]": | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs/-/tfjs-4.3.0.tgz#4dbce8babedf92356725f759e057dd13471dbdc1" | ||
integrity sha512-QLVhUgF54IYuai8Oj+mj19kBPAvubDcW2kz8XZLD4UjIrBvgiocXwSmi/2Foe/FniN8NwqARfdcaFNb0t5QXNQ== | ||
dependencies: | ||
"@tensorflow/tfjs-backend-cpu" "4.3.0" | ||
"@tensorflow/tfjs-backend-webgl" "4.3.0" | ||
"@tensorflow/tfjs-converter" "4.3.0" | ||
"@tensorflow/tfjs-core" "4.3.0" | ||
"@tensorflow/tfjs-data" "4.3.0" | ||
"@tensorflow/tfjs-layers" "4.3.0" | ||
argparse "^1.0.10" | ||
chalk "^4.1.0" | ||
core-js "3" | ||
regenerator-runtime "^0.13.5" | ||
yargs "^16.0.3" | ||
|
||
"@types/glob@*": | ||
version "7.1.3" | ||
|
Oops, something went wrong.