{ "_from": "confbox@^0.1.8", "_id": "confbox@0.1.8", "_inBundle": false, "_integrity": "sha512-RMtmw0iFkeR4YV+fUOSucriAQNb9g8zFR52MWCtl+cCZOFRNL6zeB395vPzFhEjjn4fMxXudmELnl/KF/WrK6w==", "_location": "/confbox", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "confbox@^0.1.8", "name": "confbox", "escapedName": "confbox", "rawSpec": "^0.1.8", "saveSpec": null, "fetchSpec": "^0.1.8" }, "_requiredBy": [ "/mlly/pkg-types" ], "_resolved": "https://registry.npmmirror.com/confbox/-/confbox-0.1.8.tgz", "_shasum": "820d73d3b3c82d9bd910652c5d4d599ef8ff8b06", "_spec": "confbox@^0.1.8", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\mlly\\node_modules\\pkg-types", "bugs": { "url": "https://github.com/unjs/confbox/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers", "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/node": "^22.7.4", "@vitest/coverage-v8": "^2.1.2", "automd": "^0.3.10", "changelogen": "^0.5.7", "detect-indent": "^7.0.1", "eslint": "^9.12.0", "eslint-config-unjs": "^0.4.1", "jiti": "^2.3.1", "js-toml": "^1.0.0", "js-yaml": "^4.1.0", "json5": "^2.2.3", "jsonc-parser": "^3.3.1", "mitata": "^1.0.10", "prettier": "^3.3.3", "smol-toml": "^1.3.0", "toml": "^3.0.0", "typescript": "^5.6.2", "unbuild": "^2.0.0", "vitest": "^2.1.2", "yaml": "^2.5.1" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./json5": { "types": "./dist/json5.d.ts", "import": "./dist/json5.mjs", "require": "./dist/json5.cjs" }, "./jsonc": { "types": "./dist/jsonc.d.ts", "import": "./dist/jsonc.mjs", "require": "./dist/jsonc.cjs" }, "./toml": { "types": "./dist/toml.d.ts", "import": "./dist/toml.mjs", "require": "./dist/toml.cjs" }, "./yaml": { "types": "./dist/yaml.d.ts", "import": "./dist/yaml.mjs", "require": "./dist/yaml.cjs" } }, "files": [ "dist", "*.d.ts" ], "homepage": "https://github.com/unjs/confbox#readme", "keywords": [ "yaml", "toml", "jsonc", "json5", "unjs", "config" ], "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "confbox", "packageManager": "pnpm@9.12.0", "repository": { "type": "git", "url": "git+https://github.com/unjs/confbox.git" }, "scripts": { "bench": "pnpm build && node test/bench.mjs", "build": "unbuild", "dev": "vitest dev --coverage", "lint": "eslint && prettier -c src test", "lint:fix": "eslint --fix && prettier -c src test -w", "prepack": "pnpm build", "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", "test": "pnpm lint && pnpm test:types && vitest run --coverage", "test:types": "tsc --noEmit --skipLibCheck" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "version": "0.1.8" }