|
@@ -27,6 +27,12 @@
|
27
|
27
|
"tweetnacl": "^0.14.3"
|
28
|
28
|
}
|
29
|
29
|
},
|
|
30
|
+ "node_modules/blueimp-canvas-to-blob": {
|
|
31
|
+ "version": "3.29.0",
|
|
32
|
+ "resolved": "https://registry.npmmirror.com/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.29.0.tgz",
|
|
33
|
+ "integrity": "sha512-0pcSSGxC0QxT+yVkivxIqW0Y4VlO2XSDPofBAqoJ1qJxgH9eiUDLv50Rixij2cDuEfx4M6DpD9UGZpRhT5Q8qg==",
|
|
34
|
+ "license": "MIT"
|
|
35
|
+ },
|
30
|
36
|
"node_modules/brace-expansion": {
|
31
|
37
|
"version": "1.1.11",
|
32
|
38
|
"resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -43,6 +49,16 @@
|
43
|
49
|
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
44
|
50
|
"dev": true
|
45
|
51
|
},
|
|
52
|
+ "node_modules/compressorjs": {
|
|
53
|
+ "version": "1.2.1",
|
|
54
|
+ "resolved": "https://registry.npmmirror.com/compressorjs/-/compressorjs-1.2.1.tgz",
|
|
55
|
+ "integrity": "sha512-+geIjeRnPhQ+LLvvA7wxBQE5ddeLU7pJ3FsKFWirDw6veY3s9iLxAQEw7lXGHnhCJvBujEQWuNnGzZcvCvdkLQ==",
|
|
56
|
+ "license": "MIT",
|
|
57
|
+ "dependencies": {
|
|
58
|
+ "blueimp-canvas-to-blob": "^3.29.0",
|
|
59
|
+ "is-blob": "^2.1.0"
|
|
60
|
+ }
|
|
61
|
+ },
|
46
|
62
|
"node_modules/concat-map": {
|
47
|
63
|
"version": "0.0.1",
|
48
|
64
|
"resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
|
|
@@ -156,6 +172,18 @@
|
156
|
172
|
"node": ">= 0.10"
|
157
|
173
|
}
|
158
|
174
|
},
|
|
175
|
+ "node_modules/is-blob": {
|
|
176
|
+ "version": "2.1.0",
|
|
177
|
+ "resolved": "https://registry.npmmirror.com/is-blob/-/is-blob-2.1.0.tgz",
|
|
178
|
+ "integrity": "sha512-SZ/fTft5eUhQM6oF/ZaASFDEdbFVe89Imltn9uZr03wdKMcWNVYSMjQPFtg05QuNkt5l5c135ElvXEQG0rk4tw==",
|
|
179
|
+ "license": "MIT",
|
|
180
|
+ "engines": {
|
|
181
|
+ "node": ">=6"
|
|
182
|
+ },
|
|
183
|
+ "funding": {
|
|
184
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
185
|
+ }
|
|
186
|
+ },
|
159
|
187
|
"node_modules/is-core-module": {
|
160
|
188
|
"version": "2.13.1",
|
161
|
189
|
"resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.1.tgz",
|