Install zip.js and webpack-import-meta-loader

This commit is contained in:
Sam Carlton 2021-01-30 00:46:20 -06:00
parent 47900a5d7d
commit 6138ff50f8
2 changed files with 12 additions and 0 deletions

10
package-lock.json generated
View file

@ -1853,6 +1853,11 @@
}
}
},
"@open-wc/webpack-import-meta-loader": {
"version": "0.4.7",
"resolved": "https://registry.npmjs.org/@open-wc/webpack-import-meta-loader/-/webpack-import-meta-loader-0.4.7.tgz",
"integrity": "sha512-F3d1EHRckk2+ZpgEEAgVITp8BU9DYLBhKOhNMREeQ1BwILRIhrt+V1bebpnd0Mz595jzd7Yh1wSibLsXibkCpg=="
},
"@types/anymatch": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@types/anymatch/-/anymatch-1.3.1.tgz",
@ -2304,6 +2309,11 @@
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
"dev": true
},
"@zip.js/zip.js": {
"version": "2.2.6",
"resolved": "https://registry.npmjs.org/@zip.js/zip.js/-/zip.js-2.2.6.tgz",
"integrity": "sha512-vD9jB0B3Ed6dun2x4EK6IkOelNmMhRdJOgQ8P0F3OZblvb9bJN9q+w2o0uTCxOTnl7vwmS9/tog6hw7mTbeCcg=="
},
"abbrev": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",