155 lines
5.0 KiB
JSON
155 lines
5.0 KiB
JSON
{
|
|
"name": "zoo-custom-tools",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "zoo-custom-tools",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@roo-code/types": "^1.115.0",
|
|
"fast-xml-parser": "^5.9.3"
|
|
}
|
|
},
|
|
"node_modules/@nodable/entities": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.2.0.tgz",
|
|
"integrity": "sha512-9uGyhaQavEUMC8AIddIjau4NsnsXhou+j5sBAGojCM1oxmQpVKTWR/9JxABD6UAv12vpIms55fPZKFQEhG6uBg==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nodable"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@roo-code/types": {
|
|
"version": "1.115.0",
|
|
"resolved": "https://registry.npmjs.org/@roo-code/types/-/types-1.115.0.tgz",
|
|
"integrity": "sha512-aJT8RhxoVdGRyiU7roQKgJRxget+4oOosQj/6XYufLHHGQnrGOkKCPRM7jGAMo88/8CRAmLgJcLAjEEsbpg8Qw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"zod": "3.25.76"
|
|
}
|
|
},
|
|
"node_modules/anynum": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/anynum/-/anynum-1.0.1.tgz",
|
|
"integrity": "sha512-N6//FLET/tXYNM/F6ABca1oH6fWB+KlTt909Le28WMDBk8oaT4vY17DCrwg2MvmuqUKt3Ni4N5dGJ/EoBgcO6A==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-xml-builder": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-expression-matcher": "^1.5.0",
|
|
"xml-naming": "^0.1.0"
|
|
}
|
|
},
|
|
"node_modules/fast-xml-parser": {
|
|
"version": "5.9.3",
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.9.3.tgz",
|
|
"integrity": "sha512-brCNCeScma/kqa54J4PIDriSSSLssRkuYaUCpvHJulGc3HGI/xxKUCTDcYkAdqJsyb//ydpbxecjC3hB9+tb/g==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodable/entities": "^2.2.0",
|
|
"fast-xml-builder": "^1.2.0",
|
|
"is-unsafe": "^1.0.1",
|
|
"path-expression-matcher": "^1.5.0",
|
|
"strnum": "^2.4.1",
|
|
"xml-naming": "^0.1.0"
|
|
},
|
|
"bin": {
|
|
"fxparser": "src/cli/cli.js"
|
|
}
|
|
},
|
|
"node_modules/is-unsafe": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-unsafe/-/is-unsafe-1.0.1.tgz",
|
|
"integrity": "sha512-CLK2+VdgERgD96EYm5lUQssZYlRg2tkZnbsxZoacmSiRxiFJ4Nk4SzjCl+Ur+v3kXIY9dTIdb3IH22y1mZ56LA==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-expression-matcher": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.6.0.tgz",
|
|
"integrity": "sha512-e5y7RCLHKjemsgQ4eqGJtPyr10ILz25HO7flzxhTV8bgvd5yHx98DGtCAtbVW9f2TqnYI/gEVZd+vz7snrdPTw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/strnum": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.4.1.tgz",
|
|
"integrity": "sha512-M9eUSMT2dCB2cTNPG7UYj6KuK7RJR2SN2+yCV/fTW3xzTCS6EaGZ5pSMgDIjB7r8zSfTGk+dvvn9rTjpVS9Mwg==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anynum": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/xml-naming": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.25.76",
|
|
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
}
|
|
}
|
|
}
|