initial commit

This commit is contained in:
josephsmendoza
2024-06-14 02:43:53 -07:00
parent 64fd79c5a3
commit 07c0091bab
5 changed files with 276 additions and 113 deletions
+13
View File
@@ -7,6 +7,9 @@
"": {
"name": "cloudflare-polly-proxy",
"version": "0.0.0",
"dependencies": {
"aws4fetch": "^1.0.18"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.1.0",
"vitest": "1.3.0",
@@ -1000,6 +1003,11 @@
"node": "*"
}
},
"node_modules/aws4fetch": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.18.tgz",
"integrity": "sha512-3Cf+YaUl07p24MoQ46rFwulAmiyCwH2+1zw1ZyPAX5OtJ34Hh185DwB8y/qRLb6cYYYtSFJ9pthyLc0MD4e8sQ=="
},
"node_modules/balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
@@ -3705,6 +3713,11 @@
"integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==",
"dev": true
},
"aws4fetch": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/aws4fetch/-/aws4fetch-1.0.18.tgz",
"integrity": "sha512-3Cf+YaUl07p24MoQ46rFwulAmiyCwH2+1zw1ZyPAX5OtJ34Hh185DwB8y/qRLb6cYYYtSFJ9pthyLc0MD4e8sQ=="
},
"balanced-match": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",