(New:Vendor) 添加 crypto-js 3.1.9-1
nodejs 自带 crypto 库,也可使用 crypto-js 这个库来进行加密处理
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -4,6 +4,7 @@ |
"description": "中国蚁剑是一款跨平台的开源网站管理工具", | ||
"main": "app.js", | ||
"dependencies": { | ||
"crypto-js": "^3.1.9-1", | ||
"extract-zip": "^1.6.7", | ||
"geoips": "0.0.1", | ||
"iconv-lite": "^0.4.23", | ||
... | ... |
Please register or sign in to comment