1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 00:38:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-08-09 11:27:18 +08:00
parent 34c9800a2f
commit ec5aeb30aa
2 changed files with 39 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,4 +6,3 @@ page/can.css
page/cache.js
page/cache.css
node_modules/
package-lock.json

39
page/package-lock.json generated Normal file
View File

@ -0,0 +1,39 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"ffmpeg.js": {
"version": "4.2.9003",
"resolved": "https://registry.npmjs.org/ffmpeg.js/-/ffmpeg.js-4.2.9003.tgz",
"integrity": "sha512-l1JBr8HwnnJEaSwg5p8K3Ifbom8O2IDHsZp7UVyr6MzQ7gc32tt/2apoOuQAr/j76c+uDOjla799VSsBnRvSTg=="
},
"gifshot": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/gifshot/-/gifshot-0.4.5.tgz",
"integrity": "sha512-oaOTT7patjxFFv7ptR0R0NNhqy3ZAmcLUQCjM/sTsvsQaUAlB2fHirLajcNAKJ6ufoVhdP+ZkXYvmUycHP1FNg=="
},
"webm-to-mp4": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/webm-to-mp4/-/webm-to-mp4-1.0.0.tgz",
"integrity": "sha512-XCqDsNF9QoUxhsDI2bL+IyAjU+O/u80G8pojnpzMqKVgqIj9+++G8jSzNwMqlTRWP1nRnuVhMIiu3Kszs+PAbQ==",
"requires": {
"ffmpeg.js": "^4.2.9003"
}
},
"xterm": {
"version": "4.19.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-4.19.0.tgz",
"integrity": "sha512-c3Cp4eOVsYY5Q839dR5IejghRPpxciGmLWWaP9g+ppfMeBChMeLa1DCA+pmX/jyDZ+zxFOmlJL/82qVdayVoGQ=="
},
"xterm-addon-fit": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/xterm-addon-fit/-/xterm-addon-fit-0.5.0.tgz",
"integrity": "sha512-DsS9fqhXHacEmsPxBJZvfj2la30Iz9xk+UKjhQgnYNkrUIN5CYLbw7WEfz117c7+S86S/tpHPfvNxJsF5/G8wQ=="
},
"xterm-addon-web-links": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/xterm-addon-web-links/-/xterm-addon-web-links-0.6.0.tgz",
"integrity": "sha512-H6XzjWWZu8FBo+fnYpxdPk9w5M6drbsvwPEJZGRS38MihiQaVFpKlCMKdfRgDbKGE530tw1yH54rhpZfHgt2/A=="
}
}
}