{
  "_from": "iceberg-js@^0.8.1",
  "_id": "iceberg-js@0.8.1",
  "_inBundle": false,
  "_integrity": "sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==",
  "_location": "/iceberg-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "iceberg-js@^0.8.1",
    "name": "iceberg-js",
    "escapedName": "iceberg-js",
    "rawSpec": "^0.8.1",
    "saveSpec": null,
    "fetchSpec": "^0.8.1"
  },
  "_requiredBy": [
    "/@supabase/storage-js"
  ],
  "_resolved": "https://registry.npmjs.org/iceberg-js/-/iceberg-js-0.8.1.tgz",
  "_shasum": "47d893468293a010385e1c70123f29d0fc1d9912",
  "_spec": "iceberg-js@^0.8.1",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@supabase/storage-js",
  "author": {
    "name": "mandarini"
  },
  "bugs": {
    "url": "https://github.com/supabase/iceberg-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A small, framework-agnostic JavaScript/TypeScript client for the Apache Iceberg REST Catalog",
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@eslint/json": "^0.14.0",
    "@eslint/markdown": "^7.5.1",
    "@types/node": "^20.0.0",
    "eslint": "^9.39.1",
    "globals": "^16.5.0",
    "jiti": "^2.6.1",
    "prettier": "^3.6.2",
    "tsup": "^8.5.1",
    "typedoc": "^0.28.14",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.47.0",
    "vitest": "^4.0.12"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      },
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/supabase/iceberg-js#readme",
  "keywords": [
    "iceberg",
    "apache-iceberg",
    "rest-catalog",
    "data-lake",
    "catalog"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "iceberg-js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supabase/iceberg-js.git"
  },
  "scripts": {
    "build": "tsup",
    "check": "pnpm lint && pnpm type-check && pnpm test && pnpm build",
    "dev": "tsup --watch",
    "docs": "typedoc src/index.ts",
    "format": "prettier --write .",
    "lint": "eslint .",
    "test": "vitest run",
    "test:compatibility": "bash test/compatibility/run-all.sh",
    "test:integration": "bash scripts/test-integration.sh",
    "test:integration:ci": "bash scripts/test-integration.sh --cleanup",
    "test:watch": "vitest watch",
    "type-check": "tsc --noEmit"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.8.1"
}
