{
  "_from": "pkg-types@2.3.1",
  "_id": "pkg-types@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==",
  "_location": "/pkg-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pkg-types@2.3.1",
    "name": "pkg-types",
    "escapedName": "pkg-types",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/@nuxt/devtools-wizard",
    "/@nuxt/kit",
    "/@nuxt/schema",
    "/@nuxt/vite-builder",
    "/@nuxtjs/tailwindcss",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/@pinia-plugin-persistedstate/nuxt/@nuxt/kit",
    "/@pinia/nuxt/@nuxt/kit",
    "/c12",
    "/local-pkg",
    "/nitropack",
    "/nuxt",
    "/nuxt/@nuxt/cli",
    "/nuxt/@nuxt/devtools",
    "/unimport",
    "/unwasm"
  ],
  "_resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz",
  "_shasum": "fa27ed0940efcf40bba453b0e5cab41217b0d442",
  "_spec": "pkg-types@2.3.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss",
  "bugs": {
    "url": "https://github.com/unjs/pkg-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "confbox": "^0.2.4",
    "exsolve": "^1.0.8",
    "pathe": "^2.0.3"
  },
  "deprecated": false,
  "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
  "devDependencies": {
    "@types/node": "^25.2.3",
    "@typescript/native-preview": "latest",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "eslint-config-unjs": "^0.6.2",
    "expect-type": "^1.3.0",
    "obuild": "^0.4.27",
    "oxfmt": "^0.32.0",
    "oxlint": "^1.47.0",
    "prettier": "^3.8.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18"
  },
  "exports": {
    ".": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/pkg-types#readme",
  "license": "MIT",
  "main": "./dist/index.mjs",
  "name": "pkg-types",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/pkg-types.git"
  },
  "scripts": {
    "build": "obuild",
    "dev": "vitest --typecheck",
    "fmt": "automd && oxlint --fix . && oxfmt",
    "lint": "oxlint && oxfmt --check .",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm typecheck",
    "typecheck": "tsgo --noEmit --skipLibCheck"
  },
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "version": "2.3.1"
}
