This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

21
resources/app/node_modules/nat-upnp/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "nat-upnp",
"version": "1.1.1",
"main": "lib/nat-upnp",
"author": "Fedor Indutny <fedor@indutny.com>",
"homepage": "https://github.com/indutny/node-nat-upnp",
"repository": {
"type": "git",
"url": "http://github.com/indutny/node-nat-upnp.git"
},
"devDependencies": {
"jscs": "^1.11.2",
"mocha": "^3.2.0"
},
"dependencies": {
"xml2js": "~0.1.14",
"request": "^2.79.0",
"async": "^2.1.5",
"ip": "^1.1.4"
}
}