|
|
@@ -263,6 +263,11 @@ |
|
|
|
"assert-plus": "^1.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"data-uri-to-buffer": { |
|
|
|
"version": "4.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.0.tgz", |
|
|
|
"integrity": "sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==" |
|
|
|
}, |
|
|
|
"data-urls": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", |
|
|
@@ -448,6 +453,15 @@ |
|
|
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", |
|
|
|
"integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" |
|
|
|
}, |
|
|
|
"fetch-blob": { |
|
|
|
"version": "3.1.4", |
|
|
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.4.tgz", |
|
|
|
"integrity": "sha512-Eq5Xv5+VlSrYWEqKrusxY1C3Hm/hjeAsCGVG3ft7pZahlUAChpGZT/Ms1WmSLnEAisEXszjzu/s+ce6HZB2VHA==", |
|
|
|
"requires": { |
|
|
|
"node-domexception": "^1.0.0", |
|
|
|
"web-streams-polyfill": "^3.0.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"filelist": { |
|
|
|
"version": "1.0.1", |
|
|
|
"resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.1.tgz", |
|
|
@@ -471,6 +485,14 @@ |
|
|
|
"mime-types": "^2.1.12" |
|
|
|
} |
|
|
|
}, |
|
|
|
"formdata-polyfill": { |
|
|
|
"version": "4.0.10", |
|
|
|
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", |
|
|
|
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", |
|
|
|
"requires": { |
|
|
|
"fetch-blob": "^3.1.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"function-bind": { |
|
|
|
"version": "1.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", |
|
|
@@ -735,10 +757,20 @@ |
|
|
|
"minimist": "^1.2.5" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node-domexception": { |
|
|
|
"version": "1.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", |
|
|
|
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" |
|
|
|
}, |
|
|
|
"node-fetch": { |
|
|
|
"version": "2.6.1", |
|
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", |
|
|
|
"integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" |
|
|
|
"version": "3.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.1.tgz", |
|
|
|
"integrity": "sha512-SMk+vKgU77PYotRdWzqZGTZeuFKlsJ0hu4KPviQKkfY+N3vn2MIzr0rvpnYpR8MtB3IEuhlEcuOLbGvLRlA+yg==", |
|
|
|
"requires": { |
|
|
|
"data-uri-to-buffer": "^4.0.0", |
|
|
|
"fetch-blob": "^3.1.3", |
|
|
|
"formdata-polyfill": "^4.0.10" |
|
|
|
} |
|
|
|
}, |
|
|
|
"nth-check": { |
|
|
|
"version": "1.0.2", |
|
|
@@ -1181,6 +1213,11 @@ |
|
|
|
"xml-name-validator": "^3.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"web-streams-polyfill": { |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.0.tgz", |
|
|
|
"integrity": "sha512-EqPmREeOzttaLRm5HS7io98goBgZ7IVz79aDvqjD0kYXLtFZTc0T/U6wHTPKyIjb+MdN7DFIIX6hgdBEpWmfPA==" |
|
|
|
}, |
|
|
|
"webidl-conversions": { |
|
|
|
"version": "6.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", |
|
|
|