You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xzjl-ui/node_modules/wxmp-rsa/package.json

29 lines
522 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"name": "wxmp-rsa",
"version": "2.1.0",
"description": "兼容小程序环境的rsa加解密库支持超长文本和中文字符",
"author": "neohan",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"keywords": [
"wxmp",
"rsa",
"jsencrypt",
"crypt",
"miniprogram"
],
"license": "MIT",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/neohan666/wxmp-rsa.git"
},
"devDependencies": {
"typescript": "^4.3.5"
}
}