mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 05:56:47 +01:00
117 lines
4.1 KiB
JSON
117 lines
4.1 KiB
JSON
{
|
|
"name": "filter-jsonpath",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "filter-jsonpath",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@yaakapp/api": "^0.1.13",
|
|
"jsonpath-plus": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
},
|
|
"node_modules/@jsep-plugin/assignment": {
|
|
"version": "1.2.1",
|
|
"resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.2.1.tgz",
|
|
"integrity": "sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==",
|
|
"engines": {
|
|
"node": ">= 10.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"jsep": "^0.4.0||^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jsep-plugin/regex": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz",
|
|
"integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==",
|
|
"engines": {
|
|
"node": ">= 10.16.0"
|
|
},
|
|
"peerDependencies": {
|
|
"jsep": "^0.4.0||^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.14.9",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
|
|
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@yaakapp/api": {
|
|
"version": "0.1.13",
|
|
"resolved": "https://registry.npmjs.org/@yaakapp/api/-/api-0.1.13.tgz",
|
|
"integrity": "sha512-FSYPHZV0mP967w63VXi9zYP81hPo3vjSW3/UElJLuF/8ig6WmG4p1q2oYos4Ik267Z3qSQAGN5dPMfuk3DAnBA==",
|
|
"dependencies": {
|
|
"@types/node": "^22.0.0"
|
|
}
|
|
},
|
|
"node_modules/@yaakapp/api/node_modules/@types/node": {
|
|
"version": "22.3.0",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
"dependencies": {
|
|
"undici-types": "~6.18.2"
|
|
}
|
|
},
|
|
"node_modules/@yaakapp/api/node_modules/undici-types": {
|
|
"version": "6.18.2",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ=="
|
|
},
|
|
"node_modules/jsep": {
|
|
"version": "1.3.9",
|
|
"resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz",
|
|
"integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==",
|
|
"engines": {
|
|
"node": ">= 10.16.0"
|
|
}
|
|
},
|
|
"node_modules/jsonpath-plus": {
|
|
"version": "9.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz",
|
|
"integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==",
|
|
"dependencies": {
|
|
"@jsep-plugin/assignment": "^1.2.1",
|
|
"@jsep-plugin/regex": "^1.0.3",
|
|
"jsep": "^1.3.8"
|
|
},
|
|
"bin": {
|
|
"jsonpath": "bin/jsonpath-cli.js",
|
|
"jsonpath-plus": "bin/jsonpath-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.5.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
|
|
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|