{ "name": "crypto.js", "version": "3.2.2", "description": "原生crypto加密模块的二次封装,简化常用加密函数的使用", "keywords": [ "md5", "sha1", "sha256", "hmac", "aes", "base64", "crypto", "crypto-js", "crypto.js" ], "author": "yutent ", "repository": { "type": "git", "url": "https://git.wkit.fun/bytedo/crypto.js.git" }, "main": "dist/index.js", "files": [ "dist/*" ], "scripts": { "start": "node ./build.js" }, "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs" } }