mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"author": {
|
|
"name": "Jack Carrick Xiang Cheng",
|
|
"email": "chengxianga2008@yahoo.com",
|
|
"url": "inovlab.com"
|
|
},
|
|
"name": "node-cryptojs-aes",
|
|
"description": "Standalone cryptographic library. A minimalist port of cryptojs javascript library to node.js, that supports AES symmetric key cryptography. node-cryptojs-aes works great on frontend data masking and unmasking.",
|
|
"version": "0.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/chengxianga2008/node-cryptojs-aes.git"
|
|
},
|
|
"main": "cryptojs.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"keywords": [
|
|
"cryptojs",
|
|
"aes",
|
|
"data masking",
|
|
"cryptography",
|
|
"frontend",
|
|
"encryption"
|
|
],
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/chengxianga2008/node-cryptojs-aes",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/chengxianga2008/node-cryptojs-aes/issues"
|
|
},
|
|
"_id": "node-cryptojs-aes@0.4.0",
|
|
"dist": {
|
|
"shasum": "64cfba80c1fbc9fac347c8eb2c2c12adbd3a8a07",
|
|
"tarball": "http://registry.npmjs.org/node-cryptojs-aes/-/node-cryptojs-aes-0.4.0.tgz"
|
|
},
|
|
"_from": "node-cryptojs-aes@",
|
|
"_npmVersion": "1.4.3",
|
|
"_npmUser": {
|
|
"name": "chengxianga2008",
|
|
"email": "chengxianga2008@yahoo.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "chengxianga2008",
|
|
"email": "chengxianga2008@yahoo.com"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_shasum": "64cfba80c1fbc9fac347c8eb2c2c12adbd3a8a07",
|
|
"_resolved": "https://registry.npmjs.org/node-cryptojs-aes/-/node-cryptojs-aes-0.4.0.tgz"
|
|
}
|