mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "futoin-hkdf",
|
|
"version": "1.3.1",
|
|
"description": "RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)",
|
|
"main": "hkdf.js",
|
|
"types": "hkdf.d.ts",
|
|
"files": [
|
|
"hkdf.js",
|
|
"hkdf.d.ts",
|
|
"futoin.json"
|
|
],
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test && tsd"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/futoin/util-js-hkdf.git"
|
|
},
|
|
"keywords": [
|
|
"futoin",
|
|
"crypto",
|
|
"hkdf",
|
|
"kdf"
|
|
],
|
|
"author": {
|
|
"name": "Andrey Galkin",
|
|
"email": "andrey@futoin.org"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/futoin/util-js-hkdf/issues",
|
|
"email": "support@futoin.org"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^2.1.4",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-eslint": "^22.0.0",
|
|
"grunt-jsdoc-to-markdown": "^5.0.0",
|
|
"grunt-simple-nyc": "^3.0.1",
|
|
"grunt-text-replace": "^0.4.0",
|
|
"mocha": "^7.0.0",
|
|
"tsd": "^0.11.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/futoin-hkdf/-/futoin-hkdf-1.3.1.tgz"
|
|
,"_integrity": "sha512-k1DvCXIFAIx3hK8CSwApotX3JUDwA2Wb55zxyIgqwQpCBF2ZHgVqfHpyjG8mRpmsjRH7SWS1N/vj8EdSF9zBhw=="
|
|
,"_from": "futoin-hkdf@1.3.1"
|
|
} |