添加导入加密插件"laoqianjunzi-crypto"

This commit is contained in:
2026-06-07 10:59:23 +08:00
parent 4ffe829f75
commit 704e9650f9
22 changed files with 5949 additions and 0 deletions
@@ -0,0 +1,28 @@
{
"name": "laoqianjunzi-crypto-runtime-deps",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "laoqianjunzi-crypto-runtime-deps",
"version": "1.0.0",
"dependencies": {
"crypto-es": "^2.1.0",
"jsencrypt": "^3.5.4"
}
},
"node_modules/crypto-es": {
"version": "2.1.0",
"resolved": "https://registry.npmmirror.com/crypto-es/-/crypto-es-2.1.0.tgz",
"integrity": "sha512-C5Dbuv4QTPGuloy5c5Vv/FZHtmK+lobLAypFfuRaBbwCsk3qbCWWESCH3MUcBsrgXloRNMrzwUAiPg4U6+IaKA==",
"license": "MIT"
},
"node_modules/jsencrypt": {
"version": "3.5.4",
"resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz",
"integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==",
"license": "MIT"
}
}
}