Commit d545ac78 by vincent

fixed broken dependency tree in package-lock.json

parent 4b8bdaec
...@@ -4909,19 +4909,6 @@ ...@@ -4909,19 +4909,6 @@
"requires": { "requires": {
"@tensorflow/tfjs-core": "0.13.2", "@tensorflow/tfjs-core": "0.13.2",
"tslib": "1.9.3" "tslib": "1.9.3"
},
"dependencies": {
"@tensorflow/tfjs-core": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz",
"integrity": "sha512-0+/Lfjmv+eMibVaYCe2trSqps5+K+b5BZbzJTwbHM2fpV1l1XJpp6PLyZ05A4mhQcAiuIgNgim48H97Yl+yAMw==",
"requires": {
"@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.29",
"@types/webgl2": "0.0.4",
"seedrandom": "2.4.4"
}
}
} }
}, },
"tfjs-tiny-yolov2": { "tfjs-tiny-yolov2": {
...@@ -4932,19 +4919,6 @@ ...@@ -4932,19 +4919,6 @@
"@tensorflow/tfjs-core": "0.13.2", "@tensorflow/tfjs-core": "0.13.2",
"tfjs-image-recognition-base": "0.1.2", "tfjs-image-recognition-base": "0.1.2",
"tslib": "1.9.3" "tslib": "1.9.3"
},
"dependencies": {
"@tensorflow/tfjs-core": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz",
"integrity": "sha512-0+/Lfjmv+eMibVaYCe2trSqps5+K+b5BZbzJTwbHM2fpV1l1XJpp6PLyZ05A4mhQcAiuIgNgim48H97Yl+yAMw==",
"requires": {
"@types/seedrandom": "2.4.27",
"@types/webgl-ext": "0.0.29",
"@types/webgl2": "0.0.4",
"seedrandom": "2.4.4"
}
}
} }
}, },
"through2": { "through2": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment