{"_id":"@speclynx/apidom-error","_rev":"73-a07596105cd5a0e5489fef3ed2f5ddf0","name":"@speclynx/apidom-error","dist-tags":{"latest":"5.2.6"},"versions":{"1.12.1":{"name":"@speclynx/apidom-error","version":"1.12.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@1.12.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"3815eadd1b739f7133219d4a0587fc221645d291","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-1.12.1.tgz","fileCount":24,"integrity":"sha512-rv6RWiYgzx4ghSdYSFQgBx2wC34djZ+DN8HwutctbYLooQUJbLOyB+3+JjFv78ZSRs81klrP2+7nQTaJ8JwpoQ==","signatures":[{"sig":"MEUCIQCY3Z4h2HLp/i7ZNDmMvM4KRMdTa1Zvb2/wLUOwSyQI1AIgG5a9y19KVeXbuV9FnvMkC6lkfxvS1JyCoZRVIHkzAh4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@1.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":65743},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"49be88493f922c4ace2e4ebc0f23387ccb62c4fc","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"char0n","email":"vladimir.gorej@gmail.com"},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_1.12.1_1766497312977_0.9130054042063358","host":"s3://npm-registry-packages-npm-production"}},"1.12.2":{"name":"@speclynx/apidom-error","version":"1.12.2","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@1.12.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"c801f7f071a029c790a51f280ee0b1dc25b46950","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-1.12.2.tgz","fileCount":24,"integrity":"sha512-+yTPX+cwsPtcpCs5RvOo/58rgwhMm5IYjzrPh4aJHI7s1rgQsRnL5SguFk9UWv+b294AbujiTkYmlBzYt3kO4A==","signatures":[{"sig":"MEUCIHn0Hbqbt0rsbqi0wbFM7AY77soS6BTi8Ly+cTOdUwdGAiEAht2V03BUXIo140GUUcOyYkYmcXHFCC17aJXrXbIyKGY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@1.12.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":65895},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"8c77c8183cb058797925e09a0b5399612e3a2e39","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_1.12.2_1766500795693_0.6338457962444424","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@speclynx/apidom-error","version":"2.0.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.0.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"fcbc1d340d0858aa599e318b33d7e670d2e8de06","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.0.0.tgz","fileCount":24,"integrity":"sha512-OGbE2/HafvowdiePMMAFIACBnP6MyAAS1w4NOba7vNoBWQJNeDPqcfDiOKPPWCuIRZT3oiAUsRVQftzYlA343A==","signatures":[{"sig":"MEYCIQCm3iEoyz0SExiUjO9DpGgd+MEmlcdXFwKgxOWaaxAnWgIhALdh8dne6zav/jFDSe1a2iBh74V4dOhwAmedYvbskgvU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":66421},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"56ef328a347e1e5e17630b4d0cca5b7b361f1686","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.0.0_1768385150038_0.7408367227104262","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"@speclynx/apidom-error","version":"2.0.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.0.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"1e7ed7301d2a8ca02740bdad27e4deb6440a18eb","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.0.1.tgz","fileCount":24,"integrity":"sha512-imCi1Q0eG5CnczB142tnPD+AZZ/FRU2Bt28kn0JIcGE1l4Pxyvb9qNsNGXYvkuiaECywCBkwDLDI/3q9K0/C+A==","signatures":[{"sig":"MEUCIQCj3w8QkORjwDOQjzpqTOo95pi7O5h31+ETjfV99Y8GjwIgYxVhtMOg+tyFtjzcQRtAsr3ffqyDnsjqmGX0zt6yEWo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":66570},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"6a9caf87f445f76ffd69afa760990ffa784bc82d","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.0.1_1768387588201_0.36411542602225766","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@speclynx/apidom-error","version":"2.1.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.1.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"8400315f013ebc2c27552314de609a8194148b6c","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.1.0.tgz","fileCount":24,"integrity":"sha512-Suj0YVXjrDhcwFGcXEtOWVJU3n88iJjhbDTi1BajNbbwEeqjckYzkCmkHLkBQs3aAMk5xz/H+nIloMSecNyYYQ==","signatures":[{"sig":"MEUCIAinMctpRXHRps/me4xgPnjSoDKURAx3dWJ+V3aOZO87AiEA9tpIPnH1QxWwO8oFD9yQZWG1vwE6dQ83GJI1chw42IY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":66718},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"dd02cfbbe82b0a31c6e7c444cec140e740e1c6e9","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.1.0_1768687956139_0.20134215066627403","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"@speclynx/apidom-error","version":"2.2.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.2.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"0817adf221ce77f840a8a89f9a215068f6b19d2a","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.2.0.tgz","fileCount":24,"integrity":"sha512-Zt3IVsE+hM/nBtLvjw2t5S1mO1gJ0Lxg5VI5pvIZrZ4zDpnN8kfKk603qiNGm5Of3NF+d7NyJgJfbvVJE7E/7A==","signatures":[{"sig":"MEYCIQC5TgDy/eqNYKZn6q9RY2ZVuxaP5c+rrtq4JEW2T9FVHQIhAMkha/sq45IZcTrf9L4/S1TJFBSDUGSXThHLpclOvr2D","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":66866},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"a3bfd57f83437ee123f2ef3175aedf30dd860b67","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.2.0_1768839041894_0.3050094009525999","host":"s3://npm-registry-packages-npm-production"}},"2.2.1":{"name":"@speclynx/apidom-error","version":"2.2.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.2.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"8a36a901b720f2572469e6eb6227ea9ccf68ac38","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.2.1.tgz","fileCount":24,"integrity":"sha512-83kQDrurb4BNGLMrVdJVTgyXF+kiuJLx9P/SAKyyMmxuwbrxP+6clVXpyLcaojgADY9VKhuFIW/VYrWtkQ4cCg==","signatures":[{"sig":"MEUCIQCiNn6zVfjCOJp3DJRweoQpAA8913jxlN/1VVkT1EMeQAIgeLbQwE0t5SZGynzJ7hXN+aQE1X0yrWyRdWXtpbeHT4I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67015},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"3d4d6dd6b579ad443dc578ce1e3f05abf27228be","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.2.1_1768901876456_0.33581522042723333","host":"s3://npm-registry-packages-npm-production"}},"2.2.2":{"name":"@speclynx/apidom-error","version":"2.2.2","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.2.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"2c08de965683e4236dcae98491743bfcfc154b43","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.2.2.tgz","fileCount":24,"integrity":"sha512-AOm4R9Ypk8BbUQKl6SsK5zoUPX4eAbN8tXeeOembcS49NPaa55acgGyWLApmwWpmMzS0OUGUtrV+LORFjwNWAA==","signatures":[{"sig":"MEYCIQD4fFAJ3P3Exue312Q8+mf5NLBDUB7A8dTiun1QkRDlGwIhAKQql+kTm17XAUbMrUMFbSELP9DU8gWnd25g6Ua9Rtbu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67164},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"220dbc19c94e58d28ea05d05c4eaf2f5dc0c5fbc","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.2.2_1769158971371_0.25919159620635934","host":"s3://npm-registry-packages-npm-production"}},"2.2.3":{"name":"@speclynx/apidom-error","version":"2.2.3","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.2.3","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"4aec657020296cf527e623c77beb15072f283d30","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.2.3.tgz","fileCount":24,"integrity":"sha512-WgwrXzT/0NRwN22fFsEgqeGDdnPQq5g6xrziG7MP2he7Zy2tITaDb3QMXs3uAi/nXK4fPlnTk6Ynyh6jmin+qg==","signatures":[{"sig":"MEUCIEgTckPmLCy1QBWIZ7EBDAoSGztNNBWcSK10u0KGj6QWAiEAokiQ28ujc5IqX7emm+vQpZSB30FlN4j3+K8sS4qmIFA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67253},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"e08f97d01904015b1cf621e093145fe55de0d02d","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.2.3_1769469754597_0.022748484478515296","host":"s3://npm-registry-packages-npm-production"}},"2.3.0":{"name":"@speclynx/apidom-error","version":"2.3.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.3.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"05f042a3af240130aa2a1d1ebd556a7779a0e9e6","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.3.0.tgz","fileCount":24,"integrity":"sha512-yT/Hv5ELUaGfx6C6IkqPH0VzSQxO7uAJeY9UDt7U1Zp2oM44ecxwrDyLRJSFYnZLutCM/33Wgfyi5iFR2rxmmg==","signatures":[{"sig":"MEUCIQDFwidXxGxd/YDL76dqsgdxNK3GYdNyd5mdRArNHZrJHgIgEAtRNsjP2MjrWR1/KPkGuzGh/V6cSgFUna1Ea6KejYQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67401},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"b561fa09e688f1d9b1968b8353f32ddad9a4a803","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.3.0_1769519930279_0.8482369573967239","host":"s3://npm-registry-packages-npm-production"}},"2.4.0":{"name":"@speclynx/apidom-error","version":"2.4.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.4.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"f0f718b34644dfdc33b13bfa929c418aa17e4c44","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.4.0.tgz","fileCount":24,"integrity":"sha512-Gy5ubD41xODCEzuGw87F2riGwX/dy8b4EY1YPNn+O9+ajV2D13wu/9kc2gnIjU4GGV1tN8JZa+TuRaGFf45FEg==","signatures":[{"sig":"MEUCIDBzWZWT4eHIounmFgP/bqBMAhVxPKi6DVwdZiB0ps+YAiEAsLJ0VclUxI6MwC2pdQaUAmYOglqDLdvHMXN0gD3IuuQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67549},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"f127ee0b98cc108b83a690bf317895e17a32b4d4","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.4.0_1769689131038_0.8524703619252947","host":"s3://npm-registry-packages-npm-production"}},"2.5.0":{"name":"@speclynx/apidom-error","version":"2.5.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.5.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"3549374df6e5df64aa9b3e57280745a7684b04e0","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.5.0.tgz","fileCount":24,"integrity":"sha512-xgYRODlyXjJSsaQSOyNlOMrZO9KvwfLTcMM6aE7PdWRV31nZKQTgF7CbFEro//frR6xdZIldOYdEkBYL96Cggw==","signatures":[{"sig":"MEYCIQCY+4zn39m1yzh9qA3ubE1PFB5m8yKaSZ2xfoiAsTg/TwIhAJsY/q6PQu+4DTyntzrQVJFKm9YR5elGWD0577OMLEF5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67697},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"6473d0f9ea30c7fe89aae039e91a0859eaf3cd1c","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.5.0_1769772924549_0.9014366462012058","host":"s3://npm-registry-packages-npm-production"}},"2.5.1":{"name":"@speclynx/apidom-error","version":"2.5.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.5.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"398bb6cf27eb4578a5fc0a6c75ba7884e7a37368","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.5.1.tgz","fileCount":24,"integrity":"sha512-rSur5RAJIw1Vu7vxHXCMKQMR/HUedGdQ2UHGl+sdnTm1BGuHxUZ8CDfkP1guuKKkPE8ymiz1ksBiFIVat0fRHg==","signatures":[{"sig":"MEUCIHQ65GQLMeOZfvmLFYJu5T/QI5njMNVgzIb6PrbTF8EaAiEA8bZ5nkIIvAMZgLe/owv74k6gEfgpfvnZbYXCG1xkSsw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67846},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"49572d30d0374de3ae9a52579ed490ef0fa07431","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.5.1_1769863407489_0.04923075469652671","host":"s3://npm-registry-packages-npm-production"}},"2.6.0":{"name":"@speclynx/apidom-error","version":"2.6.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.6.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"f13f73d71fab381f8765d4f375af20a256a2f326","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.6.0.tgz","fileCount":24,"integrity":"sha512-6JXxUnOYiCdH9j2bQ2LKQ6j3YK+KnqM69KbT7jp6ezpiObh4qzx3uA41EafWfm3NUqHahqO47Db9Gsa9cRqDPA==","signatures":[{"sig":"MEUCICDUZkvCWiP518QQ0/TnsCGHxUptqJGgEZvjsWQVVPnDAiEA3ITni5n8y+nv85IPUTpED52p0q1QRc92ZQ0ANCmlspc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":67994},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"d96eb344cc26a57935aa3a425ea2447d6e8e77b2","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.6.0_1770154347079_0.21751193393010926","host":"s3://npm-registry-packages-npm-production"}},"2.6.1":{"name":"@speclynx/apidom-error","version":"2.6.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.6.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"01dc07e3b374c736946a43f27af3ced846593f01","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.6.1.tgz","fileCount":24,"integrity":"sha512-5H1Stpa46xQNmL0b8UZt6RsTaqKQqSvPBhI77hnMI4CBYO0nkwL+uHUH9zmAtQ/DpVqB5aDcbYWdmTmX8J9WVQ==","signatures":[{"sig":"MEYCIQCTm+vN2+EHvHfx0ur9d6EcNwUGYMSJJhlTCa/Z2C5zTgIhAMt2ksPPzU9fyEij0rbss0J5baKPcsX4Mof4Ru5UKJpm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.6.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68143},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"bac6186b9bca75fd7deac283c3fb042559eea5fb","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.6.1_1770208689064_0.9958109300274107","host":"s3://npm-registry-packages-npm-production"}},"2.7.0":{"name":"@speclynx/apidom-error","version":"2.7.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.7.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"d7e19104980d0fa3602d517e8d0ceac29bb9da9c","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.7.0.tgz","fileCount":24,"integrity":"sha512-fHgmWaWE+tEanF6o64PejGEI54xJk65wJtbmAfIuDAka7vw8WSb1F2a16xDt9ImrT9YeXX9pocpUtTP+l9NNRw==","signatures":[{"sig":"MEQCID/JrtxV/pLB3l90r9UbiIuAF5T/01dQbXQ1Dneh9V74AiAOaYSJosXUmFJZw6BBXbRmM6dAPOhiFSP+7MnA1XzD8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68291},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"82ac9430aa882d0a5c63a17f7da8f5c0dcbca737","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.7.0_1770300596406_0.025742564707735838","host":"s3://npm-registry-packages-npm-production"}},"2.8.0":{"name":"@speclynx/apidom-error","version":"2.8.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.8.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"056982ad1eeee323fb14bae5e2c49adc0e4b7748","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.8.0.tgz","fileCount":24,"integrity":"sha512-O3t7qJmlPvyxi3A0keQ0gTADpM7veHZSIXcuqZb9uued1oDzZwMAxd6Ue83NnM2RzwhrmLxc+q1nSOgH0eQutA==","signatures":[{"sig":"MEQCIGkuHjxfsqF7B1qI/bAwC4qHhnNBnQpRNu6+YhiJad1RAiBT08srR0VqsfhsyWRpdNPmQ7tZwAuUOKN8Yu8SV+b8Ug==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68439},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"467e34a8f8a9d56622faf0794e4ef9c1fe86b849","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.8.0_1770422264886_0.48469077214862977","host":"s3://npm-registry-packages-npm-production"}},"2.9.0":{"name":"@speclynx/apidom-error","version":"2.9.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.9.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"fae40af9ca6b27d3b4b0f93574e4967239c8134f","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.9.0.tgz","fileCount":24,"integrity":"sha512-T3TKKtG7YPmzvpmw7iFGqJZq25KFetxfxPVFcEAyNlYSjdyzAAVekyReqRPckDHxzf3Ou7YT2AVrNH5Gpub5lw==","signatures":[{"sig":"MEYCIQCC3iSwid4k7YIEGP4cLwzKMnGN6NszIyx7K7U/FmPZuwIhAM1TBTQncTkcm2B64srRdRBB3xR4KF8TNgs12soDmIub","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68587},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"171956df4417a88238134c1854a5ff823aa144d8","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.9.0_1770536687872_0.9590687866161005","host":"s3://npm-registry-packages-npm-production"}},"2.10.0":{"name":"@speclynx/apidom-error","version":"2.10.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.10.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"13a7e85dddf1e26b3b360698dddd0f4e1a0fc3b2","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.10.0.tgz","fileCount":24,"integrity":"sha512-mgUNzjVf2f1jsea5TH/Rocd0+vR4EopEsHVtwnAMXeIU9uLsnb/61NV2P0h0qqa4CIcamCUAq4K7yNJkBoUUeA==","signatures":[{"sig":"MEUCIQDQ++mYVBS4vJPMOtma9NxRXdUUdpWbu/jcQLRE5hJ/kAIgcrV/voWOMqUWbo2vBdbTLzRK1v36xoX0NHRTHm343cU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68738},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"c2de0d651a39aff9118bb852e88a884d2d0aeb1b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.10.0_1770554452271_0.08971704917203849","host":"s3://npm-registry-packages-npm-production"}},"2.10.1":{"name":"@speclynx/apidom-error","version":"2.10.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.10.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"07ffdafc2c6d923878f852c359293de324105100","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.10.1.tgz","fileCount":24,"integrity":"sha512-wRds6Hw2QbPpT3JTuYWuFkKb+cmzfkiecPMLDa+XN0oAHGke4iuTCvlMkz/cS0MqPwKv2FtyrobSIIk5KpkjDw==","signatures":[{"sig":"MEQCIEviQK9JOf3vnuNxZO5QIFaAPEmUz6gryuJ9OZ0+UdbKAiAoGThoB+uC8X908g/iyqatuC6b4boPzw0RBDHhNKq8wQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":68890},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"c17dde40295b5156a2fab55d247a5cbe0cd4ddf3","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.10.1_1770587597027_0.908917978743162","host":"s3://npm-registry-packages-npm-production"}},"2.10.2":{"name":"@speclynx/apidom-error","version":"2.10.2","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.10.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"8e76b6f0aaaca390df6d683b074822e5bd43c632","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.10.2.tgz","fileCount":24,"integrity":"sha512-j1gdyfn8WE9E9pq4juwFnwyVDWL5xfVV5gU+jiClBVOkOUFWcC8f6WXL3hAhdM7FqaZd6EWI3gP9YyhpnO9hgg==","signatures":[{"sig":"MEYCIQCUEyPVAuZeFHaEw/CJJ8gKE9PcFfXacjPPN2LrhQ/I0AIhANgZVxXCYX4F6eIlLTgxDr7qOaNXl1fEQwG4Bq+5wxbN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.10.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69042},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"13e4768403e45eb996509a423b0e0b3833c31fc1","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.10.2_1770591334673_0.44536497002533393","host":"s3://npm-registry-packages-npm-production"}},"2.10.3":{"name":"@speclynx/apidom-error","version":"2.10.3","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.10.3","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"ac726741ffc38396373bedf9d50fb169de2477c7","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.10.3.tgz","fileCount":24,"integrity":"sha512-oboYQCJXkR9VQ0Qlf/EI2HM9ZOhRt/QKvaI8tJLyMn07kvhD6lRciQ2x1JuUXcdLeQO6mFC0LG6V+n0h3o2p3A==","signatures":[{"sig":"MEQCICRDVDAjrL5LoRp0cqhNJBpMF8Kkl1AAw3WcbPMsAVYJAiBWHzVPaLKa6wuZJkP1UFMvAgOPI8sHpCqmcYnkUlgrrw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.10.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69194},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"d4801d19a42266df43ce85d07990fbf25a1548ad","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.10.3_1770720218986_0.311186552166691","host":"s3://npm-registry-packages-npm-production"}},"2.11.0":{"name":"@speclynx/apidom-error","version":"2.11.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.11.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"e304672cea24a39d2b34076430eebb38c418ede2","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.11.0.tgz","fileCount":24,"integrity":"sha512-Jpspz1YsQy2idRhX2fLaBER/ZutU1GXw5DKpANtMco3Fy+Voor91S3WRb/fuohO7WJZQMuiugxkZok3X0l4xXw==","signatures":[{"sig":"MEQCIBRIjhJFIUgVq18//Pyk0SCMq+Rj9IndVk112OHxmeNDAiBR3NtLlkJMXDAuirWVguIXG+Qq7rqGmtqSzueRNrNtsw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.11.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69345},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"ee7e9488621be61f5dc1b098b8af135dc83c9ac1","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.11.0_1770889383019_0.5501148588667308","host":"s3://npm-registry-packages-npm-production"}},"2.12.0":{"name":"@speclynx/apidom-error","version":"2.12.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.12.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"ed738f45b98a26ed57dcf62612b7fcd102799b0d","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.12.0.tgz","fileCount":24,"integrity":"sha512-h0q9KRxAZ6BWS+3bMatdPfi4lPt8U1b2eTZLS5NrS7GBX7BQ5o4LuGF0WZO0iHdNCdB5cWzDzpA5fmItu6bIZw==","signatures":[{"sig":"MEUCIDYcYD+oWS/9jXEl2oGr+TVl3G3myO7gNtjaTdPQ1YQaAiEA/3IFS43gGjmTRulyZyZupgS/CrK7CU+iU+53s32rUck=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.12.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69496},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"672efe907afef6ae5b547a8028db077297a0c52e","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.12.0_1771430471874_0.4452061759003225","host":"s3://npm-registry-packages-npm-production"}},"2.12.1":{"name":"@speclynx/apidom-error","version":"2.12.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.12.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"dc3ae36039712e58ca8bf788d6d33d5f361e615d","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.12.1.tgz","fileCount":24,"integrity":"sha512-9TZXEdE6gJ7ZXEsKS4re5CYqTi8knor0xryYp/koXpwxZKesp0Ky9stXKjxf4AYWWnci8ORI9v0RyqVDgjIBCg==","signatures":[{"sig":"MEQCICXe4+e3bRywv0baqEW5v7aYHWv5JQyYpwtY3guFcR8/AiA0dLse8Nhqp2l9RN8Q7SbncSsUX0Ed+c+5lCdt5XjWwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69648},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"3cb0ffe38758d0d432f99272f2118291bdd7b717","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.12.1_1771440757977_0.7390317663863577","host":"s3://npm-registry-packages-npm-production"}},"2.12.2":{"name":"@speclynx/apidom-error","version":"2.12.2","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.12.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"e0131a8a3d73724d28dd5dfd9a32908c1fe4afe6","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.12.2.tgz","fileCount":24,"integrity":"sha512-K4RYAj8k8S2wSP5TOiT6aGFWSo/QBbRDhIjQqVPue8xrOqL9ZXkA12wMk3P/rzRIxoK6swPCX8SlcwD7aIkpVA==","signatures":[{"sig":"MEYCIQDQMCV7oK7Ft99reDzXD3H6Gq0WqXyyUnlC1+zNwtsGaAIhALGrjYmypL5nVdKtrMTCEFV5SfafTj9n5aIr78Qux7TR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.12.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69800},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"7bc11a08265800191d7c0026526afc71c35d3e99","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.12.2_1771586971995_0.8224144987899746","host":"s3://npm-registry-packages-npm-production"}},"2.12.3":{"name":"@speclynx/apidom-error","version":"2.12.3","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.12.3","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"b537e9bc189707ee28e752ccee1d697f7dcc0709","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.12.3.tgz","fileCount":24,"integrity":"sha512-f9n0M5oiaYqKMbfDAUgn/8L2HMFBJ9R6e4Evr31GIuERU8C/2hPp3kGMKCSvQyH3VVs2KT8cBHOW+5H7YffaPw==","signatures":[{"sig":"MEYCIQDm7n+CV500Ms3KZSjZ9HZ4OzfDNGoLvJTfgaROrfkR+wIhAK+hMUznLjSOnm2udiPvg8UV43lPPTRa2Cc+DZh+Xmt6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.12.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":69952},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"d2fa8fd38db1ab53534fef4d812d261cf92945ab","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.12.3_1771930170665_0.6141571551482066","host":"s3://npm-registry-packages-npm-production"}},"2.12.4":{"name":"@speclynx/apidom-error","version":"2.12.4","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.12.4","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"7386866fbfc4607c37b7d080d68fd6a3e91fe9d7","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.12.4.tgz","fileCount":24,"integrity":"sha512-dTRTc5zSTc1nj7bYWqV8piGKwsOuYybhvZRL1JH9nNots7DmGP0+AE68+WjAuLXi9mhUd+yYxDYeQs3wms7EEA==","signatures":[{"sig":"MEQCIFAUlT6N8UnF9cbRkSiX7/CCUohFWmP4ropH/MrCY5zxAiAJA56zFQ7f+3EU2d6fhqYE2wxF+KmqXnwh+fl+UuCbSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.12.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":70104},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"24b268861c740ef6a1b2aa8a195b230b37b6e8ec","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.12.4_1771934636043_0.8365895946431701","host":"s3://npm-registry-packages-npm-production"}},"2.13.0":{"name":"@speclynx/apidom-error","version":"2.13.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.13.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"d5af3dd0d2de3d5b3aa04492f4867aa66e0008d2","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.13.0.tgz","fileCount":24,"integrity":"sha512-6Py2dT0h0ASY/VngNCafLLWPGC30biRa37N8WcuFZ8BH3hdlOcYg8X27PqIFHaMT5E26chyGSlj2hWhCfOVTew==","signatures":[{"sig":"MEUCIEOY3RnZp49hkhamt3OJA71zxrfwIlxF1CkurjueM1aWAiEAmd+OFqAEW1wX3CciuyamOnt89AjgCOcOHd3M0vWo58A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.13.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":70255},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"3c92eda7e227426c3a40c918c418c14dc20fca7e","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.13.0_1772296493946_0.2726865446078004","host":"s3://npm-registry-packages-npm-production"}},"2.13.1":{"name":"@speclynx/apidom-error","version":"2.13.1","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@2.13.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"87edaaf865b93c5c846a7fa7b482f82761b04151","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-2.13.1.tgz","fileCount":24,"integrity":"sha512-dm/S1mVpTuDRli29OKz1aGPBObW4uCmVMMEYRMZgmi2wXeGvKfSL4hUSgx1MVsAzRGf36KgD6XaiHHxqd9zwxw==","signatures":[{"sig":"MEUCIH5qWeNsrYzhYGJw2Col5Ub1roVvgVIGuq9Ids92nNg6AiEA4kGiCRs4adLO4vKSW9pabEnU+NV2mp7eLOLOoAMD5Kk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@2.13.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":70407},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"7a15e77dd776ef85f3e4421f0b4be52362b16f68","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_2.13.1_1772297683684_0.30744254122265846","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"@speclynx/apidom-error","version":"3.0.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@3.0.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"655f9c0365d39daab2132434e0a1a6b50918f75c","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-3.0.0.tgz","fileCount":24,"integrity":"sha512-x0OMNgyyYaZdOEnh1uROS+DfVSK/5aGzoaAf98avjyVhrVU3uc9DKTl5r9QIWtRXs8ApIWaOVPGMYpQm7bh49Q==","signatures":[{"sig":"MEUCIQCjp33X98Vtq/DkPR4xWZ//zJ36YHUU2SC3KB7yN15UTgIgK1sCOuoeflC8KcfxKDkE2SSw1ryCYbeHnYGCRIx6XOI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@3.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":70555},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"cb94ec84ea789d121801065876e7a91799a363d0","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_3.0.0_1772742456080_0.47207864756892515","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"@speclynx/apidom-error","version":"3.1.0","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@3.1.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"2635a229551a50c56908a175825e65df4ddae8cc","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-3.1.0.tgz","fileCount":24,"integrity":"sha512-bTVdI4kDQDduUCCgBHGQt+j/RL2zvKSAaAwlIPsKFF9xBU/qDWeO66UdcJjk8ow6T6m1puLy6Z4nvzq6ZZmFIA==","signatures":[{"sig":"MEUCIQDslNLXVWh6hi0zWbgwoyQ7ZD0S0MeX1P8eNrvQcKkGTwIgWgfUzJWtgez81wlwF3huLgwKk+StE/KNPBugY5j8ToU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@3.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":70703},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"c0807dd0b7770eaaf594bd0013be65e2c28c504a","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_3.1.0_1772979326415_0.7550088343449612","host":"s3://npm-registry-packages-npm-production"}},"3.2.0":{"name":"@speclynx/apidom-error","version":"3.2.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@3.2.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"25ea98f2f997637a7ddd673146d213d639e5e3c7","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-3.2.0.tgz","fileCount":24,"integrity":"sha512-5WYr59+U4FmdUrgPV6Z60icYJcvWOFfwKlDxjyB1jksZSfBRpkVnGnkekfgZb1oQgwcWIbxjWB3ZcF7BxYXb1w==","signatures":[{"sig":"MEUCIQCzCW/HhKWSuKbPNkQD/fr9EPKMqVE1wdNUIG2uK69IUAIgLKeqWvn0hed0jZUubHWDETprIYWulW4VXJViAf5YP1o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@3.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":71161},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"eeb2f01cd34fb0a95617f02bc1b6683aefc028f2","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_3.2.0_1773001592193_0.487339891198068","host":"s3://npm-registry-packages-npm-production"}},"3.2.1":{"name":"@speclynx/apidom-error","version":"3.2.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@3.2.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"d44c08c107d738aec767fae867ca587e945fe3ed","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-3.2.1.tgz","fileCount":24,"integrity":"sha512-mvzxQBbefZop4zPaE1mBs3P63uXetplJ71YTjhamIr81kkcgt7xHp68ZGSDlMk9bLpSk6zzlmJxocM0PIqnfZQ==","signatures":[{"sig":"MEUCICQWh1asNk9Zkljn84Pw4UxKMxHd/wrycGbhCy04R6dnAiEA53yuv1FL1nW7y5274/J6gwhASGaE3OAUFezEkX4JYRY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@3.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":71310},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"83a1e97089ef29134e41ff7cacd351973114ea5b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_3.2.1_1773041972881_0.20259130249452229","host":"s3://npm-registry-packages-npm-production"}},"4.0.0":{"name":"@speclynx/apidom-error","version":"4.0.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"9cf0574d273ce6f6ab9d0a5dcb19ed2320f1a74f","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.0.tgz","fileCount":12,"integrity":"sha512-139A1VzejXC9fN8/95P4wvBm98PW+NjmkdWUX4m5M6J84gfhbYcvBD+7133c09zfSVNd2oBPMADxQI4IEHYodQ==","signatures":[{"sig":"MEMCICw7Ad+cppuMXkCjIsKlvV9qjpWjgV7Z3y1EXY0NU8pKAh8/xS11zOs7l7i5CVc3DsBtr3mwZ2N84T0O9vyUIXSY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":65292},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"384ff82a1bb68d015fd6801de641898b4b582876","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.0_1773228575567_0.05765102629037355","host":"s3://npm-registry-packages-npm-production"}},"4.0.1":{"name":"@speclynx/apidom-error","version":"4.0.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"035ec9e9fff8735acd5409e79ad4f6a939360282","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.1.tgz","fileCount":12,"integrity":"sha512-WDAdPaUrae/rAdG8vMvezAaYTvDsaBhXhvn9TcTh+QeZEh66TUVcLWhgUK98qQXJAt17lJP+eqnd83sUCH68kA==","signatures":[{"sig":"MEYCIQDtLDg8OeTQ7DN3I1ER7Muy9luDCTKlUlsD58oMVWupqwIhAL3wFfqKTZa3BUDWbbUXwADGODsdw2vZcqNFBP9iqzBy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":65441},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"223132a9b00081ca04842efc2736a491f7876f44","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.1_1773234202986_0.9640462472012503","host":"s3://npm-registry-packages-npm-production"}},"4.0.2":{"name":"@speclynx/apidom-error","version":"4.0.2","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"6985b203df9399e49fa5c3e5d6bd742a974174e3","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.2.tgz","fileCount":12,"integrity":"sha512-Q9viqIMOCWhMv2qw6rZSWwdxeGG1PRUQOqlpPE0/6NAeFLmi0erQJAGmwUm1G990hh5YvmGoKg+ehvuaiXljag==","signatures":[{"sig":"MEYCIQDDgVArAf7cO0yx6Zj5gmMfTctWmwrSCj/gOlCVOsAKMAIhAJpsbqB/JAtu3W57nJmpFpFPS7LgppLu6BxEBcWWHTFv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":65590},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"af1b05d4d5e48a11a3a03cd5699324e0f1b62765","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.2_1773237223344_0.6710972855318267","host":"s3://npm-registry-packages-npm-production"}},"4.0.3":{"name":"@speclynx/apidom-error","version":"4.0.3","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.3","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"bfe7744cd9bbde6d73321a60cd3ffd27ae4129f4","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.3.tgz","fileCount":31,"integrity":"sha512-rXGxRP9fIQZnawzLym/XrA3M090Myd9YRbALMigh1+KPwfWRqjgy9m3UZyuNcyUweXtgpWCvoRIq7hrIhed0Ng==","signatures":[{"sig":"MEUCIQD9A6ZbwPr7ZdpUqKWla1IXGW65JHXJbd8qUemhy/UYUwIgHCc9tX9byA3BfpQOeaC35py6g2HYGeEdYLeWrN59PSU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74802},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"6ccfa09c02232516215e7de3ead276641957e626","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.3_1773238672196_0.012769654968775024","host":"s3://npm-registry-packages-npm-production"}},"4.0.4":{"name":"@speclynx/apidom-error","version":"4.0.4","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.4","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"81e25bad971eb770deadd425d3d9231cf2a9a2e1","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.4.tgz","fileCount":24,"integrity":"sha512-Ny2GsoDo1RzX93aZJ/oJ9YrEYC4ntnv4TQEPMJw1axILpiBunAF6ZVOleYY4lUgzXB409+k2hmg7ZdD0nZ7hyg==","signatures":[{"sig":"MEQCID/+zb9BLTv3Cfp38U16VIHJsejLBYxygXb69ZcOsK53AiAOzNOfStvL65tXs0/+GAv7fWqXf7rHg/ccmOTDhzfUBA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":72478},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"a06f6ef3d37ad5bf860cbbf4b442bfbe3a522cc2","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.4_1773317602447_0.3877594498787722","host":"s3://npm-registry-packages-npm-production"}},"4.0.5":{"name":"@speclynx/apidom-error","version":"4.0.5","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.0.5","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"9b6fdb4ba65419233eefaa41d9bdab46ad2d812e","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.0.5.tgz","fileCount":24,"integrity":"sha512-25vIehxFvRW4MlQF0stuvCYSmt3QqknGSiE9126/jxumV10Zh/exuI/PkdY4itXfzJCROeLOmDydjuFIt3HlOg==","signatures":[{"sig":"MEUCICQSpoXXeIfR9ZAApl4uPkcCVLSNnIp6Epwj77EnHdY+AiEA0elVmbdmDVu2SSRKgZheZ+8Ej4AiEYLP3DCoedzodIM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.0.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":72627},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"5a85d2a832eeefb07d03760faa391b457447e966","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.0.5_1773406611569_0.28409115114180583","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"name":"@speclynx/apidom-error","version":"4.1.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.1.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"b8d7c92a066248d49f7b5301e877bfd97a95331a","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.1.0.tgz","fileCount":24,"integrity":"sha512-0YqqtR3KGds2Did+lVIm2/oAUedA+wy7q/NoBY2SCnyNee7Jm67QYzFgIjnO2OFKGx1Dmyha8TPR9eJRdNXavA==","signatures":[{"sig":"MEQCID+TFp5A8SoKLYHKBBfm3AacaVlUq4X9+02AjddhIvVRAiAtlGzDlvjfWSh/q95Fy6UeMf8AVKa5yxH+xLkj/45SFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":72775},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"41d4a41ac6157808b01e08d271019e53c4c8d6c5","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.1.0_1773678410167_0.582856101400129","host":"s3://npm-registry-packages-npm-production"}},"4.2.0":{"name":"@speclynx/apidom-error","version":"4.2.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.2.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"80b33569838929a9aea2c5bfb54cdc904ae3c762","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.2.0.tgz","fileCount":24,"integrity":"sha512-imqu1ZJG8F8pN7ivcP5zB7DZg1TD2QviDG4aA9plUeglV3xGgR3SfxoYSOXoWaMDbO+vYWfcTvM781E/tJC/zg==","signatures":[{"sig":"MEUCIQDryfayLwEmH+ih/BgG/5/DMECNIbJRkyr7UIn2eTXaowIgeElV3RMwcwLnGxYRBaG1jplj6UB0w67PkHqETbEPuX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":72923},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"3485d180340f2d4fad149bcf062a6f618030ca9b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.2.0_1773736821985_0.23890287809109756","host":"s3://npm-registry-packages-npm-production"}},"4.3.0":{"name":"@speclynx/apidom-error","version":"4.3.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.3.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"39df3e6c832980e8467c04226f5e72dbe07f8e38","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.3.0.tgz","fileCount":24,"integrity":"sha512-IHFG+9fQBc2O5ZWpeQPkQA6T8K23hoIq88UBjOOln+z8TzXtuuDz8u4ipGRdrVOWCB0fXja8mWIOkEsGnD5mlw==","signatures":[{"sig":"MEUCIQD7wLyWQq5f/SFv4Re8mOBTr2VulmvN+5OxvgvdJJQ5mAIge5WF8CkzJnWRjOEqfEYPknipoRThzbWr3ErHtSYFM9w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73071},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"f2752226c45b99c35139c778470fc95645e9d673","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.3.0_1775594848006_0.3079851947151173","host":"s3://npm-registry-packages-npm-production"}},"4.3.1":{"name":"@speclynx/apidom-error","version":"4.3.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.3.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"c438090377913a504e1da63597bc71c92ae09996","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.3.1.tgz","fileCount":24,"integrity":"sha512-uhn4U5ETthngiP+KycxiCliOm3FCPooqg5yHcNeHvkH5gcWs4dNDAdSlioubTL+W5vax+qAoGZRSfE0a6l5lyw==","signatures":[{"sig":"MEUCIQDoIw7DMLFLtuNU+yM8+UZWjr6P+CZ38PLuvbyibLxPWQIgcovSbFitdUjmxyvXyvRjfW4Oli89k5+UFLR4NCHK1Ag=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73220},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"3082a613a41b54b74ad4b53946385c0bd8247b9b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.3.1_1775632974952_0.8962642837540851","host":"s3://npm-registry-packages-npm-production"}},"4.4.0":{"name":"@speclynx/apidom-error","version":"4.4.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.4.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"876bf881136079ef7206e90ae6817e0bba71eb4a","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.4.0.tgz","fileCount":24,"integrity":"sha512-WtAQf9IRw0On1KJNrJonMvJuKkzjy4ollE3YZwMGkBRTRQRwGFyJWPfbLHwTHMWTVJyJaw12zhO0b+Cr/h0ECw==","signatures":[{"sig":"MEQCIBseE1K9ZguIYVPPjzeW9fFaL9NmR3s2vwkBOyAMVi6jAiBWOZ6bXKusvq9nKcx3SrQyMFffThAULrb3ZxGuBJPaJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73368},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"5bf5f346de1f59b813bb87d232566827ee9d9798","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.4.0_1775999045838_0.05343425090482179","host":"s3://npm-registry-packages-npm-production"}},"4.5.0":{"name":"@speclynx/apidom-error","version":"4.5.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.5.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"896482d2ef40d826fc520aae4f4a750bcd22b7e3","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.5.0.tgz","fileCount":24,"integrity":"sha512-eDv03dvqaseVJMAP4W9tYUBBrRRZFjC3ahigI7Jq4Kkmxve4KKq4u85OdGlq1d/aEVwiiVynPyyZ8g8+nYlDxw==","signatures":[{"sig":"MEYCIQCCGHyrqLmsAkTtMu1ZQkop3Hw9m1z89zwciHdzeH+siAIhAITMgKkm38E2vZ73PFIQbcJn8iX/r2C3gaw8tmayFD6b","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73516},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"2df7f3dcd368bdbc0644117fb677610a8b4a03a5","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.5.0_1776016020581_0.4278154584297884","host":"s3://npm-registry-packages-npm-production"}},"4.6.0":{"name":"@speclynx/apidom-error","version":"4.6.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.6.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"b5473b1bb38c59a5c9219437ce719cde60b49489","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.6.0.tgz","fileCount":24,"integrity":"sha512-18grrH20Abe+C0JGYT5Ee0i7l23XzpUFclttzgGyLKA1RQ3RZR5zPd3C8sIHksYKYNJWhhjp3oJ5E7BAwk/T8Q==","signatures":[{"sig":"MEUCIQCRHY4HAaaQhlePo4eZ0gU95lWNE+gcA7UKVkwo7oUOBgIgTCuN3p9n1bJgf4ptD4pECu7lnAnpkU/+ooEvgKu+2sk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73664},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"c3cec30492f0e186ffdc7b1a761a016dab98b9d4","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.6.0_1776017919617_0.4092025293941888","host":"s3://npm-registry-packages-npm-production"}},"4.7.0":{"name":"@speclynx/apidom-error","version":"4.7.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.7.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"28f9eec13588287bf73c821873796575e0ee0843","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.7.0.tgz","fileCount":24,"integrity":"sha512-Bc45+cLwOi6Mf4VNmYtQEkWPYY0nFM+a/4vpuLD7Nvwal0Y3N7kp9+xuE1mPiti77B+4vyj4IzRLZ7+dGdRp+Q==","signatures":[{"sig":"MEYCIQCszUaDrjCnNUGopMGmh0HvD9RMrzn+SEBWV13M+5C5zgIhAPaN/ty3icJvPojaACLa4Wi0Iq7MOdG1dJU1SKZUt2IU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73812},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"5afe50e432d90185f514e91bb35319aa4e23ba7b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.7.0_1776037810576_0.04760700783116145","host":"s3://npm-registry-packages-npm-production"}},"4.7.1":{"name":"@speclynx/apidom-error","version":"4.7.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.7.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"7e71fdcf806d27c5e8bf1d3b0f6ad0f18d0e0903","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.7.1.tgz","fileCount":24,"integrity":"sha512-1wQixrgm3jKyuFR8AVF6fcTyttzhgeXwvMYVURWXpnugZSG8aB+YuGCav5ikiyuTFXPYU8Cswth31/1UH4r+9Q==","signatures":[{"sig":"MEUCIQC2lUMDXgAdHQFMCn9KzP1wvIMezvALueFWY7w6Mx/gkwIgBv+XKx45kYo+PWDdZ4BGm5JqAsBfX7Xi+gggRCwprEM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.7.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":73961},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"ee7c6fc79ed7af3550290c8fb76557967433167e","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.7.1_1776373592415_0.948899386461846","host":"s3://npm-registry-packages-npm-production"}},"4.8.0":{"name":"@speclynx/apidom-error","version":"4.8.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.8.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"6f964982970fa97467b785848909909abf9b3f55","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.8.0.tgz","fileCount":24,"integrity":"sha512-gt8plYcFmBHpewjiwqi5u/kwuGhBMOp2a0qq+OfGWqpjNF709wAt7TC6ljibUKOkrwxD7nMubCyCQySV3ob+XA==","signatures":[{"sig":"MEYCIQDEWKpC8lQ7nbz0JfJ18Ct/uP5pFxHhm5c2o0HxBpQ7qgIhALFISJXDIuHJtiCTgmi6na5PDCfim8t4T/4k5dhC668+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74109},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"ef77101edfc6567d9b265bc30708bf2c65fd1d15","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.8.0_1776439568785_0.39019940632911165","host":"s3://npm-registry-packages-npm-production"}},"4.9.0":{"name":"@speclynx/apidom-error","version":"4.9.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.9.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"ef44d83089f3538ffdce9d05e16770ce128fc3df","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.9.0.tgz","fileCount":24,"integrity":"sha512-1JL/q0UgeOsJ2R0LR41v18wdk07FD9Sib61xlRtt0G8jnKBMF7IHF5eMa3aSgS4HQeATymOPlAous/zRw5BTNQ==","signatures":[{"sig":"MEYCIQDXkNXYgFRYLWy2b3ekmHPDbg37m7UYweASGhSJX/oaJQIhAMvQL0gx/WOXwxH56TwwGVnxlDc7WbTfLdC5NQcEt11o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74257},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"918b3a7102bc7a8991b0fe1b92aeeb0aaeb2b30f","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.9.0_1776453307856_0.6286000001753635","host":"s3://npm-registry-packages-npm-production"}},"4.9.1":{"name":"@speclynx/apidom-error","version":"4.9.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.9.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"ed843fdd8247f226ba9036c41833c9ee492b89c0","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.9.1.tgz","fileCount":24,"integrity":"sha512-Q91nDwyamvCY8vXCSIJ3zehl6LPeTvqPUQUVL3W2L4+qKsSHEkGtMsVmMYdCQwlJCxtIPixGQyuV32ypcMfZgQ==","signatures":[{"sig":"MEUCIQDoLiocltgRSgY0X3p9YTHBPgLIWqY7ZaLLvdwoTrb81gIgbYbhep0icZl1xucyIvuV6+YngY1fYRw8FS3xIUVPu48=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.9.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74406},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"6185e3925c9f370fa9d2cff9168e31d41ab01e0f","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.9.1_1776787312428_0.29767368484390033","host":"s3://npm-registry-packages-npm-production"}},"4.10.0":{"name":"@speclynx/apidom-error","version":"4.10.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.10.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"558f90d530a4b6e22fc6fd951529a3683a148821","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.10.0.tgz","fileCount":24,"integrity":"sha512-URtLF8+nL87xBG8hmEnAkyftCjFi1pUE4mbTn1W3NVHptJql9RA8ynHyrGyUE8hWdjhptn01cq6t//cqv/nuRA==","signatures":[{"sig":"MEUCIAnT8Ts5X8gxeO9JvzsLyEBqkDHgAwnBKPy3HCp8ljbpAiEApyPwrBGqABV/boikBaHsCBXkWdBDcRn8ukOLdJ9npAg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74557},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"cc5b227c468c8bd1a56611f535a71a4018beebf8","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.10.0_1778619896350_0.27091165336865775","host":"s3://npm-registry-packages-npm-production"}},"4.10.1":{"name":"@speclynx/apidom-error","version":"4.10.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.10.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"bae2ead954bd69d768001daef3c372bfc055b88d","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.10.1.tgz","fileCount":24,"integrity":"sha512-xbD3YskYfiSuMkPyq5CXPpHtzRGHO42IpsXpqQw/GplpNbwtIwkwQZdH2tb2lXf8q52GwAC4RlqbB+70qu/l+g==","signatures":[{"sig":"MEUCIQCzrZpoHTmGJFuBCDeEV/nOqzEALq6p+iUFBskzhk7FOgIgcUimben2PZ4DT1teAOPBDXGGuiZmIG9sPLinh375oIA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74709},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"fb6a0a6f3f5da22443865a3ee73503d0a269c511","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.10.1_1779264852840_0.7811724190445453","host":"s3://npm-registry-packages-npm-production"}},"4.11.0":{"name":"@speclynx/apidom-error","version":"4.11.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.11.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"600e97db01467987402d3b0d25c7417c60ca11ef","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.11.0.tgz","fileCount":24,"integrity":"sha512-rLudRsdbTQiZ004FCajN02iLdMEPl6Yuk45BOgsB8rJop5u0/RNJH+Cw2B+42G63LNI7tRkvDjtDUSZcG1ALUA==","signatures":[{"sig":"MEUCIBLa++gsR1jXDbvtnLEi+/cfuGmQtmxSNOmGMXU1mJUkAiEA5rm87/4bJTlc/Ymy2MjzmaHigrMGsZGuA+HyNl1PvPo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.11.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":74860},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"38e841bb8100943e822b60772f22209a7927180d","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.29.7"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.11.0_1781090168442_0.8266817827994402","host":"s3://npm-registry-packages-npm-production"}},"4.11.1":{"name":"@speclynx/apidom-error","version":"4.11.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.11.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"f0d7b63b702fdc380804acb044459204cdc4cc9f","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.11.1.tgz","fileCount":24,"integrity":"sha512-45+Kyf65Id2hDz+gLHvFvnn3y1Nv8bwHAda3ros37PZodNc9Y5jQWlQCh3VE69RoEALpgbW+NsgchyLGp3CJYg==","signatures":[{"sig":"MEQCIDd70EnHjqXybsrC9zJS0YaBjubdkpwTz4IiT5U3smKKAiA1y7ZPqng6G2WarT1agLhCE6yfA6MvSLHYGphHB9y3GA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.11.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":75012},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"76396e154f0b561793c096c852aaef9d8e01818b","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.29.7"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.11.1_1781091224762_0.4800048591347248","host":"s3://npm-registry-packages-npm-production"}},"4.12.0":{"name":"@speclynx/apidom-error","version":"4.12.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.12.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"19f94b86093112d9a869c7c784481d72f4d446c6","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.12.0.tgz","fileCount":24,"integrity":"sha512-XAC52N+mXCnUfWzprtWi59V1Vteiw2CXGZdgWzXLgM6yJc53+TFHtZ//NS5D8acPAoobuGzyGDvyh7geR0qAuQ==","signatures":[{"sig":"MEUCIQC494/qC9Qy0dbDiVoG7XeWIuhVf3Z+tbhaZTtjSWiuyAIgb+hPhkm6jfmy4uCF7rPibEbHIoGrGEgTRl0M+izEKt0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.12.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":75661},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"7d5549ba93000f249ebbe1480ae01d1aaeb2ce15","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.12.0_1782209916881_0.569046157519685","host":"s3://npm-registry-packages-npm-production"}},"4.12.1":{"name":"@speclynx/apidom-error","version":"4.12.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.12.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"e385118cc6cddc8174fa2d1e231946d289fefb71","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.12.1.tgz","fileCount":24,"integrity":"sha512-RpkzyQ09SEfhtMvkO7++BlLmLmmw3DhxjvITD9SFiVTFm0WO9puzBFSY/0cmEgkdrHyhjXUbMLsAXVOXtE98mA==","signatures":[{"sig":"MEUCIQCJUjopQ2doOdx3kLTd12fct0RfUho8jPFkVBw2JSGm3AIgcnDsXL45wEjNUJ9+mLYx/effY0lB/g08r/agF96RviM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":75813},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"18a5bdbd578179f3fe3f6f0217884cd62a29f8f9","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.12.1_1782217039023_0.5063084869705659","host":"s3://npm-registry-packages-npm-production"}},"4.13.0":{"name":"@speclynx/apidom-error","version":"4.13.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.13.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"6a27015b4aa5cf76e4715e8aff9492a7f2a9ccef","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.13.0.tgz","fileCount":24,"integrity":"sha512-dy9ZvvDZlfv3v7YMreIAj34W73hYwx55sKi5kAmvH4F+nyyuSTU/cWYIUARAE8HYU0cDMOfI0A0ICz2wufjOPQ==","signatures":[{"sig":"MEUCIB3XYuJC1HbUY8XpuXW4TCrtyXmlI4zffIifq6F7IRa9AiEA6cmUe7Wl5g/dasUz9+thNdFIBHUpLNA/YSE7eRVxyUQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.13.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":75964},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"178b5324324332132479271fb9ac747a7ddbfccc","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.13.0_1782227804827_0.20394799185175372","host":"s3://npm-registry-packages-npm-production"}},"4.14.0":{"name":"@speclynx/apidom-error","version":"4.14.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.14.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"31a404a74da46a1c87b53c4dbe05ddbe4dc88f17","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.14.0.tgz","fileCount":24,"integrity":"sha512-zJk2MG7SmSZLPTQjB6rPCkNSy7TiDTFrnKiJSybNTlI7cduU8LPgeHGRTjhiQZX55XjYtHod0ZeS1MwQd9fnkw==","signatures":[{"sig":"MEUCICCCzts/XKKJqMCsvXo0JKoeWZaIArkfzp3//mNbgCU+AiEAjYEfVH518flZ15kH3zc/mdGGQXZKprVgvNxWYhGi5VA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.14.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76115},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"ae231056cc8865f2467fa97ca456975301bbe265","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.14.0_1782248950373_0.3696434968495115","host":"s3://npm-registry-packages-npm-production"}},"4.15.0":{"name":"@speclynx/apidom-error","version":"4.15.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.15.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"2bf7e027f11fee68337fea90eda3fdde8e003148","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.15.0.tgz","fileCount":24,"integrity":"sha512-ORBmkAQ3k+38Z3XrrwHC+Te4K0XYM58Ge4cpHeTZUA2lI8vwy59JpiSLdjg+/Z7zX4aYD3eh1CqkBHHDRxhiFA==","signatures":[{"sig":"MEQCIARzgRfpiPbZCo0Pw2PwS811tB/LT3trKe3jpnfPf+pJAiAcTPiqRnx8yJvFGxlwBQWnHJOqrfAVzpJK1q24NO2//Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.15.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76266},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"a3f6734745e3f4bee9c4121ebebbf2e9dbf6bc68","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.15.0_1782297886218_0.06491350587080702","host":"s3://npm-registry-packages-npm-production"}},"4.16.0":{"name":"@speclynx/apidom-error","version":"4.16.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@4.16.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"9fff13924dca129791f5f00e0f7036a87c50f97d","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-4.16.0.tgz","fileCount":24,"integrity":"sha512-aAkJEOvMwF0Q39zA6ASQEsHUck+GReWOEPypjf4WnDTE4sP7qDi2ZSUxMuFPuXseQE0IceXd7/BoQ/V4H+7dfQ==","signatures":[{"sig":"MEYCIQDCzWe0noj2CRwz3cYAvcCv638YINcfU26PVNN/x+5EfAIhAMhEDi5glPa3tAwpBp+JvlCNqmgT6pxQcgfFjBK+yLnN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@4.16.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":76417},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"252461983339fe06eb64db4e60f8ac8087065f06","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_4.16.0_1782302363270_0.051323659677425804","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"@speclynx/apidom-error","version":"5.0.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.0.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"46e2ff559b662737d394954a294edcc401a9b1e7","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.0.0.tgz","fileCount":24,"integrity":"sha512-YPbV160mWM9MhvsZh3H5M8WVqnIEFWXk+zdSLEC+LhO35y5dg429HRgcEh44noITlUNmp+ihYepaoZyQa/BlLQ==","signatures":[{"sig":"MEYCIQCtxCGL49jaNROchYyOFgkqlx+QqFJ2Ud1HVZDxNZzb5AIhAOouutsIb/s8mIO0E2kOhUkay+C7slFo5SIrqwfu8YCT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77472},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"5f67f647ddc85ef299fdabe503dc739b658e0415","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.0.0_1783420686226_0.5757897033564607","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"@speclynx/apidom-error","version":"5.0.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.0.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"be09b77feb785d5c9d0ebc7dfb0b64a16df8c8ac","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.0.1.tgz","fileCount":24,"integrity":"sha512-Ny61Zb+TfGsrkhg+1NRO6lnk3T+eK7VYPXBZVpQUYQsX7jmFUm2C25b7I6zloBVdGw2vSLz5KdMdTGc+1OhSRA==","signatures":[{"sig":"MEQCIEQQKsWhqrtYck49wVbyJnvAdDXm/0BS3ZwiM47aUq92AiAIPQl3pP0wm0iEU2Hse/eIV6QtU7b1hijtQnzsxdi98Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77621},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"529e4a7847fd74f5cabab726c814f510e55e63b0","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.0.1_1783422127917_0.7154765863461623","host":"s3://npm-registry-packages-npm-production"}},"5.0.2":{"name":"@speclynx/apidom-error","version":"5.0.2","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.0.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"d021d93b75ae8b39605b6bd8ced9028fe6c499a1","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.0.2.tgz","fileCount":24,"integrity":"sha512-ix2oNzClDX6kHMJxI0XEkm4DmHTEuyoiErQ8pzGn/m+5K6yzSrr+XaEFoOynXsKZH/JYZ/ZQWiKR9ir+IceCNA==","signatures":[{"sig":"MEYCIQDX9bsYUw+bQWVvsMUSXk/VzAEQxvL959i5r96ThYrV/wIhAP180cOEaU7J0zMr9JWM0Cn5Y7/7r0W2aCBWOI4bx4kH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77770},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"01792b567baea3a47cb08d09e478178aa04afda9","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.0.2_1785843100776_0.8686921622669495","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"@speclynx/apidom-error","version":"5.1.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.1.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"64213286c827bf2997431163061e40695d151239","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.1.0.tgz","fileCount":24,"integrity":"sha512-zkVBprAYAhbE9L0B8VDZHCKSjUTVF2mz/jGDutELQmsCoS5Izco4y0y7trM3T4Z6992clRIk0s2Inpt1BpKVIg==","signatures":[{"sig":"MEQCIDb3yioxoIW+5cZWKkv3VBlw+mC0V0N/itOJAelhaHnxAiBAPFbYlOhwh2ZqtDEluum+vQ+FH1jRktv5iHxvWccSnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77918},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"2976a9fe41a9eb3a2de387695c41d21603f57c98","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.0/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.1.0_1786295140923_0.7292998583366117","host":"s3://npm-registry-packages-npm-production"}},"5.1.1":{"name":"@speclynx/apidom-error","version":"5.1.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.1.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"6f3cc93302f45d85fc9ebbe10e1718f690249a56","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.1.1.tgz","fileCount":24,"integrity":"sha512-sHVjq/bXMrt035eNjt4TmceMXiNNVJ2ZIsnSwmVbgjEr/NNL4QFuasdoPTScjk/Iqvrhx67zHSsD5jFlhsP+5w==","signatures":[{"sig":"MEUCIHHwei/YlwaNJuKdZQaTKcZuY2drAgYQ/BXpl5GJTAZgAiEAvMzzn1thTD0UdCkCG8yKrKMPHgebJ6uJxvRjfGYUI6A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78067},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"b661f6f038953d118ad09eec0d7da7927db46f5c","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.0/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.1.1_1787144057920_0.6452746849285071","host":"s3://npm-registry-packages-npm-production"}},"5.2.0":{"name":"@speclynx/apidom-error","version":"5.2.0","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.2.0","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"288c0711c34bf5405605f1bfd97a48864126f04a","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.0.tgz","fileCount":24,"integrity":"sha512-Kr8cdWlZsHY9WeLsWfSikNVYGq1hheY77tUU4wT20M2J5nfFJr7lRSRxRL068SLMbT2QciiDp8HsTBWvMkpyhQ==","signatures":[{"sig":"MEYCIQDgXZy5eDfj7vfxzJKM6SGCd5BLk9mon+4mKEL+KlFw+wIhAP98R9//djSLbS5xCrUq+BPXAOJaRH+FGUxv3fX/aPuE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78215},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"1b749fce87347eb6c8246d2d3be1d5319c7f3352","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.2.0_1788027120475_0.9901751961386243","host":"s3://npm-registry-packages-npm-production"}},"5.2.1":{"name":"@speclynx/apidom-error","version":"5.2.1","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.2.1","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"d1cbdcdb2985aa6a5db5b4d768eaab16636488d6","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.1.tgz","fileCount":24,"integrity":"sha512-5tZt9L9p+oz8O9dIqx5P3niraOcKWuO69in5nCMf2bMB1HF9Z+apU9icvwImUMkPqw/kM3dHwazBQzHKCu/tGQ==","signatures":[{"sig":"MEUCIDr7iEKIiON7PChOvu/8X7xje37PXNhCwZ9iDGcouP2LAiEAqe5BkmAv4NZl2SSXPsq5iejR0F97vioKuhpXAzGcof4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78364},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"814e67e36b1e27546288c74a25eab8f9463943eb","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.2.1_1788028907688_0.7688685629551246","host":"s3://npm-registry-packages-npm-production"}},"5.2.2":{"name":"@speclynx/apidom-error","version":"5.2.2","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.2.2","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"4aff95bdb9ae415cbe1e8bc73fea9f81708a7a12","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.2.tgz","fileCount":24,"integrity":"sha512-aNb1tocFH6hoL1+xeCmYtadnNX0FfI/K2QtCvZspYJuJO1ApolAiN4fBMjMNOzsWNLXxsVG5Fdhphdiy+z+GDg==","signatures":[{"sig":"MEQCIGyuCignOSqVHh1azYeXV2AtdwQci+q7AURUwzUa0WZUAiA7OfOfvot2iKhcGSq+zA0JNxDJnKmrtg7L+u7VNSli9g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":77975},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"2d0e035bf82913a9870ff7b26069e784e2a0e9a3","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.2.2_1788467745510_0.1754149712621651","host":"s3://npm-registry-packages-npm-production"}},"5.2.4":{"name":"@speclynx/apidom-error","version":"5.2.4","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.2.4","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"4ab52ee409680619f4cddb16badc88f52d777953","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.4.tgz","fileCount":24,"integrity":"sha512-4i7bXUDs+C6KNxWQQizyzVEGnkW5apBaK7+pcxLe2m9AIHZ0VVlbG2aLjr1li+ghAvOHSEr1VZlXKOXIHS1Y1Q==","signatures":[{"sig":"MEQCIDihYKdjjSU5FGZ6vj7O/3rdb609cFk3n/H3DtNBlmLqAiAwd3Ozye5HBX5dNXlCBz00EqVNp+EYa/rqI5BCYbV0mw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDoxaV4grd1HK5nq960X9ZY6cvhOybiIBM8Ex0IRyALbAIhALzIp1CR5QKklENj3IypJDPa/SUoBbNQR/NUjajd5LCN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78273},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"5b467dbfe42b1989fe64b4a83c226274de24d783","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.2.4_1789476575652_0.34078178541844983","host":"s3://npm-registry-packages-npm-production"}},"5.2.5":{"name":"@speclynx/apidom-error","version":"5.2.5","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","_id":"@speclynx/apidom-error@5.2.5","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"homepage":"https://github.com/speclynx/apidom#readme","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"b7b88dffdd8216484b41ec398b996ffc5cbca025","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.5.tgz","fileCount":24,"integrity":"sha512-cB6mhEkzMTNVYnZis9A9RV7i2fwFMB9gZVwjQBCGdz0wYxD/kCk+ksKephaIWvWwuOkSinh4S/6jnt8KbBtrQQ==","signatures":[{"sig":"MEQCIG9rqqPhbKMAJST9TKfbCTZTY7ZAmzBdPWO173gzNebuAiABzYVOXwBsxlWj5o0ARwNH7u5b6kcaQ6ac1bKesF2HHg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDRvo5YUskG75o+v7kCK9C1gvJY8C/MEg5F1mfih7zjdAIgc66ULW3eejRFoAhxg2cn9DO2RZufAYIkeKOu6dD+KSs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78422},"main":"./src/index.cjs","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"677f42e6af4e7b5311c74cd054283c943f8700a9","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-error_5.2.5_1789682741675_0.4695787044791744","host":"s3://npm-registry-packages-npm-production"}},"5.2.6":{"_id":"@speclynx/apidom-error@5.2.6","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"92f1c89d7ac458d41c6803cfdd422cfb148faa6e","tarball":"https://registry.npmjs.org/@speclynx/apidom-error/-/apidom-error-5.2.6.tgz","fileCount":24,"integrity":"sha512-Cbdj85atG+nHeaQEc1twDfCc/ukOH6640ZQFuus6keHXPf3eoJCPfRlvstLkVA6Pot+T/Mkaj+3FmyuvB1+0Og==","signatures":[{"sig":"MEQCIAQHCyg2h8EQXgi/ujJ6NjezcAB/Gj5fzYDxb2+Qkk3MAiAtWCbYkM1jhU9vR5v7SoJCZGO/m5SVxRX2Q3sJu9vSvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDlzzkb3cVsIL1KEhTzWncCceulzaKK2rlk0wJxCYeBygIgA0awoSPRT2s/JNFam3z80V2UAeH9FmQ7EeQeHJjrEac="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-error@5.2.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":78571},"main":"./src/index.cjs","name":"@speclynx/apidom-error","type":"module","types":"./types/apidom-error.d.ts","unpkg":"./dist/apidom-error.browser.min.js","author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"exports":{"types":"./types/apidom-error.d.ts","import":"./src/index.mjs","require":"./src/index.cjs"},"gitHead":"c78f4a79e2b91b9ad099dff6dff5dc35236ae75b","license":"Apache-2.0","scripts":{"lint":"eslint ./","test":"npm run build:es && cross-env BABEL_ENV=es babel test --out-dir test --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward' && cross-env NODE_ENV=test mocha","build":"npm run clean && run-p --max-parallel ${CPU_CORES:-2} typescript:declaration build:es build:cjs build:umd:browser","clean":"rimraf --glob 'src/**/*.mjs' 'src/**/*.cjs' 'test/**/*.mjs' ./dist ./types","prepack":"copyfiles -u 3 ../../LICENSES/* LICENSES && copyfiles -u 2 ../../NOTICE .","build:es":"cross-env BABEL_ENV=es babel src --out-dir src --extensions '.ts' --out-file-extension '.mjs' --root-mode 'upward'","lint:fix":"eslint ./ --fix","postpack":"rimraf NOTICE LICENSES","build:cjs":"cross-env BABEL_ENV=cjs babel src --out-dir src --extensions '.ts' --out-file-extension '.cjs' --root-mode 'upward'","build:umd:browser":"cross-env BABEL_ENV=browser webpack --config config/webpack/browser.config.js --progress","typescript:check-types":"tsc --noEmit","typescript:declaration":"copyfiles -u 1 'src/**/*.d.ts' ./types && tsc -p tsconfig.declaration.json && api-extractor run -l -c ./config/api-extractor/api-extractor.json"},"version":"5.2.6","_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:20295e9e-e70d-454f-8272-1e0211b764dc"}},"homepage":"https://github.com/speclynx/apidom#readme","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Backward compatible custom ApiDOM errors with causes.","directories":{},"maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.5"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/apidom-error_5.2.6_1789802328794_0.11616762867233255"}}},"time":{"created":"2025-12-23T13:41:52.864Z","modified":"2026-09-19T07:18:49.156Z","1.12.1":"2025-12-23T13:41:53.126Z","1.12.2":"2025-12-23T14:39:55.860Z","2.0.0":"2026-01-14T10:05:50.244Z","2.0.1":"2026-01-14T10:46:28.343Z","2.1.0":"2026-01-17T22:12:36.311Z","2.2.0":"2026-01-19T16:10:42.022Z","2.2.1":"2026-01-20T09:37:56.613Z","2.2.2":"2026-01-23T09:02:51.527Z","2.2.3":"2026-01-26T23:22:34.791Z","2.3.0":"2026-01-27T13:18:50.435Z","2.4.0":"2026-01-29T12:18:51.185Z","2.5.0":"2026-01-30T11:35:24.702Z","2.5.1":"2026-01-31T12:43:27.641Z","2.6.0":"2026-02-03T21:32:27.240Z","2.6.1":"2026-02-04T12:38:09.235Z","2.7.0":"2026-02-05T14:09:56.613Z","2.8.0":"2026-02-06T23:57:45.043Z","2.9.0":"2026-02-08T07:44:48.019Z","2.10.0":"2026-02-08T12:40:52.420Z","2.10.1":"2026-02-08T21:53:17.172Z","2.10.2":"2026-02-08T22:55:34.818Z","2.10.3":"2026-02-10T10:43:39.144Z","2.11.0":"2026-02-12T09:43:03.145Z","2.12.0":"2026-02-18T16:01:12.056Z","2.12.1":"2026-02-18T18:52:38.131Z","2.12.2":"2026-02-20T11:29:32.164Z","2.12.3":"2026-02-24T10:49:30.818Z","2.12.4":"2026-02-24T12:03:56.193Z","2.13.0":"2026-02-28T16:34:54.101Z","2.13.1":"2026-02-28T16:54:43.837Z","3.0.0":"2026-03-05T20:27:36.219Z","3.1.0":"2026-03-08T14:15:26.556Z","3.2.0":"2026-03-08T20:26:32.461Z","3.2.1":"2026-03-09T07:39:33.026Z","4.0.0":"2026-03-11T11:29:35.719Z","4.0.1":"2026-03-11T13:03:23.133Z","4.0.2":"2026-03-11T13:53:43.523Z","4.0.3":"2026-03-11T14:17:52.343Z","4.0.4":"2026-03-12T12:13:22.597Z","4.0.5":"2026-03-13T12:56:51.710Z","4.1.0":"2026-03-16T16:26:50.313Z","4.2.0":"2026-03-17T08:40:22.115Z","4.3.0":"2026-04-07T20:47:28.154Z","4.3.1":"2026-04-08T07:22:55.111Z","4.4.0":"2026-04-12T13:04:05.971Z","4.5.0":"2026-04-12T17:47:00.759Z","4.6.0":"2026-04-12T18:18:39.763Z","4.7.0":"2026-04-12T23:50:10.725Z","4.7.1":"2026-04-16T21:06:32.555Z","4.8.0":"2026-04-17T15:26:08.962Z","4.9.0":"2026-04-17T19:15:08.075Z","4.9.1":"2026-04-21T16:01:52.563Z","4.10.0":"2026-05-12T21:04:56.520Z","4.10.1":"2026-05-20T08:14:12.998Z","4.11.0":"2026-06-10T11:16:08.588Z","4.11.1":"2026-06-10T11:33:44.903Z","4.12.0":"2026-06-23T10:18:37.047Z","4.12.1":"2026-06-23T12:17:19.205Z","4.13.0":"2026-06-23T15:16:44.959Z","4.14.0":"2026-06-23T21:09:10.541Z","4.15.0":"2026-06-24T10:44:46.383Z","4.16.0":"2026-06-24T11:59:23.430Z","5.0.0":"2026-07-07T10:38:06.387Z","5.0.1":"2026-07-07T11:02:08.076Z","5.0.2":"2026-08-04T11:31:40.923Z","5.1.0":"2026-08-09T17:05:41.074Z","5.1.1":"2026-08-19T12:54:18.071Z","5.2.0":"2026-08-29T18:12:00.612Z","5.2.1":"2026-08-29T18:41:47.833Z","5.2.2":"2026-09-03T20:35:45.656Z","5.2.4":"2026-09-15T12:49:35.735Z","5.2.5":"2026-09-17T22:05:41.754Z","5.2.6":"2026-09-19T07:18:48.872Z"},"bugs":{"url":"https://github.com/speclynx/apidom/issues"},"author":{"name":"Vladimír Gorej","email":"vladimir.gorej@gmail.com"},"license":"Apache-2.0","homepage":"https://github.com/speclynx/apidom#readme","keywords":["apidom","api","error","error-handling","error-chain","typescript","javascript"],"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"description":"Backward compatible custom ApiDOM errors with causes.","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"readme":"# @speclynx/apidom-error\n\n`apidom-error` provides several error classes in support of [Joyent's Best Practices for Error Handling in Node.js](http://web.archive.org/web/20150221074228/http://www.joyent.com/developers/node/design/errors).\nThese error classes should be used as a superclass for all **operational errors**.\nOperational errors represent run-time problems experienced by correctly-written programs.\n\nError classes from `apidom-error` handle complexities of extending native Error class\nand support [error chaining](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause)\nin backward and forward compatible way.\n\n## Base errors\n\nBase errors are meant to directly be thrown by ApiDOM code or to be extended\nto form custom error hierarchies.\n\n### ApiDOMError\n\nBasic error class that can be easily extended and form error chains.\n\n```js\nimport { ApiDOMError } from '@speclynx/apidom-error';\n\nconst error1 = new ApiDOMError('error message'); // basic error\nconst error2 = new ApiDOMError('error message', { cause: new Error('cause') }); // error chain\n```\n\n### ApiDOMStructuredError\n\nError class that is based on `ApiDOMError` and allows to assign arbitrary data properties to its instances.\n\n```js\nimport { ApiDOMStructuredError } from '@speclynx/apidom-error';\n\nconst error1 = new ApiDOMStructuredError('error message', { cause: new Error('cause') }); // just like ApiDOMError\n\nconst error2 = new ApiDOMStructuredError('error message', {\n  prop1: 'value1',\n  prop2: 3,\n})\nerror2.prop1; // => 'value1'\nerror2.prop2; // => 3\n```\n\nAlthough structured error class gives convenience by assigning arbitrary properties,\nit's highly recommended to extend `ApiDOMStructuredError` class and create public properties\nexplicitly.\n\n```typescript\nimport { ApiDOMStructuredError, ApiDOMErrorOptions } from '@speclynx/apidom-error';\n\ninterface StructuredErrorOptions extends ApiDOMErrorOptions {\n  readonly prop1: string;\n  readonly prop2: number;\n}\n\nclass PropError extends ApiDOMStructuredError {\n  public readonly  prop1: string;\n  public readonly prop2: number;\n\n  constructor(message?: string, options?: StructuredErrorOptions) {\n    super(message, options)\n    if (typeof options !== 'undefined') {\n      this.prop1 = options.prop1;\n      this.prop2 = options.prop2;\n    }\n  }\n}\n```\n\n### ApiDOMAggregateError\n\n`ApiDOMAggregateError` can be easily extended and represents instance of an error when\nseveral errors need to be wrapped in a single error. It is thrown when multiple errors\nneed to be reported by an operation. Supports error chaining as well.\n\n```js\nimport { ApiDOMAggregateError } from '@speclynx/apidom-error';\n\nconst error1 = new Error('error1');\nconst error2 = new Error('error2');\nconst cause = new Error('optional cause');\n\nconst aggregateError = new ApiDOMAggregateError([error1, error2], 'aggregate error', {\n  cause,\n});\n```\n\nThis class is based on native [AggregateError], and due to the fact that JavaScript\nclasses don't support multiple inheritance, it cannot also be based on `ApiDOMError`.\nNevertheless, for convenience, following will work:\n\n```js\nimport { ApiDOMAggregateError, ApiDOMError } from '@speclynx/apidom-error';\n\nconst aggregateError = new ApiDOMAggregateError([]);\naggregateError instanceof ApiDOMError; // => true\naggregateError instanceof AggregateError; // => true\n```\n\n## Generic custom errors\n\nGeneric custom errors represent custom errors that are generic enough\nto be used across ApiDOM monorepo packages and are not specific to any\nparticular ApiDOM package.\n\n### UnsupportedOperationError\n\nThis error class that is based on `ApiDOMError`. Thrown to indicate that the requested operation is not supported.\n\n```js\nimport { UnsupportedOperationError } from '@speclynx/apidom-error';\n\nconst error = new UnsupportedOperationError('error message');\n```\n\n### NotImplementedError\n\nError class that is based on `UnsupportedOperationError` and. It is thrown to indicate that a block\nof code has not been implemented. This exception provides a more semantically rich description\nof the problem than base `ApiDOMError`.\n\n```js\nimport { NotImplementedError } from '@speclynx/apidom-error';\n\nconst error = new NotImplementedError('error message');\n```\n\n\n","readmeFilename":"README.md"}