{
  "_from": "@panva/hkdf@^1.0.2",
  "_id": "@panva/hkdf@1.2.1",
  "_inBundle": false,
  "_integrity": "sha512-6oclG6Y3PiDFcoyk8srjLfVKyMfVCKJ27JwNPViuXziFpmdz+MZnZN/aKY0JGXgYuO/VghU0jcOAZgWXZ1Dmrw==",
  "_location": "/@panva/hkdf",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@panva/hkdf@^1.0.2",
    "name": "@panva/hkdf",
    "escapedName": "@panva%2fhkdf",
    "scope": "@panva",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/next-auth"
  ],
  "_resolved": "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.2.1.tgz",
  "_shasum": "cb0d111ef700136f4580349ff0226bf25c853f23",
  "_spec": "@panva/hkdf@^1.0.2",
  "_where": "/var/www/tecnibi/node_modules/next-auth",
  "author": {
    "name": "Filip Skokan",
    "email": "panva.ip@gmail.com"
  },
  "browser": "./dist/web/index.js",
  "bugs": {
    "url": "https://github.com/panva/hkdf/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "HKDF with no dependencies using runtime's native crypto",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "bun": "./dist/web/index.js",
      "deno": "./dist/web/index.js",
      "browser": "./dist/web/index.js",
      "worker": "./dist/web/index.js",
      "workerd": "./dist/web/index.js",
      "import": "./dist/node/esm/index.js",
      "require": "./dist/node/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/**/package.json",
    "dist/**/*.js",
    "dist/types/**/*.d.ts",
    "!dist/types/runtime/*",
    "!dist/deno/**/*"
  ],
  "funding": {
    "url": "https://github.com/sponsors/panva"
  },
  "homepage": "https://github.com/panva/hkdf",
  "keywords": [
    "browser",
    "cloudflare",
    "deno",
    "electron",
    "hkdf",
    "isomorphic",
    "rfc5869",
    "RFC 5869",
    "universal",
    "webcrypto",
    "workers"
  ],
  "license": "MIT",
  "main": "./dist/node/cjs/index.js",
  "name": "@panva/hkdf",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panva/hkdf.git"
  },
  "sideEffects": false,
  "types": "./dist/types/index.d.ts",
  "version": "1.2.1"
}
