mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
93 lines
3.1 KiB
JSON
93 lines
3.1 KiB
JSON
{
|
|
"name": "reflectionircd",
|
|
"version": "0.1.1",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "reflectionircd",
|
|
"version": "0.1.1",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"axios": "^0.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.18",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "17.0.18",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
|
|
"integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "0.26.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz",
|
|
"integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.8"
|
|
}
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.14.8",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
|
|
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.5.5",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
|
|
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "17.0.18",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
|
|
"integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==",
|
|
"dev": true
|
|
},
|
|
"axios": {
|
|
"version": "0.26.0",
|
|
"resolved": "https://registry.npmjs.org/axios/-/axios-0.26.0.tgz",
|
|
"integrity": "sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.8"
|
|
}
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.8",
|
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.8.tgz",
|
|
"integrity": "sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA=="
|
|
},
|
|
"typescript": {
|
|
"version": "4.5.5",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
|
|
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|