{"_id":"@speclynx/apidom-json-path","_rev":"70-79f987e7f5d33a31546d8b8bf7b855da","name":"@speclynx/apidom-json-path","dist-tags":{"latest":"5.2.6"},"versions":{"1.12.1":{"name":"@speclynx/apidom-json-path","version":"1.12.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"36146f8e3e33d5c0120b084e9054eb6c298f2514","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-1.12.1.tgz","fileCount":24,"integrity":"sha512-D0b14RHIpL4Jiud10lchArhC293jziLo2YtK1jgjPDLLHRSPA9BrC1OriUdOqE/XzMpcfkqGvCn58LICOzu3uQ==","signatures":[{"sig":"MEQCIHVw8Q42ls4TSsCqmFji+4Ifvx+sed/XQwmDfCtTpNrgAiAiKXJpfxgtBX5rXu0gmLehiDEr3GafpLRzmclv7pSoSQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@1.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":602297},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"jsonpath-plus":"^10.3.0","@speclynx/apidom-core":"^1.12.1","@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^1.12.1","@speclynx/apidom-json-pointer":"^1.12.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_1.12.1_1766497326906_0.8191414414212346","host":"s3://npm-registry-packages-npm-production"}},"1.12.2":{"name":"@speclynx/apidom-json-path","version":"1.12.2","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"361f667ca3fdb71e56f0831c5204eac57787b027","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-1.12.2.tgz","fileCount":24,"integrity":"sha512-IOVNjiJaC1y11vi8P8qQQZ51CryLwboAmLn8QFlP08ynSYbamK/01jlTtbvMz5rDzzyX/1oRrzJLx/q+wlpH2A==","signatures":[{"sig":"MEYCIQCExWwxSoWasfDuwsjFNpCjUBJJ1kfjWbIk1eLqwAQ6nAIhAP8IbmIAa2TOYaJh7Fk3WUjU+qWhgak+PnfbBDLeZmYQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@1.12.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":602453},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"jsonpath-plus":"^10.3.0","@speclynx/apidom-core":"^1.12.2","@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^1.12.2","@speclynx/apidom-json-pointer":"^1.12.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_1.12.2_1766500806806_0.5661025010290222","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"@speclynx/apidom-json-path","version":"2.0.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"2990af40905c3dd463366debad37ddc3784b0492","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.0.1.tgz","fileCount":24,"integrity":"sha512-w6x7/ENahrSus6yyLUAn8j6Z1iTydiFF8LsE7yB/jKnbxvSkzmDIITNQ/K8CJHvZkgCLTjfC8wBWglHDKDDvEw==","signatures":[{"sig":"MEYCIQCon4oGEHOIeGDzITk02ivgPRefOeyBSMOqctwhdg38GAIhAPPM2zP77AqnbfeiyucU0Q/75VuUdftjYLV+CXgnDrrf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":394518},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"jsonpath-plus":"^10.3.0","@speclynx/apidom-core":"^2.0.1","@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.0.1","@speclynx/apidom-datamodel":"^2.0.1","@speclynx/apidom-json-pointer":"^2.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.0.1_1768387602261_0.7678497059266989","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@speclynx/apidom-json-path","version":"2.1.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"8c5401eec3cac97033e6696c23a1cc7ec7a08408","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.1.0.tgz","fileCount":24,"integrity":"sha512-NqDMm/VimDmMUh2a/XrqxgPFgTUfoCw1rnH5m904348cTf65O07uzSxArde2j5mZ70reGRKXo0mYkIDMCduLmw==","signatures":[{"sig":"MEUCID23k5yvmTPQ6irhtJ21ql2DAFh9u8xOLyn1mkri9V0oAiEA9YwzSsjD71l55ZOstT2usyPZQ4E5qv34uKJroFBVovY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":394670},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"jsonpath-plus":"^10.3.0","@speclynx/apidom-core":"^2.1.0","@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.1.0","@speclynx/apidom-datamodel":"^2.1.0","@speclynx/apidom-json-pointer":"^2.1.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.1.0_1768687964868_0.1792477995652575","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"@speclynx/apidom-json-path","version":"2.2.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"6ff16221903903c782dcc94237d9d1691e8d4746","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.2.0.tgz","fileCount":16,"integrity":"sha512-i1jNw2geJMOh5du9kg9kFdFWCKij3fUub1SjxPbK5tzqrZL05q/yqsFHktpBOO8IS1cEtpfzsnqNKK18TeV9SQ==","signatures":[{"sig":"MEYCIQD9MJEs1vng1/eAA61D7LWYNtkL2ejpaCGQEOB3LPbgngIhAM/kZzIRu3AS2JS2CVxy/i3yJINlOXKGES6OaRiON+xe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510282},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.2.0","@swaggerexpert/jsonpath":"^4.0.1","@speclynx/apidom-datamodel":"^2.2.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.2.0_1768839047339_0.46612157933047604","host":"s3://npm-registry-packages-npm-production"}},"2.2.1":{"name":"@speclynx/apidom-json-path","version":"2.2.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"4f6a7715afa9ac7f64b3488dbf607bbc6ddd9fcf","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.2.1.tgz","fileCount":16,"integrity":"sha512-CP4kVJYP3Irty9P/CutcDMcyzKMa1VwHpDwzYm8Bv7GwSegSXcYBIZO/XYsEc9CoDRQnqYhP6cRT4yA4fDd3DQ==","signatures":[{"sig":"MEUCIFPUbHNghfTqg/9usqdHyXFZd0fjDClJo7k4BJn8r/+6AiEAuH5UTnDkaCPFBEcPA6KLvb7NLAhNQ/82dUAfLQprDTg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510435},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.2.1","@swaggerexpert/jsonpath":"^4.0.1","@speclynx/apidom-datamodel":"^2.2.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.2.1_1768901881005_0.544902012782591","host":"s3://npm-registry-packages-npm-production"}},"2.2.2":{"name":"@speclynx/apidom-json-path","version":"2.2.2","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"a608fe2d426881e6fb78e9dd4b1924804e3ba20e","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.2.2.tgz","fileCount":16,"integrity":"sha512-WXHJueFezlAJr9fgCAtM0k0NhmhS+n79pJwnixLou7eLwJSgWiBExTJ5Iplp7IO+r9M/c4Fix3ap9Mzsv0IRsw==","signatures":[{"sig":"MEYCIQCI2M/4vy0eWKQuPq4176Jbosl1WYZXaQXDriTkQHm2kQIhAJxF8joCk++IULmN8yNEyi6XbTYU+Z7Bg91TNJc5GzKo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510588},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.2.2","@swaggerexpert/jsonpath":"^4.0.1","@speclynx/apidom-datamodel":"^2.2.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.2.2_1769158976310_0.5214982300093829","host":"s3://npm-registry-packages-npm-production"}},"2.2.3":{"name":"@speclynx/apidom-json-path","version":"2.2.3","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"c495a372194b10553c12054cfb93c04f2a53d955","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.2.3.tgz","fileCount":16,"integrity":"sha512-7yKW+jkUjxKR0aWF3kZemydTt4J51fZxMQgBqUFd9rqq/JG3+A+Cgwwx+TQR3Y8Wm0Smk5TmPTp9qsPveeGpKA==","signatures":[{"sig":"MEQCIGQxde802+PSwawycb1BYAfTJyC56oRhUjz3pbrEKFgIAiA1PDo9dx3vZ6XK7G1anRMS08XWXpoZtJqZuO9lu1BPlw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.2.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510524},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.2.3","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.2.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.2.3_1769469762689_0.7455166293996265","host":"s3://npm-registry-packages-npm-production"}},"2.3.0":{"name":"@speclynx/apidom-json-path","version":"2.3.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"8687813f0695098baed4649524b2ddfddabcc6a4","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.3.0.tgz","fileCount":16,"integrity":"sha512-9U46HZVOcdKTbxnYQsUUNl5E49CxRV6LboOf07OnwKFE/8sDb2q3XYN1Ajnb8uJA+H3j7wGK30fZx1l4ht5coA==","signatures":[{"sig":"MEYCIQDtrO4+AjBaj0QFsBVY/QzmoGBulUOOlePtELwuwmVOKQIhAMP2QGvll1mRJ0knN8PZ3F8x2KHZNq6ZSTHVjLI3hrv0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510676},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.3.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.3.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.3.0_1769519935395_0.538587218760683","host":"s3://npm-registry-packages-npm-production"}},"2.4.0":{"name":"@speclynx/apidom-json-path","version":"2.4.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"949305a1295689787a6df4150e2e229e9e731870","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.4.0.tgz","fileCount":16,"integrity":"sha512-h6sYWkUK12GlDXDQnt4VfN33HfRv3GskYi1Jo4kBKXy9Jx6i7UxCZgZG3iBSXHCjCjx5jprQQTliKDvShGdbzA==","signatures":[{"sig":"MEQCIG27SOh9vylX1HrNJb4uJ2aPLL7RMNbQvP201UfJkzwaAiAC5JC/xL34vP3/G15wfzqSMj4we3G0WUBPnKQOSkU17w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510828},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.4.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.4.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.4.0_1769689136064_0.41569324489168347","host":"s3://npm-registry-packages-npm-production"}},"2.5.0":{"name":"@speclynx/apidom-json-path","version":"2.5.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"da2e30a05d56be18b6c85c135bc66e2077479472","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.5.0.tgz","fileCount":16,"integrity":"sha512-l9AVlkbQ5bOv/K2aL3VhdfPZmIQrzsgtPwNbCw3g7W2cVlRi4nwACCELI+Db9QUSlDziVptSRf0l408QpnAhGA==","signatures":[{"sig":"MEUCIH9GrddrB8ITfUDFlDzoq21JuUcVUWtAsx92ocD8EVB1AiEAglLgvimrsurw/CGM62FXJFOFJ3QbdDUYZOwqK4Gp1Qo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":510980},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.5.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.5.0_1769772929914_0.09720535296224364","host":"s3://npm-registry-packages-npm-production"}},"2.5.1":{"name":"@speclynx/apidom-json-path","version":"2.5.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"27b656578d75ba4072adb2b6892f52861476d79d","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.5.1.tgz","fileCount":16,"integrity":"sha512-ZoqLArMi7PTXPXU4JNgqPtZQ2DiDGI96YzW5VBIknLFMWP2l4PcfvPdtfyHN20oK07YrrC6bheDAtn9YgmRsjA==","signatures":[{"sig":"MEUCIDCWkFG96vCBpefab+brK4U9uuaTmbLbiMy1EDE86Fu8AiEApn+KuZvgYSdTmqcCTzVegY/WEEApEUNnoKsOwbmT4N0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.5.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511133},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.5.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.5.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.5.1_1769863412591_0.054464565792412545","host":"s3://npm-registry-packages-npm-production"}},"2.6.0":{"name":"@speclynx/apidom-json-path","version":"2.6.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"4bed55fb8645ae9028ae7dab2c736ae774f0ebd5","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.6.0.tgz","fileCount":16,"integrity":"sha512-EeiEVVgZBoNaZcIj9/DiKwbHNxoa78BOvcFi+vrQZ7uMEoCpqatRcf4VMjlVZllIwJ4ODy1mUEgmn0h4zoRN1g==","signatures":[{"sig":"MEUCIQDzEV3JzzFOtcOxEpv8mmDRyDA59PugVoU9L/+dF6/jTgIgDePFjHpPRCiob2Z0T/0aKTQOw9xTV3Ngx67BscJ5rYw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511285},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.6.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.6.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.6.0_1770154352443_0.3865029372967905","host":"s3://npm-registry-packages-npm-production"}},"2.6.1":{"name":"@speclynx/apidom-json-path","version":"2.6.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"a2d90cc34413eeab93417fa469190cbe8cc73d29","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.6.1.tgz","fileCount":16,"integrity":"sha512-wvoHIvqjcQK4r3z7AhfSqbEbwMVgtM6m6pdK+eWJI76ZiVcXQRdCCqisniwFM3orRd/UMFdu3kepzwYoUKNM+Q==","signatures":[{"sig":"MEYCIQC5HTxVonGJeyJKVJUvZPUZMNtqTt9TnjASzDzIfzff5gIhAIID9L023UzTidwIfH/hLS7OHvU8nLlFppzWq3yewg8I","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.6.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511444},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.6.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.6.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.6.1_1770208694393_0.1323299401729523","host":"s3://npm-registry-packages-npm-production"}},"2.7.0":{"name":"@speclynx/apidom-json-path","version":"2.7.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f3181b37f57c246f5c09e46854e7e084bd408b1a","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.7.0.tgz","fileCount":16,"integrity":"sha512-5jKmzzXV2wBNmGOlRC7L7y4Uv+LXVWpzqBPGorULppz2iKrzjjNgOxnky1KP3QskP3x1+DukaSNcfmx6rfQu9Q==","signatures":[{"sig":"MEUCIQC+vmYHtJ7r9GoUL32LAWpQjZnGw/0deuTDG9DkEMqePgIgB0ES+fLZ81wQs3dHq8o3QUrZOq0MNHTqnzOd1BIvMlQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511596},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.7.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.7.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.7.0_1770300601656_0.7181901095182188","host":"s3://npm-registry-packages-npm-production"}},"2.8.0":{"name":"@speclynx/apidom-json-path","version":"2.8.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"310beb72c9221888bfd66386a5e1f2a6c7ce2ea5","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.8.0.tgz","fileCount":16,"integrity":"sha512-JnX1wRhSQHrDoBouMmf6aSqZb6V3i8ll4Fw39FH5WXme3hl8EFl5GI2WY0TWzfE1eqYKo1SesiNWES9UsDRyPg==","signatures":[{"sig":"MEYCIQC1aCa/PCVdYuGZqy80ze6750BtLXqCO57UJK0m2xF2GgIhAM4gDC6X8KjotMq8jUCUgqR2wotp+177T82tMAcByxRB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511748},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.8.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.8.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.8.0_1770422270443_0.2748019980577796","host":"s3://npm-registry-packages-npm-production"}},"2.9.0":{"name":"@speclynx/apidom-json-path","version":"2.9.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"460ae9494e90c4613cf30c8b8cc473f466886c6f","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.9.0.tgz","fileCount":16,"integrity":"sha512-YbyZOAfeKP4HenUi7+uto2IFgdEkJPRrennGoKqAn7wMMdqAMkKSBithxfQiBvCQ6GEqBtv+Gpg3cL/d9vMqcQ==","signatures":[{"sig":"MEYCIQDn8U+hWM99u1RgVS6rJFnyr1lYYXzmmV6W3U0W+8FbUgIhAP8XnMRc6w9fIa4Gamier86bf79SlaZuCSR0TiV2irg5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":511900},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.9.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.9.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.9.0_1770536693425_0.058253436011661996","host":"s3://npm-registry-packages-npm-production"}},"2.10.0":{"name":"@speclynx/apidom-json-path","version":"2.10.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"e1e1cb7d6610d5a3e875de663762fff32e5f327e","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.10.0.tgz","fileCount":16,"integrity":"sha512-uKZYgp/gZu9k+67joxTQAs24uXDxNAbvyZjv1T5ztv6mPjBzEGk6HyGeXRUzyrw7ziOrKdBGOcPetI+/4040qQ==","signatures":[{"sig":"MEUCIEkMHMORN0c1f57Ariy4vBwjmB0EaUMI5HX7KicgMQSAAiEAoi1rguntn1XsbRYcL859LFK8m/RlyjSFJKekvKyCEwE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":512057},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.10.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.10.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.10.0_1770554458066_0.9495396571436034","host":"s3://npm-registry-packages-npm-production"}},"2.10.1":{"name":"@speclynx/apidom-json-path","version":"2.10.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"6a3cbb16138f1de6e254a9123509465e5d7f4154","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.10.1.tgz","fileCount":16,"integrity":"sha512-lYBC0o1rE3A8RwtEkCCpUTNUxE5yTKiV2q6dv6WDoqFuTKGw23TcXx2TIwBZkjRSPXwAcO27bSBbhDuPuWvYew==","signatures":[{"sig":"MEYCIQCBg/YHV8WV3G+Pml3TT2Z4Lkd3I0CQuoxXKwCIOgVoaQIhANjdVDwUXLrq8je705PCf9QW4ueE6m9IXGaadJOscok/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":512213},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.10.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.10.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.10.1_1770587602768_0.3555268616672129","host":"s3://npm-registry-packages-npm-production"}},"2.10.2":{"name":"@speclynx/apidom-json-path","version":"2.10.2","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"494e41eb2a438aec9f15b26ab99b2c47a7aac2ae","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.10.2.tgz","fileCount":16,"integrity":"sha512-/jDSEjPJ+UvfiY90mPfw9D1+RmJvGFwaOMkY4huoWY9BraUwssF67ohkoi+Yc+yHnDGTRjKq38iEd0QK9eqcuA==","signatures":[{"sig":"MEQCIDIszBopjOFJcECdOC59dFUbI97Icncd9IA8s8UFb78eAiAApT/J0sFpTStYnqQ8HRmSQPGcSdGIDx+tZ46KiGkkDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.10.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":512369},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.10.2","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.10.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.10.2_1770591339782_0.06569258394050514","host":"s3://npm-registry-packages-npm-production"}},"2.10.3":{"name":"@speclynx/apidom-json-path","version":"2.10.3","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"1955b909f2cd8fdce54835561df39db036d9724a","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.10.3.tgz","fileCount":16,"integrity":"sha512-6aJtKeNZQ+ey05drFrxkWOaKkzOSC6nwWfBMzGQVwVtjG28v9cBCDaeYBBIQkvqAtLMRtwpvRg5qyIxYKKocVA==","signatures":[{"sig":"MEUCIQCZKZcuIxwvBknYQQGxnq+chgvEd0FQWWyZp8zc7z3W3wIgAmZ3cpu3wnKobihCM9IkuJPmvFpxGKifQFE7vrkv2Jw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.10.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":512525},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.10.3","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.10.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.10.3_1770720223736_0.6926331710761169","host":"s3://npm-registry-packages-npm-production"}},"2.11.0":{"name":"@speclynx/apidom-json-path","version":"2.11.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"fce236f21256021b1acf98770e400df14a4bf8a9","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.11.0.tgz","fileCount":16,"integrity":"sha512-IVobst5MUBtYx7FoSKNr+Q4GK+7tgvNTGgWneKXZbCh6lBAM7ePzfmVwsPUwrRNiP8zgOv/4U+7euW9478UXuQ==","signatures":[{"sig":"MEUCIQD4tWyc2Elw/Ee55l4OjK9l3pFRlPMzgHsjR3ZRQUr5rgIgVZLSmm9zlrp+ZeYNhsVETbFxHUp5UoiTD0gzNqBSrjM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.11.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":513781},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.3/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.11.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.11.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.11.0_1770889388126_0.8296464151736713","host":"s3://npm-registry-packages-npm-production"}},"2.12.0":{"name":"@speclynx/apidom-json-path","version":"2.12.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"cc8536c63989ab7683c544263c3cc79d392e6792","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.12.0.tgz","fileCount":16,"integrity":"sha512-B4f9qCszM4gQWN4xKUd3cEpqXdTYLH+Ctu8e5LYTROFcCDlTiMGcnTXoQnPkMLPow6+wwyA52IGi4hE9lLq3aA==","signatures":[{"sig":"MEYCIQCemdbcbqgdeM9S4kMp/reeyWn/rg1kJUvdZBWpdVZFFgIhAIbZy1bUoqS2xRCVyWkkGH8jtO2sE7SqKoSYQZLsFs+O","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.12.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":516307},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"^2.12.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"^2.12.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.12.0_1771430478394_0.6955510098365811","host":"s3://npm-registry-packages-npm-production"}},"2.12.1":{"name":"@speclynx/apidom-json-path","version":"2.12.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"17fb932a1b23b5054cd0f137f35d5914fcd14c76","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.12.1.tgz","fileCount":16,"integrity":"sha512-mc+EK4FsEvLlpS2PrQ3+b5lXRU1FldRQAH0LnO6SXe1LRa/355mbRgXb4FOnX7wR+C+xB+CvVLhk9SDQ2cGWRA==","signatures":[{"sig":"MEUCIQDuvpTMwJ60hqARo/hpgSepkipS9ntEIWk6BYg3q+mDzgIgbplzqFBYD9wuoeGudecPxwqV9GacgkrSWcVB/aiDYCI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":516461},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.12.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.12.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.12.1_1771440763032_0.36944557133187517","host":"s3://npm-registry-packages-npm-production"}},"2.12.2":{"name":"@speclynx/apidom-json-path","version":"2.12.2","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"51d9af1fc0ac5b940119324ae4dac74c57ecddd2","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.12.2.tgz","fileCount":16,"integrity":"sha512-MKUV29VVpRc38NQtXhMEv75/jE1cJ8uIVVJexE9imbToE1xkogm1N/DHcliYXn9wP9XKCCOich5h1336t6+uGw==","signatures":[{"sig":"MEQCIB7nSsLsZqQXzD9Um2XhDEpfg7+SFmG3EomxGyV37BBoAiAqow10binGlGjt5OHFw7C9SONKJVfKb2JDgQJLCIZ/YQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.12.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":516617},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.12.2","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.12.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.12.2_1771586977131_0.816267136257472","host":"s3://npm-registry-packages-npm-production"}},"2.12.3":{"name":"@speclynx/apidom-json-path","version":"2.12.3","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"14e7469b400b8d2eb9ff575fa1436bbb1cf97257","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.12.3.tgz","fileCount":16,"integrity":"sha512-bp/UgneOFn7GtlvNGLdniuheUG8uUIOBOqWeWEuFUmT9OXU2IwfRWNZ7ub1XhPJKSMCd+QeGPweUWv9/M+z2IQ==","signatures":[{"sig":"MEQCIBoyK1E0twg05KifkmqI2yau9Vkit92Ptglb/v9YYv51AiBMKuCdSni95Fpv4ldKIiU74n6yb5/8gAMxfbAUr6AOMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.12.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":516773},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.12.3","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.12.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.12.3_1771930175658_0.2707503699630769","host":"s3://npm-registry-packages-npm-production"}},"2.12.4":{"name":"@speclynx/apidom-json-path","version":"2.12.4","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"2af238e4aeff2c40eccca7a998859a55ec2f26ba","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.12.4.tgz","fileCount":16,"integrity":"sha512-E/md7uP3JuMB2xtSFgGMZJ8vynLdLeh2svrHPc+t57wKTMqQ2QnIsN/unFVb+31VHSZYAqkuHYHNTUVMla3asA==","signatures":[{"sig":"MEQCIEKdEwuIjGxLKc4q9CZw3JA17KfEQ8kBf2hjO6njYDMQAiAw2QHIOZS9SHKi5miHEej0YOTGvIr0JQmZOk3sAIs7NA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.12.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":516929},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.12.4","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.12.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.12.4_1771934640837_0.7789860675676472","host":"s3://npm-registry-packages-npm-production"}},"2.13.0":{"name":"@speclynx/apidom-json-path","version":"2.13.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"e184b7b968dfbc93fbae6787fbb6e98d8ce9edd1","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.13.0.tgz","fileCount":16,"integrity":"sha512-dJhqFzSENgfWFCSrjTKTB77xwrJCW1vbAbtWbwugltcJW20xh2k5dt2mw9O1M27fq2b7bP9iCcdQS5d6JsIvkg==","signatures":[{"sig":"MEUCIQDZBaLDx5qudSZ2MZS7IP+qZgNguMj5hyURVKcPLu8OhQIgBSlKXHT5aH9rHhYzoiU/sjmTntlyEY7uUac+RoQK4Uk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.13.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":517084},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.13.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.13.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.13.0_1772296498979_0.7254149106297925","host":"s3://npm-registry-packages-npm-production"}},"2.13.1":{"name":"@speclynx/apidom-json-path","version":"2.13.1","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"ac2e2a22fa3733887bdbf06beb44e082c23640d6","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-2.13.1.tgz","fileCount":16,"integrity":"sha512-KiGzZ354qRUybstdNr+/MrL/XDvJQsz8ckTnnq7Wzar/knENivvzpN2TygznMUaFFbAUGQQiI0zWQyTP8V9jhQ==","signatures":[{"sig":"MEQCIG3Qdg85GWdti/srVt+Ovq88ZllFnjnEtp/i5ZBXgVL/AiA1rBaf2LRgNlyfL/4NElXa/zhwFOaCuOh9E7Z0+MxP5g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@2.13.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":517240},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.4/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"2.13.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"2.13.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_2.13.1_1772297689044_0.25955022030755237","host":"s3://npm-registry-packages-npm-production"}},"3.0.0":{"name":"@speclynx/apidom-json-path","version":"3.0.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"b077f68ddc647f6af8bf0be3cdd5181a1179204b","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-3.0.0.tgz","fileCount":16,"integrity":"sha512-kfgBuAVrixAPkScfnJkXrqVLaATSzzkH6UaOIdtkj46yIIbztNhhfKvOhbLBBq1ITm0x6ExOF/iNpfXUjNSAXQ==","signatures":[{"sig":"MEUCIFOwlNDpqL2Ye+lvnnjbLEVgYgFsqbayiUbsaI6/ZBLVAiEAwPfIm9vwleHXwjQsA5DU7RmyZcmo2Odv/pAHOjphwT0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@3.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":544534},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"3.0.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"3.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_3.0.0_1772742461344_0.06263824057059919","host":"s3://npm-registry-packages-npm-production"}},"3.1.0":{"name":"@speclynx/apidom-json-path","version":"3.1.0","author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"1daffdcf84a9cf2b50c7a3092603b160d06c88e1","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-3.1.0.tgz","fileCount":16,"integrity":"sha512-r0VRPFYZ7M0ml8r+t9U+Sw22A11Lz04nbq3XAXQM3bsnLs7qMQV+eWqPu142B+0EmWOLdibvSk5TDcjAsIr1iA==","signatures":[{"sig":"MEYCIQDxTVsKg5YOAR7qSAApKzNpFTiMWBDQFhXVZ/wPV4l7FgIhAM8AhGH0XxCiu0AJxMKGF6X3wczTMNRobmEmNyU7TMPz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@3.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":544686},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"3.1.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"3.1.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_3.1.0_1772979332058_0.25996855842660516","host":"s3://npm-registry-packages-npm-production"}},"3.2.0":{"name":"@speclynx/apidom-json-path","version":"3.2.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"641d9294ac8730c27f07f44ad267125a010e8f3f","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-3.2.0.tgz","fileCount":16,"integrity":"sha512-W5NCxqvE7EjhcDxALVNzL33xXpnZqIArlF0e0D0zYTewPLxIHjJ+1B5zJh/QG70FAMwoNOB1BbRS7eyXsHU/WQ==","signatures":[{"sig":"MEYCIQCLtvA/ZB3x+nwwRhHua7r69B3xdysKHqr3QnVpNFIccwIhALhjrNYcJ7OtEQnvuTpgT+wK/53HK7HKUiiYFv2IeXwI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@3.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":545239},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"3.2.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"3.2.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_3.2.0_1773001598440_0.8485347189295984","host":"s3://npm-registry-packages-npm-production"}},"3.2.1":{"name":"@speclynx/apidom-json-path","version":"3.2.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f17d44ba5748e946e781aa66f985424b526ad83a","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-3.2.1.tgz","fileCount":16,"integrity":"sha512-lcf0iFSJzyR7pWyDSHKl1XFOFNwxGFiukTzz1JF2N9rVdKB0qRCIOPyu65A/lI19taM4QzGMi3jQNKRdwNskGQ==","signatures":[{"sig":"MEUCIQDZ1O2lXwcrcpj2y6+IiFLYK0yCMUwpOP14evN2oeMkdwIgCICgcxXbzQI5UmJe7I7zSPESmyLSkFk4tuKCj4Mry/s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@3.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":545392},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"3.2.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"3.2.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_3.2.1_1773041977773_0.3329544459895284","host":"s3://npm-registry-packages-npm-production"}},"4.0.0":{"name":"@speclynx/apidom-json-path","version":"4.0.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f6b6ed57dec819c4f84efc34ce00026208e3f09d","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.0.tgz","fileCount":12,"integrity":"sha512-/vluU/02rOWTCmVcIQPlORk1aKkK6gseFLqgHtQudOfbrX6B460ntPz6BsIfYR1DPgUIBYbbFQfrg+MhYHKkYg==","signatures":[{"sig":"MEQCIHbE0Pjou8yE4qFwX1L/X2xyrD5X2dUCcN+b6IFMwhiZAiA1UAVOz9myTm1nYFQAD5MjF0krdCtS12etrh6TB5HdPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":531827},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.5/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.0_1773228581487_0.8504348454469723","host":"s3://npm-registry-packages-npm-production"}},"4.0.1":{"name":"@speclynx/apidom-json-path","version":"4.0.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"af6ea2ebb0d4301a66a6a385cad4311c85a6d7c5","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.1.tgz","fileCount":12,"integrity":"sha512-g6Dwn9CQlBnTcPlYNIzabtVu0U+kvACPeIe/4WDA4UO6DYQIx9jAPCO1b5zAElUfkJ4X4NFrR+9i5DR0fBfSIw==","signatures":[{"sig":"MEUCICchA3f4wYcE7EuiHAJKS8IK9F4FmyQdjzG7wExQKUzcAiEA3RTHraQkuppQ5l1LXyZcZZXA+jnxTVZXn6XrRa2Wnkc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":531980},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.1_1773234207624_0.12433700327385444","host":"s3://npm-registry-packages-npm-production"}},"4.0.2":{"name":"@speclynx/apidom-json-path","version":"4.0.2","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"cc9473ba57b5347dcc01dc21bbe2d9eeedfd5f1c","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.2.tgz","fileCount":12,"integrity":"sha512-pqsYVZN8iZ8OMpiNhG6fXgQ2ukKgOhplr4fsOZYM3BkGmdi6WnbIk2MeZxo7UB+/GA0mCy4/j9Gsoy7DLh2uKQ==","signatures":[{"sig":"MEYCIQCG4VbfXdfqqtpg5Ted0eKct9/e1KLNfE84f8b0dHbNVgIhAOQryKj/BAL4Mm6UmgOQLKjDHDTS8uwiWz1Bvn01/Ml+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":532133},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.2","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.2_1773237229105_0.6665578831488486","host":"s3://npm-registry-packages-npm-production"}},"4.0.3":{"name":"@speclynx/apidom-json-path","version":"4.0.3","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"91c96fce090b9ccd4f8bb9762304f1096cced0e8","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.3.tgz","fileCount":18,"integrity":"sha512-h2LASUr3xwVXUJ0dx/s8J98onPvd+ktt8kyv0H/bDVoE9BvJgsLdQ+Y55Ieft4Z25kwEee/bOS8JGAHW3wWO5g==","signatures":[{"sig":"MEQCIGRg3XgkNEJgfqHPDZG90cvKq25ZqwryYoCRPPSKXyysAiA6cN4C95RpjsplXkkvAgiwNkgF3xNyFLKq44qNs1MmsQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.3","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":553460},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.3","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.3"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.3_1773238677369_0.4027707772649063","host":"s3://npm-registry-packages-npm-production"}},"4.0.4":{"name":"@speclynx/apidom-json-path","version":"4.0.4","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"1bbeb7b9d9f876bef219737cc610a49cb5e394bb","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.4.tgz","fileCount":16,"integrity":"sha512-HMD+ggrZtgTMvQyOubSLSaxIHVzC9wdDLipHJl6jWWVvjlkZGPpFNPb9jESZCem6CgYlYEIwPP1GCfN0wGBULA==","signatures":[{"sig":"MEUCIBB5bpc9yDnp1B6NTgzF4sQENzpm2YwrGUdroQfdiemCAiEAyibfNKoo/ykuVv06275qNY98P1f9qWF1OCBaP9vCdFU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":546572},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.4","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.4_1773317607980_0.08558346450559706","host":"s3://npm-registry-packages-npm-production"}},"4.0.5":{"name":"@speclynx/apidom-json-path","version":"4.0.5","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"4f88e9bd6a4729ccea5fcf80b3e9bb7707eb2ddf","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.0.5.tgz","fileCount":16,"integrity":"sha512-+Ux8qljvC08f2x6ERU4DVoTQo9sCJIGeawBDWfwTlzqi2Ws7ru4NQWF9+jjVecbjXBAzkIJHZnVcp7NNFaMBWQ==","signatures":[{"sig":"MEUCIQC2kX8JRWzn/Vpcf57MtyyHyvR3AnlNtODgZ0vgEhYy0gIgSTfSNpFQqWhy8XmTLW/c3tA9byPLPA5SycpMIUJC6As=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.0.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":546725},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.6/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.0.5","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.0.5"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.0.5_1773406616639_0.5638521207797647","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"name":"@speclynx/apidom-json-path","version":"4.1.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"e116c82002cf78e7eed572bdef892b606f059793","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.1.0.tgz","fileCount":16,"integrity":"sha512-Q5TazOp3EBqINOVIqqzQk0R25uS1/dp2t4kXf8fHrFTw8Zb72wY3hAqXSFShcClK9tpWLxm63lA9Jh8fPOFNlA==","signatures":[{"sig":"MEQCIDyPu3tG9USvjE07KuXaoOtnGM85nLH0zHnICEW0q4esAiBm1OPEsUPdjniXHcnqntjGIUjT2PvkQ1PGuUaEmySsCA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":546877},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.1.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.1.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.1.0_1773678417119_0.23017122162491743","host":"s3://npm-registry-packages-npm-production"}},"4.2.0":{"name":"@speclynx/apidom-json-path","version":"4.2.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"a8c29b8c4b2cff16903e473b0ed0d303c3f03395","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.2.0.tgz","fileCount":16,"integrity":"sha512-bgnebLyE9qKvD+RTInOKIpLKT3Hbr0DAO1x7+pYyv0Yg6tjyhdCUqJ1tXXUFT8HGZaXPvNUgbRAIiHorxkVDcw==","signatures":[{"sig":"MEQCIEnBGY6hVukg6K2oMOIsDfVPMQznpbCmKlTKaVrBdI5RAiAzJJ60/ujnb1oxxTnj0wCG8iu3abtYGLAF0FRfTrtpWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.2.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547029},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.2.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.2.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.2.0_1773736827285_0.3201954918011434","host":"s3://npm-registry-packages-npm-production"}},"4.3.0":{"name":"@speclynx/apidom-json-path","version":"4.3.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"9377e40aa56951e8f5babc85ec2f191fa989ec75","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.3.0.tgz","fileCount":16,"integrity":"sha512-RPxOs9wRGii1Ljku//0iX3o9rOxWNJQ8CYot8Tp0C12f/FCJSdQOuCnzBs627Hal3/FieXPSkemWVrL9fBxisw==","signatures":[{"sig":"MEUCIQDrDG56OWp4O0WFrZjYMeum/rrGjTtkeojBdrC7JHleSwIgB+LXOGvDwg6pMZJOKRectRWMgAStW5/7RtukUVQT/tk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.3.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547181},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.3.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.3.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.3.0_1775594854009_0.3978199453594913","host":"s3://npm-registry-packages-npm-production"}},"4.3.1":{"name":"@speclynx/apidom-json-path","version":"4.3.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"59b8f1bca5311c897fb60a6433bdbbee69e0c216","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.3.1.tgz","fileCount":16,"integrity":"sha512-mTjAUAcNJNURr5vpS4FGOKN/9NwhVrcuhM2TVSVd7Qxflma9TPDo9xi3Nm1lauWQh9SPHokZrvxN8Ik3ruc6Ow==","signatures":[{"sig":"MEUCIQDN3lvTvbKolqBBsojxMD1KOtSiAl8YCfPRa9PgPWZ48AIgewyDrlKKA/9/ao+pGDBeAlzMNTHb1g4UwsM8nmjaqTw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.3.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547334},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.3.1","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.3.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.3.1_1775632980731_0.09756035317360734","host":"s3://npm-registry-packages-npm-production"}},"4.4.0":{"name":"@speclynx/apidom-json-path","version":"4.4.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"1e68ee277d051b8d04be0a12d6b48ce4cbb7862c","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.4.0.tgz","fileCount":16,"integrity":"sha512-1w0i/cMBwZ6pvRX4eQdX6S6NuYsNzeuPRqbaHAfi9qHteNC17R0J68kta6L0s1E0m5V+h1puAbdDuWVD9469MQ==","signatures":[{"sig":"MEYCIQCKdMNu0LWC+YNvgAbUGFLPSkJaTnSICsCFRAjs9vMjQwIhANfU4TbzSSypss0ZZbtu1kQ8PvR01HHBS0OM/PLXJVGc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.4.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547486},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.4.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.4.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.4.0_1775999050980_0.10499523546798128","host":"s3://npm-registry-packages-npm-production"}},"4.5.0":{"name":"@speclynx/apidom-json-path","version":"4.5.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"e781fee71c87816d41833e1ef78c845fd801e250","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.5.0.tgz","fileCount":16,"integrity":"sha512-ATn3q5poX20S3VJChpBOXUHYEBezPUgZhoAyiT8O+pwSeuboelqT21/aBNsvYv7TCbvk9jEGY8r7YlC8BfDBpA==","signatures":[{"sig":"MEYCIQC3VVHADEHJmgFpco9yU2x0eKYx6WfsCkfE35lGMK/2mgIhAPcGCPSQ1Ug4vh/ekRYPH6SfgE/pqpib4NNuykcqDuRl","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.5.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547638},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.5.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.5.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.5.0_1776016025927_0.9869708467685092","host":"s3://npm-registry-packages-npm-production"}},"4.6.0":{"name":"@speclynx/apidom-json-path","version":"4.6.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"e86e5fe797d22fa7e2350b26367307d1997e88a4","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.6.0.tgz","fileCount":16,"integrity":"sha512-UHa27pnLPxNn6e68lh/n3ztttJH77+7cyO+vn6EZyPYhh3dhYT7QXCTS3f/KHT6NxoAzsYr56qxulwNRRKCv1w==","signatures":[{"sig":"MEYCIQDgqPxZX022ACFPmUWy75uYUNJ4K4vWLgnHf//ZDmENNAIhAJtCZuEW8qDlMzIfExWxlffn5dTGfSwqaF2K5iaF944N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.6.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547790},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.6.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.6.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.6.0_1776017924717_0.3197347795007208","host":"s3://npm-registry-packages-npm-production"}},"4.7.0":{"name":"@speclynx/apidom-json-path","version":"4.7.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"88d0ba4239d250a26a41ee388b83d013b2a65edf","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.7.0.tgz","fileCount":16,"integrity":"sha512-2OYxbKYL97m9P95LHMHPpFUOk6Z/7ISp/BR9ojYa6csbejvPpjYMa+JOW4Jfecctz7Fs7nad995qsM6z2L23LQ==","signatures":[{"sig":"MEYCIQDr9K/AgIWdfw0rn0tl1QJAgFlIv2wEh0bCiT6VrWyI1AIhAOKoIWgkl8f7+YW1rOZhoZbpdThkK073zVgJbSYqgzXV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.7.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":547942},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.7.0","@swaggerexpert/jsonpath":"^4.0.3","@speclynx/apidom-datamodel":"4.7.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.7.0_1776037815997_0.6770593051770868","host":"s3://npm-registry-packages-npm-production"}},"4.7.1":{"name":"@speclynx/apidom-json-path","version":"4.7.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"a32bd060a41f023da003dfb44429284c88cacbea","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.7.1.tgz","fileCount":16,"integrity":"sha512-s2wR3nIiGMuUGXHipXrwlmpyLJQeQpxU4wN12J55wr6GemSIOw4DL67tz4YJjFCIPctoY/nDkiqhcSgdWnwonA==","signatures":[{"sig":"MEUCIHcD7/WvTypQdNBABlGZX4e4UuGBiDaXpNX2FDW2Tv0JAiEAhGcHsTvcIx/yHvUFfCg6zgNpDfDqxn/dBTeVxdztICE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.7.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548095},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.7.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.7.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.7.1_1776373598362_0.6959754837320329","host":"s3://npm-registry-packages-npm-production"}},"4.8.0":{"name":"@speclynx/apidom-json-path","version":"4.8.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"4466c0188ba504afb2dab0b3ae1bd34a077228dc","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.8.0.tgz","fileCount":16,"integrity":"sha512-5GkGt3cv5H1oLf+moreLHCXr7BQSms6KpZp2sDHiw0nW+hhhqwPDsmajPQVfB+yMlIcOq7NB4nJms9FeJm0Y2Q==","signatures":[{"sig":"MEQCIDhpp8ONEg2+izx6hLpIAoqFeM0bev9BPjEY0ugdioT3AiAcRWqdmTlYqChSbHM3u/RW4sNtL73zffjSPxxYWF5nDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.8.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548247},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.8.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.8.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.8.0_1776439574918_0.9196182632315251","host":"s3://npm-registry-packages-npm-production"}},"4.9.0":{"name":"@speclynx/apidom-json-path","version":"4.9.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"c5ee147a0643599126df14cdea1b5f4c5d88eeae","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.9.0.tgz","fileCount":16,"integrity":"sha512-RYGldNGkHVa7T/yziIT5rPGNK4J8ewjzykfK1Nmc0k42rfSnCuV5fybVX7eRk+KXW2HcUNnaZ0T+iduVuSEhEA==","signatures":[{"sig":"MEYCIQCcPkBbjQYuADEH/Kciol6yJqwiQRT8ZbGzGsO1DkeaBQIhAPDUZZpvXOIIS7L35GIYBo1liLIz+vQJXZaAoHCWU97W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.9.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548399},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.9.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.9.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.9.0_1776453313205_0.4327656133220459","host":"s3://npm-registry-packages-npm-production"}},"4.9.1":{"name":"@speclynx/apidom-json-path","version":"4.9.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"515df36f7c0f64ed67fb0392fcf3e5a47e4c215f","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.9.1.tgz","fileCount":16,"integrity":"sha512-xW33RBPtU36+INeXm4T5/aaqwKCuA7CU3k+/JtdP2RQIItkAwstMU7yyh8Hz/Dc8aSlaE51yLkAxpK8yrLzNrQ==","signatures":[{"sig":"MEYCIQDauamAWpO/8Rh9RoLHLuAE+7V5HJsihydfPqbiOLBkoAIhAMUojBv6j7BEj2IKqFJMbszQAZW90tTO6HZkBEyHs5AX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.9.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548552},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.9.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.9.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.9.1_1776787318643_0.7104823728861087","host":"s3://npm-registry-packages-npm-production"}},"4.10.0":{"name":"@speclynx/apidom-json-path","version":"4.10.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"73d3a25d29567790024b9d5a05c3a70169e7f86a","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.10.0.tgz","fileCount":16,"integrity":"sha512-F6BBXnvcb2eC5Kq1xJ0anhq+8GSXSvmGFV+//JiC4gg9gXf/6X8a0UBhNDVja20LMQVgmLNx5GPgRXAGcA7o7w==","signatures":[{"sig":"MEQCIFUt7J5R+10aT1CgR/j/XCImgaruBkjcYLJzZIL5lg2SAiAR6hv0FOFrynM3lMkpIGHVD/r54VIHi7qPEERhO6QYYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.10.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548709},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.10.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.10.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.10.0_1778619902113_0.5473146717260584","host":"s3://npm-registry-packages-npm-production"}},"4.10.1":{"name":"@speclynx/apidom-json-path","version":"4.10.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"7006a31f0b587089cf0f86ca74f3e1e2cdc3fdbc","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.10.1.tgz","fileCount":16,"integrity":"sha512-TXgwgbxJ2+9grvzyOxJpp+aGvbpc7bgPwpcyf2u0zV3cJc66QaTqUZcFjAVJpShN0YWnvN3LcUj9JdMNlch5iw==","signatures":[{"sig":"MEUCIDHYbjHqPEHrpX20GXixNkzVUL2Q4umbjd61uTUbEGtGAiEAySFo1me6biFZ8Mvxp0T+Yi47RYzW2qOyQ/guK2Qls00=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":548865},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.28.4","@speclynx/apidom-error":"4.10.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.10.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.10.1_1779264859522_0.6377964127191476","host":"s3://npm-registry-packages-npm-production"}},"4.11.1":{"name":"@speclynx/apidom-json-path","version":"4.11.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"916bb340b931ef41a7b26de73b3eb13e98a19ca1","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.11.1.tgz","fileCount":16,"integrity":"sha512-Tfl7P1xCU3mHmOGJY3QSuwv0JbpbYtrIwVu6xFxdlEZ7KbZq58dR5U/ZlGdhAW4ApjAe654Toj6JETCHOQMieQ==","signatures":[{"sig":"MEYCIQCTfpvm97iMxQEAk5R7E8o3tHMi1XDV1pb27v9q3AtmegIhALfG9fx38PxdK2HkRa31yUIGohtXxYfh4p4cNTVtg33W","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.11.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":549176},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v24.10.0+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"24.10.0","dependencies":{"@babel/runtime-corejs3":"^7.29.7","@speclynx/apidom-error":"4.11.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.11.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.11.1_1781091231734_0.4265700444274527","host":"s3://npm-registry-packages-npm-production"}},"4.12.0":{"name":"@speclynx/apidom-json-path","version":"4.12.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"d5cc7ca7683c107a3d145681ce34c165b29d57f9","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.12.0.tgz","fileCount":16,"integrity":"sha512-IUmw42hoF7mFR3dhVcZN4UAPSrjnQRq/juqoaCuWQwQT9CO47mjMbmnEWe1UqpMYRHyuyEwQAr//uxz+8g2rAQ==","signatures":[{"sig":"MEQCIAKpwntMX6LP3CMPrmGkkv6wWGOKoh2QZkCbjvPBLRDsAiAE0EDIMal+xyqpPhAetH3PD8Efwa++fbHbZkKiZTSV5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.12.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":550408},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.12.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.12.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.12.0_1782209925976_0.881572777223185","host":"s3://npm-registry-packages-npm-production"}},"4.12.1":{"name":"@speclynx/apidom-json-path","version":"4.12.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"96189551e90a98cab5efec5553bdc8e73b554329","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.12.1.tgz","fileCount":16,"integrity":"sha512-Zy65CC8uyOEW9D/43FDiwvUqTnJgqW0tSeccIkmINOGvXJCFtUvj73lthJTRUh3dn9r9Lr5n/VPSSsWBHMwb1g==","signatures":[{"sig":"MEUCIQDwJs39YOPs78wB5rCVW7R3OYudB07gBzIuRQ0zRAFyQwIgRpYnxcXPjRRLg8NYKl8TUqnxK6t6cQBdxdfYIg2QX6M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.12.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":550564},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.12.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.12.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.12.1_1782217046745_0.2007225155705361","host":"s3://npm-registry-packages-npm-production"}},"4.13.0":{"name":"@speclynx/apidom-json-path","version":"4.13.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"4366bafad3b3c1671e9cf389b4f0b209b00181ff","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.13.0.tgz","fileCount":16,"integrity":"sha512-6aWQQtS8pMWdKHDx+bMCFhGbphuHVdYlQm1wGcBdxA3rnQi5x0Qj8FjApiKaG4JYO6z1VhNNMw7mH7Nr0qvrLA==","signatures":[{"sig":"MEYCIQDv5NrrbMCuxjshz5D+F2Pm3n/x7gUGa7mZEhxuduZgpwIhAPglJRN7o7ZQU74UKM2atgoWJKADOWE4XHo6vZHFOgGu","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.13.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":550719},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.13.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.13.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.13.0_1782227812105_0.6367384994371523","host":"s3://npm-registry-packages-npm-production"}},"4.14.0":{"name":"@speclynx/apidom-json-path","version":"4.14.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"a193d8ee80024ae2e2d699badfca3ca16d41232f","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.14.0.tgz","fileCount":16,"integrity":"sha512-bv28D2HyV2gA1H/v21spExpIlyLSdlotuRF6V6L2tzL9R5OgdMZNecLff/JiGjPN5pjUnyX8uEiOm8hODJmLHg==","signatures":[{"sig":"MEYCIQD6CEUUfH2wH/d6i7CsUgMmeqie1BG4HyMhLzSOTIP1IQIhAJIAoEmWqtBakVO3OjXY4yF4ur9cq1sPzuKQsbLP/rHF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.14.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":550874},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.14.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.14.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.14.0_1782248956996_0.9158807003369434","host":"s3://npm-registry-packages-npm-production"}},"4.15.0":{"name":"@speclynx/apidom-json-path","version":"4.15.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"3e25fb360f78162e20c0c37138226fefd2e10693","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.15.0.tgz","fileCount":16,"integrity":"sha512-EFYA5V3zwyEOTZg/v4cvALRu80BznXjIQ2lY7i5g5M65KhiI9ZOuymLAM/ZT/iToWJdnMFccPL5sGQgSz2MmAg==","signatures":[{"sig":"MEQCIHqSQKfWBXjB1u98lDG7rLPehiJJa1dPMzMl6hyPJynaAiAAqp3iNnaBw95SX7siIXlHxvEU0KzHc1nq8KiSj/aQEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.15.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":551029},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.15.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.15.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.15.0_1782297894090_0.2464339440450718","host":"s3://npm-registry-packages-npm-production"}},"4.16.0":{"name":"@speclynx/apidom-json-path","version":"4.16.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"9c28b9b617bbe002f8820b77b14b9a22a99a030f","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-4.16.0.tgz","fileCount":16,"integrity":"sha512-A1H5LUYpSwTUiRAHCsndGkhJa++1Wpfg9l7ItS2+1MdVt/+LCYWY1GP7QHYNYBzj9UTTt9WHf5/KghNX8HEdvA==","signatures":[{"sig":"MEYCIQDt65KDdf/Ywk68G7pNRAksujzg7e6NMtbAbuZsN6uMzQIhAKGPDOHoUPHNzi64yPg3l14GosiMuUYkg0gBDL61+Mm+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@4.16.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":551184},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"4.16.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"4.16.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_4.16.0_1782302369897_0.9206198588361851","host":"s3://npm-registry-packages-npm-production"}},"5.0.0":{"name":"@speclynx/apidom-json-path","version":"5.0.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"fc11a50f896ca689135e1647c8e442f72585ca93","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.0.0.tgz","fileCount":16,"integrity":"sha512-+ipjDp5vvAs+pSUHjhfZj/Ih0CwRG99vMB0Z55c45qxPBUycLkYlyiJtdipds566A+4QT17UNEjW2D6aqHJIzA==","signatures":[{"sig":"MEUCIQCOUTR/G3vKnXVhBbIkJedZ1n2mDNnRQ8uYy5deS6o2xgIgEyhUpoTKeFyU/6wCHtu56fVu+h3lbpbFq9D9uSXibb8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":553028},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.0.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.0.0_1783420695269_0.6396993183097757","host":"s3://npm-registry-packages-npm-production"}},"5.0.1":{"name":"@speclynx/apidom-json-path","version":"5.0.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"3608ed280260cf36bf6f663e3c025d6b46d38150","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.0.1.tgz","fileCount":16,"integrity":"sha512-YOnkUYLMK/oYmahGy5D1kqK1GSvjqCV8adYFabKcbgb+dAsIkwTPSZP0bI+BERw0AQqlr5w2B+k6YSJ/1S6LVA==","signatures":[{"sig":"MEUCIQCYOwtNIgO8DuFx8MD5m96fzFG48wF12YvMtxXnVau8iQIgSrrbNju9sAN8dS5OtpT7Fuc7Z3BjlG69Fop6N4VZWiU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":553181},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.0.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.0.1_1783422135038_0.07210659432230315","host":"s3://npm-registry-packages-npm-production"}},"5.0.2":{"name":"@speclynx/apidom-json-path","version":"5.0.2","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f221a1924751cf6740576b6dda90da7d26d7d24b","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.0.2.tgz","fileCount":16,"integrity":"sha512-Aw8tOXCG0hd4JhqEVVhrNlCdCWGs6+eQNaLU5vIuOi5UzLG0AXnW5dWVJxzPkDRsO5Lzs/GG0BlfZf9t5Xr2zg==","signatures":[{"sig":"MEUCIHNI8i+rDfQzFCsaW9zD2umcv+m6CGcm2k6cx8M6x0G+AiEA8wKYZ+l0bB7VZbjO+RbPOJFFPxVBXg607rTWiRifysQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.0.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":553334},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.0.2","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.0.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.0.2_1785843108115_0.3138383417107664","host":"s3://npm-registry-packages-npm-production"}},"5.1.0":{"name":"@speclynx/apidom-json-path","version":"5.1.0","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"01e57401f97e7c189bb91b99b24ca9befe19c2cb","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.1.0.tgz","fileCount":16,"integrity":"sha512-PGZBU1UrGOtY+D9/lV34OVlfNcX2OG8BXXb2QxGsr4Ie0w0KLDneyiMz2nP5TypDQfaeJayxt0lIhdgx6R/s0g==","signatures":[{"sig":"MEUCIQCMUZqWEGDrHZxN8LicMDw1pNEomWbXteJ0j00EQTiSegIgcLXbAvy5o4uDjDpvAKWHDhdTAhwhUt1YVMvNu4cUxvo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":553909},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.0/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.1.0","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.1.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.1.0_1786295148815_0.977620259388408","host":"s3://npm-registry-packages-npm-production"}},"5.1.1":{"name":"@speclynx/apidom-json-path","version":"5.1.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"5d927ad96f2fed791da97de4d84baa7d5df41abc","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.1.1.tgz","fileCount":16,"integrity":"sha512-dwdvypc/w2yUoUML9g779qUjfaYA+s883Lt/ydZI/5bhSoT+FuMm9JoO0E5Psj8YH4Ivqldsk7YheCSjvCngrg==","signatures":[{"sig":"MEUCIQCBWouWqUVvHe7nUbTPh2RtlKnI/tTeIdrzH4TnDNppjgIgG7rN9jlZyDpAa9AbV1VfyCGQLxAol4pgnwcuboU206U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":556177},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.0/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.1.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.1.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.1.1_1787144065479_0.749768500684598","host":"s3://npm-registry-packages-npm-production"}},"5.2.1":{"name":"@speclynx/apidom-json-path","version":"5.2.1","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f6f25fc0d56f650736e6d0cd50ee97de25c829b4","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.2.1.tgz","fileCount":16,"integrity":"sha512-OduWGvrxC87GLKMPWL14k3Tfbe+DdmHTj/lB6zfdIzG0B1SovDQZBwE2UBfudimnOJdWfvIJXVJu9Ig/De31Og==","signatures":[{"sig":"MEUCIQDDOGI85o7/XrXtJLpwHe+UzZ03CfG24Jer97TCgAjLJgIgfLE+UpuY7T6Jm1vCp7d3zIQBnThCeijLD6UjAm4m6AY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.2.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":556482},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.2.1","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.2.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.2.1_1788028917334_0.7448341205036346","host":"s3://npm-registry-packages-npm-production"}},"5.2.2":{"name":"@speclynx/apidom-json-path","version":"5.2.2","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"f538a0dc82d2fd42da387bd602aaa72b4dac9c5c","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.2.2.tgz","fileCount":16,"integrity":"sha512-5T//8IfNyXOVe0ELSrFBU1dVi/Gz9LeMpEK45YMguD5FQ3UqYjs0XvRMAxjoyW6tmiFuR5CknGHdBglkBYujSA==","signatures":[{"sig":"MEQCIAlY6aLZAtATN3t9JKl2BnyaSY4LzeufmwT6C9W4nOHLAiBlM7/DbozFx6eK18GxfId6DyXtHfbffYZSLFkQUbBq0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIH7+GPV0xKJbyeQWn/Cba0PSDtj7o2pCKJ9bXRn35XnVAiEAnKb3jTGz9XPOfOW5VbNnPIzCVoEop8fknEpCPFmr7q8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.2.2","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":556097},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.2.2","@swaggerexpert/jsonpath":"^4.0.4","@speclynx/apidom-datamodel":"5.2.2"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.2.2_1788467849698_0.8648679093236495","host":"s3://npm-registry-packages-npm-production"}},"5.2.4":{"name":"@speclynx/apidom-json-path","version":"5.2.4","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"de3f40353fb1a346667fb9e1b5c3b2286d11dda0","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.2.4.tgz","fileCount":16,"integrity":"sha512-YWykS1z2iGM3wBrn9536Ja8LJwtdAtBlp8TFcnN/7SW01Mq/GCgeCWbj/dgUNXNt0j5pjFxAfxj5gKyUsS59cQ==","signatures":[{"sig":"MEUCIB1lfMWyvos1EvqcW+Omf3itfdVws+LcQ+jTE0WRVLkSAiEAhxGX1YM8vp2LCC/SiV71QGlaCwXVafXOKYhWbj7gfa8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEUCIQDsRqtiIw3fZvmJ3thztRTZ4NVjKvvtJ0Iu8b6yTD5BeAIgB1sRi5SHNuR7D8P60C4r4jj8EVfTYU9pjZGVa6I7JoU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.2.4","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":556816},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.2.4","@swaggerexpert/jsonpath":"^4.0.5","@speclynx/apidom-datamodel":"5.2.4"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.2.4_1789476527136_0.6620836510806982","host":"s3://npm-registry-packages-npm-production"}},"5.2.5":{"name":"@speclynx/apidom-json-path","version":"5.2.5","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","_id":"@speclynx/apidom-json-path@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":"5a405c70ad4db034e483545d33c2f05ad471bd23","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.2.5.tgz","fileCount":16,"integrity":"sha512-HkV5/jY9SflpPupYxZFcniKesxWylhRVKVw3pjgI2VGUeqbxNxk7vkFG3YMB8qJporhcbA9uDFvS88LQTPlF5g==","signatures":[{"sig":"MEUCIHky62V0pqnDmdXiol5GWvDaaxFxIhi+li/TmgIN41VRAiEA6wmj1t2NPDyzUioTTreQ8FVoLzq0wFGkBYz47NPLUaY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDO77L8soUx5aHj6YZmjUNuXaqaytqglHo8KPbZP1/QRgIhAOiQeGLlgkaEUvw1ldboA5QcINYQlkxDd9kKTGQuWUgp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.2.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":556969},"main":"./src/index.cjs","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"_npmVersion":"lerna/10.0.1/node@v26.3.1+x64 (linux)","description":"Evaluate JSONPath expressions against ApiDOM.","directories":{},"sideEffects":false,"_nodeVersion":"26.3.1","dependencies":{"@babel/runtime-corejs3":"^8.0.0","@speclynx/apidom-error":"5.2.5","@swaggerexpert/jsonpath":"^4.0.5","@speclynx/apidom-datamodel":"5.2.5"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/apidom-json-path_5.2.5_1789682697693_0.8808139400583221","host":"s3://npm-registry-packages-npm-production"}},"5.2.6":{"_id":"@speclynx/apidom-json-path@5.2.6","bugs":{"url":"https://github.com/speclynx/apidom/issues"},"dist":{"shasum":"38d9f34355442f0ee474f3df83508adcd17b1227","tarball":"https://registry.npmjs.org/@speclynx/apidom-json-path/-/apidom-json-path-5.2.6.tgz","fileCount":16,"integrity":"sha512-vHUCSi9Ro6f59+ich8dqIieXmiH5fS/g7wDwgyLr9+vhtYIURPRPiiGd5+kaKOELto9HgdTh+CeVrB+kRRnqeQ==","signatures":[{"sig":"MEQCIDePWIQZPbLDFNwIK/EysYnWf4qiAGXsK7gh4KgwTrmHAiB5vTSGZiRc0YMnoEHEBpg6VfJJ/kAb3Nb7BtlSYpqa+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGA74pqEXT6qhgRzxe0+N0EBWD2B4RhNSBBQxIwmMOMpAiASlcS0mvcqgq94bErN3GF4b9BrUa/y9gPCbji121cFDw=="}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@speclynx%2fapidom-json-path@5.2.6","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":557122},"main":"./src/index.cjs","name":"@speclynx/apidom-json-path","type":"module","types":"./types/apidom-json-path.d.ts","unpkg":"./dist/apidom-json-path.browser.min.js","author":{"name":"Vladimír Gorej"},"exports":{"types":"./types/apidom-json-path.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":"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:2812bb07-94a9-471c-bdac-aab6b974c82b"}},"homepage":"https://github.com/speclynx/apidom#readme","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","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":"Evaluate JSONPath expressions against ApiDOM.","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","@speclynx/apidom-error":"5.2.6","@swaggerexpert/jsonpath":"^4.0.5","@speclynx/apidom-datamodel":"5.2.6"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org","provenance":true},"_hasShrinkwrap":false,"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/apidom-json-path_5.2.6_1789802295351_0.5678591571365534"}}},"time":{"created":"2025-12-23T13:42:06.808Z","modified":"2026-09-19T07:18:15.809Z","1.12.1":"2025-12-23T13:42:07.090Z","1.12.2":"2025-12-23T14:40:06.984Z","2.0.1":"2026-01-14T10:46:42.407Z","2.1.0":"2026-01-17T22:12:45.034Z","2.2.0":"2026-01-19T16:10:47.505Z","2.2.1":"2026-01-20T09:38:01.152Z","2.2.2":"2026-01-23T09:02:56.436Z","2.2.3":"2026-01-26T23:22:42.831Z","2.3.0":"2026-01-27T13:18:55.574Z","2.4.0":"2026-01-29T12:18:56.235Z","2.5.0":"2026-01-30T11:35:30.115Z","2.5.1":"2026-01-31T12:43:32.822Z","2.6.0":"2026-02-03T21:32:32.591Z","2.6.1":"2026-02-04T12:38:14.568Z","2.7.0":"2026-02-05T14:10:01.856Z","2.8.0":"2026-02-06T23:57:50.603Z","2.9.0":"2026-02-08T07:44:53.582Z","2.10.0":"2026-02-08T12:40:58.236Z","2.10.1":"2026-02-08T21:53:22.917Z","2.10.2":"2026-02-08T22:55:39.941Z","2.10.3":"2026-02-10T10:43:43.926Z","2.11.0":"2026-02-12T09:43:08.273Z","2.12.0":"2026-02-18T16:01:18.694Z","2.12.1":"2026-02-18T18:52:43.195Z","2.12.2":"2026-02-20T11:29:37.302Z","2.12.3":"2026-02-24T10:49:35.806Z","2.12.4":"2026-02-24T12:04:01.027Z","2.13.0":"2026-02-28T16:34:59.150Z","2.13.1":"2026-02-28T16:54:49.267Z","3.0.0":"2026-03-05T20:27:41.491Z","3.1.0":"2026-03-08T14:15:32.215Z","3.2.0":"2026-03-08T20:26:38.613Z","3.2.1":"2026-03-09T07:39:37.907Z","4.0.0":"2026-03-11T11:29:41.626Z","4.0.1":"2026-03-11T13:03:27.819Z","4.0.2":"2026-03-11T13:53:49.276Z","4.0.3":"2026-03-11T14:17:57.559Z","4.0.4":"2026-03-12T12:13:28.112Z","4.0.5":"2026-03-13T12:56:56.781Z","4.1.0":"2026-03-16T16:26:57.260Z","4.2.0":"2026-03-17T08:40:27.464Z","4.3.0":"2026-04-07T20:47:34.157Z","4.3.1":"2026-04-08T07:23:00.939Z","4.4.0":"2026-04-12T13:04:11.174Z","4.5.0":"2026-04-12T17:47:06.061Z","4.6.0":"2026-04-12T18:18:44.920Z","4.7.0":"2026-04-12T23:50:16.124Z","4.7.1":"2026-04-16T21:06:38.517Z","4.8.0":"2026-04-17T15:26:15.113Z","4.9.0":"2026-04-17T19:15:13.375Z","4.9.1":"2026-04-21T16:01:58.775Z","4.10.0":"2026-05-12T21:05:02.332Z","4.10.1":"2026-05-20T08:14:19.664Z","4.11.1":"2026-06-10T11:33:51.878Z","4.12.0":"2026-06-23T10:18:46.159Z","4.12.1":"2026-06-23T12:17:26.870Z","4.13.0":"2026-06-23T15:16:52.310Z","4.14.0":"2026-06-23T21:09:17.133Z","4.15.0":"2026-06-24T10:44:54.300Z","4.16.0":"2026-06-24T11:59:30.032Z","5.0.0":"2026-07-07T10:38:15.431Z","5.0.1":"2026-07-07T11:02:15.207Z","5.0.2":"2026-08-04T11:31:48.255Z","5.1.0":"2026-08-09T17:05:48.948Z","5.1.1":"2026-08-19T12:54:25.650Z","5.2.1":"2026-08-29T18:41:57.508Z","5.2.2":"2026-09-03T20:37:29.800Z","5.2.4":"2026-09-15T12:48:47.268Z","5.2.5":"2026-09-17T22:04:57.774Z","5.2.6":"2026-09-19T07:18:15.458Z"},"bugs":{"url":"https://github.com/speclynx/apidom/issues"},"author":{"name":"Vladimír Gorej"},"license":"Apache-2.0","homepage":"https://github.com/speclynx/apidom#readme","keywords":["apidom","api","jsonpath","json-path","json","query","evaluate","rfc9535","filter","selector","openapi","swagger","typescript","javascript"],"repository":{"url":"git+https://github.com/speclynx/apidom.git","type":"git"},"description":"Evaluate JSONPath expressions against ApiDOM.","maintainers":[{"name":"frantuma","email":"frantuma@yahoo.com"},{"name":"char0n","email":"vladimir.gorej@gmail.com"}],"readme":"# @speclynx/apidom-json-path\n\n`apidom-json-path` is a package that evaluates [JSONPath](https://www.rfc-editor.org/rfc/rfc9535.html) expressions against ApiDOM.\n\n## Installation\n\nYou can install this package via [npm CLI](https://docs.npmjs.com/cli) by running the following command:\n\n```sh\n $ npm install @speclynx/apidom-json-path\n```\n\nThe API of this package is fully compliant with [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535.html) and supports all aspects of JSONPath.\nUses [@swaggerexpert/jsonpath](https://www.npmjs.com/package/@swaggerexpert/jsonpath) under the hood and fully reflects its API.\n\nEvaluation is contextual to ApiDOM realm (`ApiDOMEvaluationRealm`) - meaning `evaluate` function\nexpects only ApiDOM as the first argument.\n\n```js\nimport { evaluate, ApiDOMEvaluationRealm } from '@speclynx/apidom-json-path';\n```\n","readmeFilename":"README.md"}