UUID, json/x path

This commit is contained in:
Gregory Schier
2025-05-28 13:07:29 -07:00
parent 21b9e5a02b
commit 053cbe49f9
8 changed files with 298 additions and 2 deletions

108
package-lock.json generated
View File

@@ -1070,6 +1070,10 @@
"resolved": "plugins/template-function-hash",
"link": true
},
"node_modules/@yaakapp/template-function-json": {
"resolved": "plugins/template-function-json",
"link": true
},
"node_modules/@yaakapp/template-function-prompt": {
"resolved": "plugins/template-function-prompt",
"link": true
@@ -1086,6 +1090,14 @@
"resolved": "plugins/template-function-response",
"link": true
},
"node_modules/@yaakapp/template-function-uuid": {
"resolved": "plugins/template-function-uuid",
"link": true
},
"node_modules/@yaakapp/template-function-xml": {
"resolved": "plugins/template-function-xml",
"link": true
},
"node_modules/aggregate-error": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
@@ -7152,12 +7164,30 @@
"name": "@yaakapp/filter-jsonpath",
"version": "0.0.1",
"dependencies": {
"jsonpath-plus": "^9.0.0"
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
},
"plugins/filter-jsonpath/node_modules/jsonpath-plus": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
"integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
"license": "MIT",
"dependencies": {
"@jsep-plugin/assignment": "^1.3.0",
"@jsep-plugin/regex": "^1.0.4",
"jsep": "^1.4.0"
},
"bin": {
"jsonpath": "bin/jsonpath-cli.js",
"jsonpath-plus": "bin/jsonpath-cli.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"plugins/filter-xpath": {
"name": "@yaakapp/filter-xpath",
"version": "0.0.1",
@@ -7223,6 +7253,45 @@
"name": "@yaakapp/template-function-hash",
"version": "0.0.1"
},
"plugins/template-function-json": {
"name": "@yaakapp/template-function-json",
"version": "0.0.1",
"dependencies": {
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
},
"plugins/template-function-json/node_modules/jsonpath-plus": {
"version": "10.3.0",
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
"integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
"license": "MIT",
"dependencies": {
"@jsep-plugin/assignment": "^1.3.0",
"@jsep-plugin/regex": "^1.0.4",
"jsep": "^1.4.0"
},
"bin": {
"jsonpath": "bin/jsonpath-cli.js",
"jsonpath-plus": "bin/jsonpath-cli.js"
},
"engines": {
"node": ">=18.0.0"
}
},
"plugins/template-function-jsonpath": {
"name": "@yaakapp/template-function-jsonpath",
"version": "0.0.1",
"extraneous": true,
"dependencies": {
"jsonpath-plus": "^10.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4"
}
},
"plugins/template-function-prompt": {
"name": "@yaakapp/template-function-prompt",
"version": "0.0.1"
@@ -7251,6 +7320,43 @@
"name": "@yaakapp/template-function-secure",
"version": "0.0.1",
"extraneous": true
},
"plugins/template-function-uuid": {
"name": "@yaakapp/template-function-uuid",
"version": "0.0.1",
"dependencies": {
"uuid": "^11.1.0"
}
},
"plugins/template-function-uuid/node_modules/uuid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/esm/bin/uuid"
}
},
"plugins/template-function-xml": {
"name": "@yaakapp/template-function-xml",
"version": "0.0.1",
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
}
},
"plugins/template-function-xpath": {
"name": "@yaakapp/template-function-xpath",
"version": "0.0.1",
"extraneous": true,
"dependencies": {
"@xmldom/xmldom": "^0.8.10",
"xpath": "^0.0.34"
}
}
}
}