| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /comunica/app_ojos_/frontend/node_modules/confbox/ |
Upload File : |
{
"name": "confbox",
"version": "0.1.7",
"description": "Compact and high quality YAML, TOML, JSONC and JSON5 parsers",
"keywords": [
"yaml",
"toml",
"jsonc",
"json5",
"unjs",
"config"
],
"repository": "unjs/confbox",
"license": "MIT",
"sideEffects": false,
"type": "module",
"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"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"*.d.ts"
],
"scripts": {
"build": "unbuild",
"dev": "vitest dev --coverage",
"bench": "pnpm build && node test/bench.mjs",
"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"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"automd": "^0.3.7",
"changelogen": "^0.5.5",
"detect-indent": "^7.0.1",
"eslint": "^9.0.0",
"eslint-config-unjs": "0.3.0-rc.6",
"jiti": "^1.21.0",
"js-toml": "^1.0.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
"jsonc-parser": "^3.2.1",
"mitata": "^0.1.11",
"prettier": "^3.2.5",
"smol-toml": "^1.1.4",
"toml": "^3.0.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.5.0",
"yaml": "^2.4.1"
},
"packageManager": "pnpm@9.0.1"
}