mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-31 13:57:26 -08:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"axios": "^0.24.0"
|
|
},
|
|
"devDependencies": {}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "0.24.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
|
|
"integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.4"
|
|
}
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.14.6",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz",
|
|
"integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": 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"
|
|
}
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.6",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.6.tgz",
|
|
"integrity": "sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A=="
|
|
}
|
|
}
|
|
}
|