{
  "_from": "@supabase/phoenix@0.4.5",
  "_id": "@supabase/phoenix@0.4.5",
  "_inBundle": false,
  "_integrity": "sha512-aAn9H9ovVyeApKy11OWOrrOGq8DV68yWeH4ud2lN9fzn4aO8Zb5GLL9m1pUg9nLqIcT+ZDfAcsZe0E/nqdv2lw==",
  "_location": "/@supabase/phoenix",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@supabase/phoenix@0.4.5",
    "name": "@supabase/phoenix",
    "escapedName": "@supabase%2fphoenix",
    "scope": "@supabase",
    "rawSpec": "0.4.5",
    "saveSpec": null,
    "fetchSpec": "0.4.5"
  },
  "_requiredBy": [
    "/@supabase/realtime-js"
  ],
  "_resolved": "https://registry.npmjs.org/@supabase/phoenix/-/phoenix-0.4.5.tgz",
  "_shasum": "28f6a0dc020f53f171899b9c6021eecfe2a112d1",
  "_spec": "@supabase/phoenix@0.4.5",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@supabase/realtime-js",
  "author": {
    "name": "Chris McCord",
    "email": "chris@chrismccord.com",
    "url": "https://www.phoenixframework.org"
  },
  "bugs": {
    "url": "https://github.com/supabase/phoenix/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The official JavaScript client for the Phoenix web framework.",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@stylistic/eslint-plugin": "^5.0.0",
    "documentation": "^14.0.3",
    "eslint": "10.6.0",
    "eslint-plugin-jest": "29.15.4",
    "jest": "^30.0.0",
    "jest-environment-jsdom": "^30.0.0",
    "jsdom": "^29.0.1",
    "mock-socket": "^9.3.1",
    "typescript": "^5.9.3"
  },
  "exports": {
    "import": {
      "types": "./priv/static/types/index.d.ts",
      "default": "./priv/static/phoenix.mjs"
    },
    "require": {
      "types": "./priv/static/types/index.d.ts",
      "default": "./priv/static/phoenix.cjs.js"
    }
  },
  "files": [
    "README.md",
    "LICENSE.md",
    "package.json",
    "tsconfig.json",
    "priv/static/*",
    "assets/js/phoenix/*"
  ],
  "homepage": "https://github.com/supabase/phoenix#readme",
  "jsdelivr": "./priv/static/phoenix.min.js",
  "license": "MIT",
  "main": "./priv/static/phoenix.cjs.js",
  "module": "./priv/static/phoenix.mjs",
  "name": "@supabase/phoenix",
  "repository": {
    "type": "git",
    "url": "git://github.com/supabase/phoenix.git"
  },
  "scripts": {
    "build.types": "tsc",
    "docs": "documentation build assets/js/phoenix/index.js -f html -o doc/js",
    "lint": "eslint assets",
    "lint:fix": "eslint --fix assets",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "test.coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
    "test.watch": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --watch"
  },
  "types": "./priv/static/types/index.d.ts",
  "unpkg": "./priv/static/phoenix.min.js",
  "version": "0.4.5"
}
