{
  "_from": "futoin-hkdf@^1.5.1",
  "_id": "futoin-hkdf@1.5.3",
  "_inBundle": false,
  "_integrity": "sha512-SewY5KdMpaoCeh7jachEWFsh1nNlaDjNHZXWqL5IGwtpEYHTgkr2+AMCgNwKWkcc0wpSYrZfR7he4WdmHFtDxQ==",
  "_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": [
    "/@whiskeysockets/baileys"
  ],
  "_resolved": "https://registry.npmjs.org/futoin-hkdf/-/futoin-hkdf-1.5.3.tgz",
  "_shasum": "6c8024f2e1429da086d4e18289ef2239ad33ee35",
  "_spec": "futoin-hkdf@^1.5.1",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib/node_modules/@whiskeysockets/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": "^20.4.5",
    "benchmark": "^2.1.4",
    "chai": "^4.3.7",
    "eslint": "^8.46.0",
    "grunt": "^1.6.1",
    "grunt-eslint": "^24.3.0",
    "grunt-jsdoc-to-markdown": "^6.0.0",
    "grunt-simple-nyc": "^3.0.1",
    "grunt-text-replace": "^0.4.0",
    "mocha": "^10.2.0",
    "tsd": "^0.28.1"
  },
  "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.3"
}
