aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorJenny Yu <jennyyu212@outlook.com>2022-04-22 19:53:44 -0400
committerJenny Yu <jennyyu212@outlook.com>2022-04-22 19:53:44 -0400
commita5da5e6246a6fd7500fed8b206fc3540be509eab (patch)
tree9fc1e00e3482379075c5ddb84910c73f24cd8683 /package-lock.json
parent7d59a4fee343598f4b5a4adde97c3845e051df11 (diff)
uploading not working (cannot find ffmpeg)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 01763e9b6..0f045c546 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6535,6 +6535,14 @@
"pend": "~1.2.0"
}
},
+ "ffmpeg": {
+ "version": "0.0.4",
+ "resolved": "https://registry.npmjs.org/ffmpeg/-/ffmpeg-0.0.4.tgz",
+ "integrity": "sha1-HEYN+OfaUSf2LO70v6BsWciWMMs=",
+ "requires": {
+ "when": ">= 0.0.1"
+ }
+ },
"file-loader": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/file-loader/-/file-loader-3.0.1.tgz",
@@ -7961,13 +7969,14 @@
"resolved": "https://registry.npmjs.org/image-size-stream/-/image-size-stream-1.1.0.tgz",
"integrity": "sha1-Ivou2mbG31AQh0bacUkmSy0l+Gs=",
"requires": {
+ "image-size": "github:netroy/image-size#da2c863807a3e9602617bdd357b0de3ab4a064c1",
"readable-stream": "^1.0.33",
"tryit": "^1.0.1"
},
"dependencies": {
"image-size": {
- "version": "git+https://github.com/netroy/image-size.git#da2c863807a3e9602617bdd357b0de3ab4a064c1",
- "from": "git+https://github.com/netroy/image-size.git#da2c863807a3e9602617bdd357b0de3ab4a064c1"
+ "version": "github:netroy/image-size#da2c863807a3e9602617bdd357b0de3ab4a064c1",
+ "from": "github:netroy/image-size#da2c863807a3e9602617bdd357b0de3ab4a064c1"
},
"isarray": {
"version": "0.0.1",
@@ -19577,6 +19586,11 @@
"webidl-conversions": "^3.0.0"
}
},
+ "when": {
+ "version": "3.7.8",
+ "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz",
+ "integrity": "sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I="
+ },
"which": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",