{
  "_from": "futoin-hkdf@^1.5.1",
  "_id": "futoin-hkdf@1.5.1",
  "_inBundle": false,
  "_integrity": "sha512-g5d0Qp7ks55hYmYmfqn4Nz18XH49lcCR+vvIvHT92xXnsJaGZmY1EtWQWilJ6BQp57heCIXM/rRo+AFep8hGgg==",
  "_location": "/futoin-hkdf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "futoin-hkdf@^1.5.1",
    "name": "futoin-hkdf",
    "escapedName": "futoin-hkdf",
    "rawSpec": "^1.5.1",
    "saveSpec": null,
    "fetchSpec": "^1.5.1"
  },
  "_requiredBy": [
    "/@adiwajshing/baileys"
  ],
  "_resolved": "https://registry.npmjs.org/futoin-hkdf/-/futoin-hkdf-1.5.1.tgz",
  "_shasum": "141f00427bc9950b38a42aa786b99c318b9b688d",
  "_spec": "futoin-hkdf@^1.5.1",
  "_where": "D:\\node_js\\siwali\\node_modules\\@adiwajshing\\baileys",
  "author": {
    "name": "Andrey Galkin",
    "email": "andrey@futoin.org"
  },
  "bugs": {
    "url": "https://github.com/futoin/util-js-hkdf/issues",
    "email": "support@futoin.org"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)",
  "devDependencies": {
    "@types/node": "^17.0.35",
    "benchmark": "^2.1.4",
    "chai": "^4.3.6",
    "eslint": "^8.16.0",
    "grunt": "^1.5.3",
    "grunt-eslint": "^24.0.0",
    "grunt-jsdoc-to-markdown": "^6.0.0",
    "grunt-simple-nyc": "^3.0.1",
    "grunt-text-replace": "^0.4.0",
    "mocha": "^10.0.0",
    "tsd": "^0.20.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "hkdf.js",
    "hkdf.d.ts",
    "futoin.json",
    "tls.js",
    "tls.d.ts"
  ],
  "homepage": "https://github.com/futoin/util-js-hkdf#readme",
  "keywords": [
    "futoin",
    "crypto",
    "hkdf",
    "kdf"
  ],
  "license": "Apache-2.0",
  "main": "hkdf.js",
  "name": "futoin-hkdf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futoin/util-js-hkdf.git"
  },
  "scripts": {
    "test": "grunt test && tsd"
  },
  "types": "hkdf.d.ts",
  "version": "1.5.1"
}
