2014-10-29 08:02:03 +01:00
|
|
|
{
|
2019-10-15 21:48:42 +02:00
|
|
|
"name": "gamedig",
|
|
|
|
"description": "Query for the status of any game server in Node.JS",
|
|
|
|
"tags": [
|
|
|
|
"srcds",
|
|
|
|
"query",
|
|
|
|
"game",
|
|
|
|
"utility",
|
|
|
|
"util",
|
2020-08-02 03:44:00 +02:00
|
|
|
"server",
|
|
|
|
"gameserver",
|
|
|
|
"node",
|
|
|
|
"nodejs",
|
|
|
|
"game-server-query",
|
|
|
|
"game server query",
|
|
|
|
"server query",
|
|
|
|
"game server",
|
|
|
|
"gameserverquery",
|
|
|
|
"serverquery",
|
|
|
|
"terraria",
|
|
|
|
"counter strike",
|
|
|
|
"csgo",
|
|
|
|
"minecraft"
|
2019-10-15 21:48:42 +02:00
|
|
|
],
|
|
|
|
"main": "lib/index.js",
|
2020-07-05 05:20:42 +02:00
|
|
|
"author": "GameDig Contributors",
|
2022-02-19 13:23:21 +01:00
|
|
|
"version": "4.0.2",
|
2019-10-15 21:48:42 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-07-05 05:20:42 +02:00
|
|
|
"url": "https://github.com/gamedig/node-gamedig.git"
|
2019-10-15 21:48:42 +02:00
|
|
|
},
|
|
|
|
"bugs": {
|
2020-07-05 05:20:42 +02:00
|
|
|
"url": "https://github.com/gamedig/node-gamedig/issues"
|
2019-10-15 21:48:42 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"engines": {
|
2021-04-11 05:27:33 +02:00
|
|
|
"node": ">=12.0.0"
|
2019-10-15 21:48:42 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-06 02:58:00 +01:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2019-10-15 21:48:42 +02:00
|
|
|
"compressjs": "^1.0.2",
|
2019-10-15 22:03:11 +02:00
|
|
|
"gbxremote": "^0.2.1",
|
2022-02-06 03:10:14 +01:00
|
|
|
"got": "^12.0.1",
|
2022-02-06 02:58:00 +01:00
|
|
|
"iconv-lite": "^0.6.3",
|
|
|
|
"long": "^5.2.0",
|
2020-07-05 05:36:29 +02:00
|
|
|
"minimist": "^1.2.5",
|
2022-02-06 02:58:00 +01:00
|
|
|
"moment": "^2.29.1",
|
2019-10-15 21:48:42 +02:00
|
|
|
"punycode": "^2.1.1",
|
2022-02-06 03:10:14 +01:00
|
|
|
"varint": "^6.0.0"
|
2019-10-15 21:48:42 +02:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"gamedig": "bin/gamedig.js"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bin/gamedig.js",
|
|
|
|
"lib/",
|
|
|
|
"protocols/",
|
|
|
|
"games.txt",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
2022-02-06 02:58:00 +01:00
|
|
|
"@types/cheerio": "^0.22.31",
|
2022-02-06 03:10:14 +01:00
|
|
|
"@types/node": "^14.18.10"
|
2019-10-15 21:48:42 +02:00
|
|
|
}
|
2014-10-29 08:02:03 +01:00
|
|
|
}
|