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.25.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz",
|
|
"integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.7"
|
|
}
|
|
},
|
|
"dotenv": {
|
|
"version": "14.3.2",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
|
|
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ=="
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.7",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.7.tgz",
|
|
"integrity": "sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ=="
|
|
}
|
|
}
|
|
}
|