{
  "_from": "pkg-types@^2.3.0",
  "_id": "pkg-types@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-SIqCzDRg0s9npO5XQ3tNZioRY1uK06lA41ynBC1YmFTmnY6FjUjVt6s4LoADmwoig1qqD0oK8h1p/8mlMx8Oig==",
  "_location": "/pkg-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pkg-types@^2.3.0",
    "name": "pkg-types",
    "escapedName": "pkg-types",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/local-pkg"
  ],
  "_resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.0.tgz",
  "_shasum": "037f2c19bd5402966ff6810e32706558cb5b5726",
  "_spec": "pkg-types@^2.3.0",
  "_where": "C:\\xampp\\htdocs\\findworkspace\\findworkspace\\node_modules\\local-pkg",
  "bugs": {
    "url": "https://github.com/unjs/pkg-types/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "confbox": "^0.2.2",
    "exsolve": "^1.0.7",
    "pathe": "^2.0.3"
  },
  "deprecated": false,
  "description": "Node.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`",
  "devDependencies": {
    "@types/node": "^24.3.0",
    "@vitest/coverage-v8": "^3.2.4",
    "automd": "^0.4.0",
    "changelogen": "^0.6.2",
    "eslint": "^9.33.0",
    "eslint-config-unjs": "^0.5.0",
    "expect-type": "^1.2.2",
    "jiti": "^2.5.1",
    "prettier": "^3.6.2",
    "typescript": "^5.9.2",
    "unbuild": "^3.6.1",
    "vitest": "^3.2.4"
  },
  "exports": {
    "types": "./dist/index.d.mts",
    "default": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/pkg-types#readme",
  "license": "MIT",
  "name": "pkg-types",
  "packageManager": "pnpm@10.14.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/pkg-types.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest --typecheck",
    "lint": "eslint && prettier -c src test",
    "lint:fix": "automd && eslint --fix . && prettier -w src test",
    "prepack": "pnpm build",
    "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
    "test": "vitest run --typecheck --coverage"
  },
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "version": "2.3.0"
}
