mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-05 00:55:34 +00:00
major security update
This commit is contained in:
54
server/node_modules/node-cryptojs-aes/package.json
generated
vendored
Normal file
54
server/node_modules/node-cryptojs-aes/package.json
generated
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user