|
|
@ -3,6 +3,15 @@ |
|
|
|
"lockfileVersion": 3, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"node_modules/@babel/runtime": { |
|
|
|
"version": "7.27.6", |
|
|
|
"resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.27.6.tgz", |
|
|
|
"integrity": "sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=6.9.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@jridgewell/gen-mapping": { |
|
|
|
"version": "0.3.12", |
|
|
|
"resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz", |
|
|
@ -581,6 +590,29 @@ |
|
|
|
"license": "MIT", |
|
|
|
"peer": true |
|
|
|
}, |
|
|
|
"node_modules/copy-text-to-clipboard": { |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", |
|
|
|
"integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", |
|
|
|
"license": "MIT", |
|
|
|
"engines": { |
|
|
|
"node": ">=12" |
|
|
|
}, |
|
|
|
"funding": { |
|
|
|
"url": "https://github.com/sponsors/sindresorhus" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/core-js": { |
|
|
|
"version": "3.44.0", |
|
|
|
"resolved": "https://registry.npmmirror.com/core-js/-/core-js-3.44.0.tgz", |
|
|
|
"integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==", |
|
|
|
"hasInstallScript": true, |
|
|
|
"license": "MIT", |
|
|
|
"funding": { |
|
|
|
"type": "opencollective", |
|
|
|
"url": "https://opencollective.com/core-js" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/detect-libc": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-1.0.3.tgz", |
|
|
@ -959,6 +991,11 @@ |
|
|
|
"node": ">= 0.6" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/mutation-observer": { |
|
|
|
"version": "1.0.3", |
|
|
|
"resolved": "https://registry.npmmirror.com/mutation-observer/-/mutation-observer-1.0.3.tgz", |
|
|
|
"integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==" |
|
|
|
}, |
|
|
|
"node_modules/neo-async": { |
|
|
|
"version": "2.6.2", |
|
|
|
"resolved": "https://registry.npmmirror.com/neo-async/-/neo-async-2.6.2.tgz", |
|
|
@ -1424,6 +1461,18 @@ |
|
|
|
"HBuilderX": "^3.1.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/vconsole": { |
|
|
|
"version": "3.15.1", |
|
|
|
"resolved": "https://registry.npmmirror.com/vconsole/-/vconsole-3.15.1.tgz", |
|
|
|
"integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==", |
|
|
|
"license": "MIT", |
|
|
|
"dependencies": { |
|
|
|
"@babel/runtime": "^7.17.2", |
|
|
|
"copy-text-to-clipboard": "^3.0.1", |
|
|
|
"core-js": "^3.11.0", |
|
|
|
"mutation-observer": "^1.0.3" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/watchpack": { |
|
|
|
"version": "2.4.4", |
|
|
|
"resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.4.tgz", |
|
|
|