{
  "_from": "@supabase/auth-js@2.112.0",
  "_id": "@supabase/auth-js@2.112.0",
  "_inBundle": false,
  "_integrity": "sha512-8qAdObNQHKbSeVBLmf2WLNT7+bCE8zBofpCFiNUqGBAl5qw9VagSvcmPXlh78McAU7iHrGik1oeJxiB2A6B29w==",
  "_location": "/@supabase/auth-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@supabase/auth-js@2.112.0",
    "name": "@supabase/auth-js",
    "escapedName": "@supabase%2fauth-js",
    "scope": "@supabase",
    "rawSpec": "2.112.0",
    "saveSpec": null,
    "fetchSpec": "2.112.0"
  },
  "_requiredBy": [
    "/@supabase/supabase-js"
  ],
  "_resolved": "https://registry.npmjs.org/@supabase/auth-js/-/auth-js-2.112.0.tgz",
  "_shasum": "d37ed2770c43578a08facd3b809a0580006f42a2",
  "_spec": "@supabase/auth-js@2.112.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@supabase/supabase-js",
  "author": {
    "name": "Supabase"
  },
  "bugs": {
    "url": "https://github.com/supabase/supabase-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tslib": "2.8.1"
  },
  "deprecated": false,
  "description": "Official SDK for Supabase Auth",
  "devDependencies": {
    "@faker-js/faker": "^9.9.0",
    "@types/jest": "30.0.0",
    "@types/jsonwebtoken": "^8.5.8",
    "@types/node": "20.19.9",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",
    "jest-mock-server": "^0.1.0",
    "jsonwebtoken": "^9.0.0",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.9",
    "typedoc": "^0.27.9",
    "typescript": "~5.8.3"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "dist",
    "src",
    "migrations",
    "AGENTS.md"
  ],
  "homepage": "https://github.com/supabase/supabase-js/tree/master/packages/core/auth-js",
  "keywords": [
    "auth",
    "supabase",
    "auth",
    "authentication"
  ],
  "license": "MIT",
  "main": "dist/main/index.js",
  "module": "dist/module/index.js",
  "name": "@supabase/auth-js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supabase/supabase-js.git",
    "directory": "packages/core/auth-js"
  },
  "scripts": {
    "build": "npm run build:main && npm run build:module",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "docs": "typedoc --options ../../../typedoc.base.mjs src/index.ts --out docs/v2 --excludePrivate --excludeProtected",
    "docs:json": "typedoc --options ../../../typedoc.base.mjs --json docs/v2/spec.json --excludeExternals --excludePrivate --excludeProtected src/index.ts"
  },
  "types": "dist/module/index.d.ts",
  "version": "2.112.0"
}
