{
  "_from": "confbox@^0.2.4",
  "_id": "confbox@0.2.4",
  "_inBundle": false,
  "_integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==",
  "_location": "/confbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "confbox@^0.2.4",
    "name": "confbox",
    "escapedName": "confbox",
    "rawSpec": "^0.2.4",
    "saveSpec": null,
    "fetchSpec": "^0.2.4"
  },
  "_requiredBy": [
    "/c12",
    "/nitropack",
    "/nuxt/@nuxt/cli",
    "/pkg-types"
  ],
  "_resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz",
  "_shasum": "592e7be71f882a4a874e3c88f0ac1ef6f7da1ce5",
  "_spec": "confbox@^0.2.4",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/c12",
  "bugs": {
    "url": "https://github.com/unjs/confbox/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Compact YAML, TOML, JSONC, JSON5 and INI parser and serializer",
  "devDependencies": {
    "@types/ini": "^4.1.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^25.2.1",
    "@typescript/native-preview": "7.0.0-dev.20260206.1",
    "@vitest/coverage-v8": "^4.0.18",
    "automd": "^0.4.3",
    "changelogen": "^0.6.2",
    "detect-indent": "^7.0.2",
    "ini": "^6.0.0",
    "jiti": "^2.6.1",
    "js-toml": "^1.0.2",
    "js-yaml": "^4.1.1",
    "json5": "^2.2.3",
    "jsonc-parser": "^3.3.1",
    "mitata": "^1.0.34",
    "obuild": "^0.4.26",
    "oxfmt": "^0.28.0",
    "oxlint": "^1.43.0",
    "smol-toml": "^1.6.0",
    "toml": "^3.0.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.18",
    "yaml": "^2.8.2"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./ini": "./dist/ini.mjs",
    "./json5": "./dist/json5.mjs",
    "./jsonc": "./dist/jsonc.mjs",
    "./toml": "./dist/toml.mjs",
    "./yaml": "./dist/yaml.mjs"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/unjs/confbox#readme",
  "keywords": [
    "config",
    "ini",
    "json5",
    "jsonc",
    "toml",
    "unjs",
    "yaml"
  ],
  "license": "MIT",
  "name": "confbox",
  "packageManager": "pnpm@10.28.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unjs/confbox.git"
  },
  "scripts": {
    "bench": "pnpm build && node test/bench.mjs",
    "build": "obuild",
    "dev": "vitest dev --coverage",
    "lint": "oxlint && oxfmt --check src test",
    "lint:fix": "oxlint --fix && oxfmt src test",
    "prepack": "pnpm build",
    "release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
    "test": "pnpm lint && pnpm test:types && vitest run --coverage",
    "test:types": "tsgo --noEmit --skipLibCheck"
  },
  "sideEffects": false,
  "type": "module",
  "types": "./dist/index.d.mts",
  "version": "0.2.4"
}
