{
  "_from": "@huggingface/hub@^1.0.0",
  "_id": "@huggingface/hub@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-IZ3fJ4WJ4iOghZkHWaKJY+XZJK9xAbaSIziY+OQcYtxnlcXo01/ibe2y2JjdsIhfzmYpxvov7F1qHoj2ek7tWQ==",
  "_location": "/@huggingface/hub",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@huggingface/hub@^1.0.0",
    "name": "@huggingface/hub",
    "escapedName": "@huggingface%2fhub",
    "scope": "@huggingface",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@huggingface/hub/-/hub-1.0.0.tgz",
  "_shasum": "a41ffa9165d72c1939d954cbf7c80293b20dd63d",
  "_spec": "@huggingface/hub@^1.0.0",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib",
  "author": {
    "name": "Hugging Face"
  },
  "browser": {
    "./src/utils/sha256-node.ts": false,
    "./src/utils/FileBlob.ts": false,
    "./src/lib/cache-management.ts": false,
    "./src/lib/download-file-to-cache-dir.ts": false,
    "./src/lib/snapshot-download.ts": false,
    "./dist/index.js": "./dist/browser/index.js",
    "./dist/index.mjs": "./dist/browser/index.mjs"
  },
  "bugs": {
    "url": "https://github.com/huggingface/huggingface.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@huggingface/tasks": "^0.13.10"
  },
  "deprecated": false,
  "description": "Utilities to interact with the Hugging Face hub",
  "devDependencies": {
    "@types/node": "^20.11.28"
  },
  "engines": {
    "node": ">=18"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "src",
    "dist",
    "index.ts",
    "tsconfig.json"
  ],
  "homepage": "https://github.com/huggingface/huggingface.js#readme",
  "keywords": [
    "huggingface",
    "hub",
    "api",
    "client",
    "hugging",
    "face"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "name": "@huggingface/hub",
  "packageManager": "pnpm@8.10.5",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huggingface/huggingface.js.git"
  },
  "scripts": {
    "build": "tsup && tsc --emitDeclarationOnly --declaration",
    "check": "tsc",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint --quiet --fix --ext .cjs,.ts .",
    "lint:check": "eslint --ext .cjs,.ts .",
    "test": "vitest run",
    "test:browser": "vitest run --browser.name=chrome --browser.headless --config vitest-browser.config.mts"
  },
  "source": "index.ts",
  "types": "./dist/index.d.ts",
  "version": "1.0.0"
}
