{ "name": "crypto.web.js", "version": "1.0.5", "type": "module", "main": "dist/index.js", "files": [ "dist/*" ], "description": "crypto.js浏览器版本,提供常用的加密封装", "keywords": [ "md5", "sha1", "sha256", "sha512", "hmac", "base64", "crypto", "crypto-js", "crypto.js" ], "author": "Yutent ", "scripts": { "start": "node ./build.js" }, "repository": { "type": "git", "url": "https://git.wkit.fun/bytedo/crypto.web.js" }, "license": "MIT" }