Files
game-server-watcher/node_modules/gbxremote/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

88 lines
2.0 KiB
JSON

{
"_args": [
[
"gbxremote@0.2.1",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "gbxremote@0.2.1",
"_id": "gbxremote@0.2.1",
"_inBundle": false,
"_integrity": "sha512-SMehu6Y6ndq2Qgp9VxAb8Np3f+UUD+RWoW2SAMaxzGS96rWXyr4T1GGkecO0HHtxeH1m7pEh4FJWB8a/6aM2XQ==",
"_location": "/gbxremote",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gbxremote@0.2.1",
"name": "gbxremote",
"escapedName": "gbxremote",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/gamedig"
],
"_resolved": "https://registry.npmjs.org/gbxremote/-/gbxremote-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Kristjan Broder Lund",
"email": "kristjan.1234@gmail.com",
"url": "https://github.com/MiniGod"
},
"bugs": {
"url": "https://github.com/MiniGod/node-gbxremote/issues"
},
"dependencies": {
"any-promise": "^1.1.0",
"barse": "~0.4.2",
"event-to-promise": "^0.7.0",
"string-to-stream": "^1.0.1",
"xmlrpc": "^1.3.1"
},
"description": "A pure JavaScript GBXRemote client.",
"devDependencies": {
"nodemon": "^1.8.1",
"xo": "^0.12.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/MiniGod/node-gbxremote",
"keywords": [
"xml-rpc",
"xmlrpc",
"xml",
"rpc",
"gbxremote",
"maniaplanet",
"trackmania",
"shootmania",
"questmania",
"nadeo"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MiniGod/node-gbxremote/raw/master/LICENSE"
}
],
"main": "./lib/gbxremote.js",
"name": "gbxremote",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git://github.com/MiniGod/node-gbxremote.git"
},
"scripts": {
"test": "xo",
"watch": "nodemon -x npm test"
},
"version": "0.2.1"
}