{
  "_from": "@antfu/utils@^8.1.0",
  "_id": "@antfu/utils@8.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Mex9nXf9vR6AhcXmMrlz/HVgYYZpVGJ6YlPgwl7UnaFpnshXs6EK/oa5Gpf3CzENMjkvEx2tQtntGnb7UtSTOQ==",
  "_location": "/@antfu/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@antfu/utils@^8.1.0",
    "name": "@antfu/utils",
    "escapedName": "@antfu%2futils",
    "scope": "@antfu",
    "rawSpec": "^8.1.0",
    "saveSpec": null,
    "fetchSpec": "^8.1.0"
  },
  "_requiredBy": [
    "/vuetify-nuxt-module/unconfig"
  ],
  "_resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-8.1.1.tgz",
  "_shasum": "95b1947d292a9a2efffba2081796dcaa05ecedfb",
  "_spec": "@antfu/utils@^8.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/vuetify-nuxt-module/node_modules/unconfig",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu/utils/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
  "devDependencies": {
    "@antfu/eslint-config": "^4.2.0",
    "@antfu/ni": "^23.3.1",
    "@rollup/plugin-alias": "^5.1.1",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@types/node": "^22.13.4",
    "@types/throttle-debounce": "^5.0.2",
    "bumpp": "^10.0.3",
    "eslint": "^9.20.1",
    "p-limit": "^6.2.0",
    "rollup": "^4.34.7",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-esbuild": "^6.2.0",
    "throttle-debounce": "5.0.0",
    "tsx": "^4.8.0",
    "typescript": "^5.7.3",
    "vite": "^6.1.0",
    "vitest": "^3.0.5"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/utils#readme",
  "keywords": [
    "utils"
  ],
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "@antfu/utils",
  "packageManager": "pnpm@10.4.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/utils.git"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "nr build --watch",
    "lint": "eslint .",
    "lint-fix": "nr lint --fix",
    "prepublishOnly": "npm run build",
    "release": "bumpp --commit --push --tag && npm publish",
    "start": "tsx src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "8.1.1"
}
