{
  "_from": "@huggingface/tasks@^0.13.10",
  "_id": "@huggingface/tasks@0.13.13",
  "_inBundle": false,
  "_integrity": "sha512-jaU91/x9mn3q1pwHMzpUiXICqME56LgDgza/nyt4h3Jp6k84YW931YFK5ri32qBDHmtjn/1dR4OMw85+dx87dA==",
  "_location": "/@huggingface/tasks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@huggingface/tasks@^0.13.10",
    "name": "@huggingface/tasks",
    "escapedName": "@huggingface%2ftasks",
    "scope": "@huggingface",
    "rawSpec": "^0.13.10",
    "saveSpec": null,
    "fetchSpec": "^0.13.10"
  },
  "_requiredBy": [
    "/@huggingface/hub"
  ],
  "_resolved": "https://registry.npmjs.org/@huggingface/tasks/-/tasks-0.13.13.tgz",
  "_shasum": "eca913db67cc044e8ed4e10b955303f9138bf198",
  "_spec": "@huggingface/tasks@^0.13.10",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/node_modules/@huggingface/hub",
  "author": {
    "name": "Hugging Face"
  },
  "bugs": {
    "url": "https://github.com/huggingface/huggingface.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "List of ML tasks for huggingface.co/tasks",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist",
    "src",
    "tsconfig.json"
  ],
  "homepage": "https://github.com/huggingface/huggingface.js#readme",
  "keywords": [
    "huggingface",
    "hub",
    "languages"
  ],
  "license": "MIT",
  "main": "./dist/commonjs/index.js",
  "module": "./dist/esm/index.js",
  "name": "@huggingface/tasks",
  "packageManager": "pnpm@8.10.5",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huggingface/huggingface.js.git"
  },
  "scripts": {
    "build": "tshy",
    "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",
    "watch": "npm-run-all --parallel watch:esm watch:cjs",
    "watch:cjs": "tsc --declaration --outdir dist/commonjs --module commonjs --watch",
    "watch:esm": "tsc --declaration --outdir dist/esm --watch"
  },
  "source": "./src/index.ts",
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "0.13.13"
}
