9 Star 81 Fork 19

Gitee 极速下载 / crypto-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/brix/crypto-js
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
evanvosberg 提交于 2023-10-25 00:01 . Bump version.
{
"name": "crypto-js",
"title": "crypto-js",
"description": "JavaScript library of crypto standards.",
"version": "4.2.0",
"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.4.3",
"grunt-cli": "^1.4.3",
"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"
]
}
JavaScript
1
https://gitee.com/mirrors/crypto-js.git
git@gitee.com:mirrors/crypto-js.git
mirrors
crypto-js
crypto-js
develop

搜索帮助