Implement copy as curl (#198)

This commit is contained in:
Salih Altun
2024-04-17 00:15:04 +03:00
committed by GitHub
parent eb668baba8
commit eab98426f2
3 changed files with 32 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
"cors": "^2.8.5",
"embla-carousel-react": "^8.0.0",
"express": "^4.19.2",
"fetch-to-curl": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
@@ -3448,6 +3449,11 @@
"reusify": "^1.0.4"
}
},
"node_modules/fetch-to-curl": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/fetch-to-curl/-/fetch-to-curl-0.6.0.tgz",
"integrity": "sha512-Gsn0baHnENueQrtvKGikEkaAJhfQYDbSFnyZvI/qnwiZtdIwiuK6iJ0BAKzS3bEzpWyUr6SV9uB4H3HUwl/yZA=="
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",