{
  "_from": "c12@3.1.0",
  "_id": "c12@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-uWoS8OU1MEIsOv8p/5a82c3H31LsWVR5qiyXVfBNOzfffjUWtPnhAb4BYI2uG2HfGmZmFjCtui5XNWaps+iFuw==",
  "_location": "/c12",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "c12@3.1.0",
    "name": "c12",
    "escapedName": "c12",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/@prisma/config"
  ],
  "_resolved": "https://registry.npmjs.org/c12/-/c12-3.1.0.tgz",
  "_shasum": "9e237970e1d3b74ebae51d25945cb59664c12c89",
  "_spec": "c12@3.1.0",
  "_where": "/var/www/html/node_modules/@prisma/config",
  "bugs": {
    "url": "https://github.com/unjs/c12/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chokidar": "^4.0.3",
    "confbox": "^0.2.2",
    "defu": "^6.1.4",
    "dotenv": "^16.6.1",
    "exsolve": "^1.0.7",
    "giget": "^2.0.0",
    "jiti": "^2.4.2",
    "ohash": "^2.0.11",
    "pathe": "^2.0.3",
    "perfect-debounce": "^1.0.0",
    "pkg-types": "^2.2.0",
    "rc9": "^2.1.2"
  },
  "deprecated": false,
  "description": "Smart Config Loader",
  "devDependencies": {
    "@types/node": "^24.0.13",
    "@vitest/coverage-v8": "^3.2.4",
    "automd": "^0.4.0",
    "changelogen": "^0.6.2",
    "eslint": "^9.31.0",
    "eslint-config-unjs": "^0.5.0",
    "expect-type": "^1.2.2",
    "magicast": "^0.3.5",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.2.4"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    },
    "./update": {
      "types": "./dist/update.d.mts",
      "default": "./dist/update.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/c12#readme",
  "license": "MIT",
  "name": "c12",
  "packageManager": "pnpm@10.13.1",
  "peerDependencies": {
    "magicast": "^0.3.5"
  },
  "peerDependenciesMeta": {
    "magicast": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/c12.git"
  },
  "scripts": {
    "build": "automd && unbuild",
    "dev": "vitest dev",
    "lint": "eslint . && prettier -c src test",
    "lint:fix": "eslint . --fix && prettier -w src test",
    "prepack": "unbuild",
    "release": "pnpm build && pnpm test && changelogen --release --push --publish",
    "test": "pnpm lint && vitest run --coverage && pnpm test:types",
    "test:types": "tsc --noEmit"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "3.1.0"
}
