2017-02-17 16:34:20 +08:00
|
|
|
{
|
|
|
|
"name": "crypto.js",
|
2018-10-08 12:22:48 +08:00
|
|
|
"version": "1.1.5",
|
2017-02-17 16:34:20 +08:00
|
|
|
"description": "原生crypto加密模块的二次封装,简化常用加密函数的使用",
|
|
|
|
"keywords": [
|
|
|
|
"md5",
|
|
|
|
"sha1",
|
|
|
|
"base64",
|
2018-05-25 00:09:29 +08:00
|
|
|
"fivejs",
|
2017-02-17 16:34:20 +08:00
|
|
|
"crypto"
|
|
|
|
],
|
|
|
|
"author": "yutent <yutent@doui.cc>",
|
|
|
|
"repository": { "type": "git", "url": "https://github.com/yutent/crypto.js.git" },
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2018-05-25 00:09:29 +08:00
|
|
|
"main": "index.js"
|
2017-02-17 16:34:20 +08:00
|
|
|
}
|