mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-22 01:36:58 +01:00
27 lines
940 B
JSON
27 lines
940 B
JSON
{
|
|
"name": "blowfish-site",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.24.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
|
|
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.4"
|
|
}
|
|
},
|
|
"dotenv": {
|
|
"version": "14.0.0",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.0.0.tgz",
|
|
"integrity": "sha512-lO8c74ruYOG0hCK6fWT7t/PVxqcLKhfOqTahXZQN2UCyfN+ZTJmu48wRUVpkBAXsUGjPOG+ndTh8rjZxyf2xqw=="
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.5",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz",
|
|
"integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA=="
|
|
}
|
|
}
|
|
}
|