Files
game-server-watcher/node_modules/gamedig/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

108 lines
2.5 KiB
JSON

{
"_args": [
[
"github:a-sync/node8-gamedig",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "github:a-sync/node8-gamedig",
"_id": "gamedig@github:a-sync/node8-gamedig#dd97b8a10136573fd49ab1875f4755d99eae05e8",
"_inBundle": false,
"_integrity": "",
"_location": "/gamedig",
"_phantomChildren": {
"@sindresorhus/is": "0.14.0",
"@szmarczak/http-timer": "1.1.2",
"cacheable-request": "6.1.0",
"decompress-response": "3.3.0",
"duplexer3": "0.1.4",
"get-stream": "4.1.0",
"lowercase-keys": "1.0.1",
"mimic-response": "1.0.1",
"p-cancelable": "1.1.0",
"to-readable-stream": "1.0.0",
"url-parse-lax": "3.0.0"
},
"_requested": {
"type": "git",
"raw": "github:a-sync/node8-gamedig",
"rawSpec": "github:a-sync/node8-gamedig",
"saveSpec": "github:a-sync/node8-gamedig",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "github:a-sync/node8-gamedig#dd97b8a10136573fd49ab1875f4755d99eae05e8",
"_spec": "github:a-sync/node8-gamedig",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "GameDig Contributors"
},
"bin": {
"gamedig": "bin/gamedig.js"
},
"bugs": {
"url": "https://github.com/gamedig/node-gamedig/issues"
},
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"compressjs": "^1.0.2",
"gbxremote": "^0.2.1",
"got": "^9.6.0",
"iconv-lite": "^0.6.3",
"long": "^5.2.0",
"minimist": "^1.2.6",
"moment": "^2.29.3",
"punycode": "^2.1.1",
"varint": "^6.0.0"
},
"description": "Query for the status of any game server in Node.JS",
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^8"
},
"engines": {
"node": ">=8"
},
"files": [
"bin/gamedig.js",
"lib/",
"protocols/",
"games.txt",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/gamedig/node-gamedig#readme",
"license": "MIT",
"main": "lib/index.js",
"name": "gamedig",
"repository": {
"type": "git",
"url": "git+https://github.com/gamedig/node-gamedig.git"
},
"tags": [
"srcds",
"query",
"game",
"utility",
"util",
"server",
"gameserver",
"node",
"nodejs",
"game-server-query",
"game server query",
"server query",
"game server",
"gameserverquery",
"serverquery",
"terraria",
"counter strike",
"csgo",
"minecraft"
],
"version": "4.0.4"
}