mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-18 21:53:44 +02:00
feat: Add initial frontend logic for network utilities (IP info, lookup, traceroute, port scan) and a backend route for MAC lookup.
This commit is contained in:
19
backend/package-lock.json
generated
19
backend/package-lock.json
generated
@@ -16,6 +16,7 @@
|
||||
"express": "^4.21.2",
|
||||
"express-rate-limit": "^7.5.0",
|
||||
"macaddress": "^0.5.3",
|
||||
"oui": "^13.1.1",
|
||||
"pino": "^9.6.0",
|
||||
"pino-pretty": "^13.0.0",
|
||||
"qs": "^6.14.1",
|
||||
@@ -1735,6 +1736,24 @@
|
||||
"wrappy": "1"
|
||||
}
|
||||
},
|
||||
"node_modules/oui": {
|
||||
"version": "13.1.1",
|
||||
"resolved": "https://registry.npmjs.org/oui/-/oui-13.1.1.tgz",
|
||||
"integrity": "sha512-kv8YMm3UT8Rn5g2N7laIZfgcuWFhuLdyO3D9y3tTe1uBPNaNJMdLSkeb0l8C9jl7H4vgJ3GFfUv9gjVP9CQDmg==",
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"oui-data": "^1.1.428"
|
||||
},
|
||||
"bin": {
|
||||
"oui": "dist/index.js"
|
||||
}
|
||||
},
|
||||
"node_modules/oui-data": {
|
||||
"version": "1.1.476",
|
||||
"resolved": "https://registry.npmjs.org/oui-data/-/oui-data-1.1.476.tgz",
|
||||
"integrity": "sha512-TTcraRcKV4TTLex4261J2w0AMjq8X5Mj0u4FfIBqLXPSCz+sh37Zdk5g383i7fidoMW+SSfQ1POunNrYenYzKQ==",
|
||||
"license": "BSD-2-Clause"
|
||||
},
|
||||
"node_modules/p-limit": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user