1 Star 0 Fork 22

chhw/crypto-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
evanvosberg 提交于 2021-07-22 15:01 . Update dev dependencies.
{
"name": "crypto-js",
"title": "crypto-js",
"description": "JavaScript library of crypto standards.",
"version": "4.1.1",
"homepage": "http://github.com/brix/crypto-js",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/brix/crypto-js.git"
},
"bugs": {
"url": "http://github.com/brix/crypto-js/issues"
},
"license": "MIT",
"scripts": {
"build": "grunt build",
"test": "grunt default"
},
"main": "index.js",
"browser": {
"crypto": false
},
"dependencies": {},
"devDependencies": {
"fmd": "~0.0.3",
"grunt": "^1.3.2",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-jsonlint": "^2.1.3",
"grunt-update-json": "^0.2.2",
"load-grunt-config": "^4.0.0",
"lodash": "^4.17.21"
},
"keywords": [
"security",
"crypto",
"Hash",
"MD5",
"SHA1",
"SHA-1",
"SHA256",
"SHA-256",
"RC4",
"Rabbit",
"AES",
"DES",
"PBKDF2",
"HMAC",
"OFB",
"CFB",
"CTR",
"CBC",
"Base64",
"Base64url"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chhw/crypto-js.git
git@gitee.com:chhw/crypto-js.git
chhw
crypto-js
crypto-js
develop

搜索帮助