|
|
|
|
@ -147,18 +147,18 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@google-cloud/storage": {
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-jJOrKyOdujfrSF8EJODW9yY6hqO4jSTk6eVITEj2gsD43BSXuDlnMlLOaBUQhXL29VGnSkxDgYl5tlFhA6LKSA==",
|
|
|
|
|
"version": "7.19.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.19.0.tgz",
|
|
|
|
|
"integrity": "sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@google-cloud/paginator": "^5.0.0",
|
|
|
|
|
"@google-cloud/projectify": "^4.0.0",
|
|
|
|
|
"@google-cloud/promisify": "^4.0.0",
|
|
|
|
|
"@google-cloud/promisify": "<4.1.0",
|
|
|
|
|
"abort-controller": "^3.0.0",
|
|
|
|
|
"async-retry": "^1.3.3",
|
|
|
|
|
"duplexify": "^4.1.3",
|
|
|
|
|
"fast-xml-parser": "^4.3.0",
|
|
|
|
|
"fast-xml-parser": "^5.3.4",
|
|
|
|
|
"gaxios": "^6.0.2",
|
|
|
|
|
"google-auth-library": "^9.6.3",
|
|
|
|
|
"html-entities": "^2.5.2",
|
|
|
|
|
@ -919,23 +919,36 @@
|
|
|
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-xml-parser": {
|
|
|
|
|
"version": "4.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
|
|
|
"node_modules/fast-xml-builder": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
|
|
},
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"path-expression-matcher": "^1.1.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/fast-xml-parser": {
|
|
|
|
|
"version": "5.5.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
|
|
|
|
|
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "paypal",
|
|
|
|
|
"url": "https://paypal.me/naturalintelligence"
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"strnum": "^1.0.5"
|
|
|
|
|
"fast-xml-builder": "^1.1.4",
|
|
|
|
|
"path-expression-matcher": "^1.1.3",
|
|
|
|
|
"strnum": "^2.1.2"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"fxparser": "src/cli/cli.js"
|
|
|
|
|
@ -1797,6 +1810,21 @@
|
|
|
|
|
"node": ">= 0.8"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/path-expression-matcher": {
|
|
|
|
|
"version": "1.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optional": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=14.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/path-to-regexp": {
|
|
|
|
|
"version": "0.1.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
|
|
|
@ -2125,9 +2153,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/strnum": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==",
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"type": "github",
|
|
|
|
|
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/stubs": {
|
|
|
|
|
@ -2519,18 +2553,18 @@
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"@google-cloud/storage": {
|
|
|
|
|
"version": "7.11.2",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.11.2.tgz",
|
|
|
|
|
"integrity": "sha512-jJOrKyOdujfrSF8EJODW9yY6hqO4jSTk6eVITEj2gsD43BSXuDlnMlLOaBUQhXL29VGnSkxDgYl5tlFhA6LKSA==",
|
|
|
|
|
"version": "7.19.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@google-cloud/storage/-/storage-7.19.0.tgz",
|
|
|
|
|
"integrity": "sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@google-cloud/paginator": "^5.0.0",
|
|
|
|
|
"@google-cloud/projectify": "^4.0.0",
|
|
|
|
|
"@google-cloud/promisify": "^4.0.0",
|
|
|
|
|
"@google-cloud/promisify": "<4.1.0",
|
|
|
|
|
"abort-controller": "^3.0.0",
|
|
|
|
|
"async-retry": "^1.3.3",
|
|
|
|
|
"duplexify": "^4.1.3",
|
|
|
|
|
"fast-xml-parser": "^4.3.0",
|
|
|
|
|
"fast-xml-parser": "^5.3.4",
|
|
|
|
|
"gaxios": "^6.0.2",
|
|
|
|
|
"google-auth-library": "^9.6.3",
|
|
|
|
|
"html-entities": "^2.5.2",
|
|
|
|
|
@ -3149,13 +3183,24 @@
|
|
|
|
|
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"fast-xml-builder": {
|
|
|
|
|
"version": "1.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
|
|
|
|
|
"integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"path-expression-matcher": "^1.1.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"fast-xml-parser": {
|
|
|
|
|
"version": "4.4.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
|
|
|
|
|
"integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
|
|
|
|
|
"version": "5.5.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
|
|
|
|
|
"integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
|
|
|
|
|
"optional": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"strnum": "^1.0.5"
|
|
|
|
|
"fast-xml-builder": "^1.1.4",
|
|
|
|
|
"path-expression-matcher": "^1.1.3",
|
|
|
|
|
"strnum": "^2.1.2"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"faye-websocket": {
|
|
|
|
|
@ -3797,6 +3842,12 @@
|
|
|
|
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
|
|
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
|
|
|
|
|
},
|
|
|
|
|
"path-expression-matcher": {
|
|
|
|
|
"version": "1.1.3",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.1.3.tgz",
|
|
|
|
|
"integrity": "sha512-qdVgY8KXmVdJZRSS1JdEPOKPdTiEK/pi0RkcT2sw1RhXxohdujUlJFPuS1TSkevZ9vzd3ZlL7ULl1MHGTApKzQ==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"path-to-regexp": {
|
|
|
|
|
"version": "0.1.12",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
|
|
|
@ -4040,9 +4091,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"strnum": {
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
|
|
|
|
|
"integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
|
|
|
|
|
"version": "2.2.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.0.tgz",
|
|
|
|
|
"integrity": "sha512-Y7Bj8XyJxnPAORMZj/xltsfo55uOiyHcU2tnAVzHUnSJR/KsEX+9RoDeXEnsXtl/CX4fAcrt64gZ13aGaWPeBg==",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
"stubs": {
|
|
|
|
|
|