data.json (9367B)
1 { 2 "project": { 3 "name": "nBot", 4 "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", 5 "version": "0.0.1", 6 "url": "https://github.com/MTRNord/nBot" 7 }, 8 "files": { 9 "apidocs\\assets\\vendor\\bootstrap\\js\\bootstrap.min.js": { 10 "name": "apidocs\\assets\\vendor\\bootstrap\\js\\bootstrap.min.js", 11 "modules": {}, 12 "classes": {}, 13 "fors": {}, 14 "namespaces": {} 15 }, 16 "backend\\addServer.js": { 17 "name": "backend\\addServer.js", 18 "modules": { 19 "addServer": 1 20 }, 21 "classes": { 22 "addServer": 1 23 }, 24 "fors": {}, 25 "namespaces": {} 26 }, 27 "backend\\rcon.js": { 28 "name": "backend\\rcon.js", 29 "modules": { 30 "rcon": 1 31 }, 32 "classes": { 33 "rcon": 1 34 }, 35 "fors": {}, 36 "namespaces": {} 37 }, 38 "web\\server.js": { 39 "name": "web\\server.js", 40 "modules": { 41 "server": 1 42 }, 43 "classes": { 44 "server": 1 45 }, 46 "fors": {}, 47 "namespaces": {} 48 }, 49 "start.js": { 50 "name": "start.js", 51 "modules": { 52 "nBot": 1 53 }, 54 "classes": { 55 "nBot": 1 56 }, 57 "fors": {}, 58 "namespaces": {} 59 } 60 }, 61 "modules": { 62 "nBot": { 63 "name": "nBot", 64 "submodules": { 65 "addServer": 1, 66 "rcon": 1, 67 "server": 1 68 }, 69 "elements": {}, 70 "classes": { 71 "addServer": 1, 72 "rcon": 1, 73 "server": 1, 74 "nBot": 1 75 }, 76 "fors": {}, 77 "namespaces": {}, 78 "tag": "main", 79 "file": "start.js", 80 "line": 1, 81 "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", 82 "itemtype": "main" 83 }, 84 "addServer": { 85 "name": "addServer", 86 "submodules": {}, 87 "elements": {}, 88 "classes": { 89 "addServer": 1 90 }, 91 "fors": {}, 92 "is_submodule": 1, 93 "namespaces": {}, 94 "module": "nBot", 95 "namespace": "", 96 "file": "backend\\addServer.js", 97 "line": 12, 98 "description": "Build and setup csgoserver", 99 "requires": [ 100 "server", 101 "progress", 102 "https", 103 "fs" 104 ] 105 }, 106 "rcon": { 107 "name": "rcon", 108 "submodules": {}, 109 "elements": {}, 110 "classes": { 111 "rcon": 1 112 }, 113 "fors": {}, 114 "is_submodule": 1, 115 "namespaces": {}, 116 "module": "nBot", 117 "namespace": "", 118 "file": "backend\\rcon.js", 119 "line": 12, 120 "description": "Rcon connection to csgo Server", 121 "requires": [ 122 "srcds-rcon" 123 ] 124 }, 125 "server": { 126 "name": "server", 127 "submodules": {}, 128 "elements": {}, 129 "classes": { 130 "server": 1 131 }, 132 "fors": {}, 133 "is_submodule": 1, 134 "namespaces": {}, 135 "module": "nBot", 136 "namespace": "", 137 "file": "web\\server.js", 138 "line": 15, 139 "description": "Webserver and Websocket-server", 140 "requires": [ 141 "app", 142 "express", 143 "http", 144 "io", 145 "rcon", 146 "addserver", 147 "util" 148 ] 149 } 150 }, 151 "classes": { 152 "addServer": { 153 "name": "addServer", 154 "shortname": "addServer", 155 "classitems": [], 156 "plugins": [], 157 "extensions": [], 158 "plugin_for": [], 159 "extension_for": [], 160 "module": "nBot", 161 "submodule": "addServer", 162 "namespace": "", 163 "file": "backend\\addServer.js", 164 "line": 12, 165 "static": 1 166 }, 167 "rcon": { 168 "name": "rcon", 169 "shortname": "rcon", 170 "classitems": [], 171 "plugins": [], 172 "extensions": [], 173 "plugin_for": [], 174 "extension_for": [], 175 "module": "nBot", 176 "submodule": "rcon", 177 "namespace": "", 178 "file": "backend\\rcon.js", 179 "line": 12, 180 "static": 1 181 }, 182 "server": { 183 "name": "server", 184 "shortname": "server", 185 "classitems": [], 186 "plugins": [], 187 "extensions": [], 188 "plugin_for": [], 189 "extension_for": [], 190 "module": "nBot", 191 "submodule": "server", 192 "namespace": "", 193 "file": "web\\server.js", 194 "line": 15, 195 "static": 1 196 }, 197 "nBot": { 198 "name": "nBot", 199 "shortname": "nBot", 200 "classitems": [], 201 "plugins": [], 202 "extensions": [], 203 "plugin_for": [], 204 "extension_for": [], 205 "module": "nBot", 206 "namespace": "", 207 "file": "start.js", 208 "line": 1, 209 "description": "A clone of the eBot by deStrO fully based on node.js with build in Web Page", 210 "mainName": "nBot", 211 "tag": "main", 212 "itemtype": "main", 213 "_main": true 214 } 215 }, 216 "elements": {}, 217 "classitems": [ 218 { 219 "file": "apidocs\\assets\\vendor\\bootstrap\\js\\bootstrap.min.js", 220 "line": 1, 221 "description": "Bootstrap.js by @fat & @mdo\nplugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, bootstrap-popover.js, bootstrap-affix.js, bootstrap-alert.js, bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, bootstrap-typeahead.js\nCopyright 2012 Twitter, Inc.\nhttp://www.apache.org/licenses/LICENSE-2.0.txt", 222 "class": "addServer" 223 }, 224 { 225 "file": "backend\\addServer.js", 226 "line": 17, 227 "itemtype": "method", 228 "name": "start", 229 "beta": "Work in Progress", 230 "class": "addServer", 231 "module": "nBot", 232 "submodule": "addServer" 233 }, 234 { 235 "file": "backend\\addServer.js", 236 "line": 60, 237 "itemtype": "method", 238 "name": "step2", 239 "class": "addServer", 240 "module": "nBot", 241 "submodule": "addServer" 242 }, 243 { 244 "file": "backend\\rcon.js", 245 "line": 17, 246 "itemtype": "method", 247 "name": "start", 248 "deprecated": true, 249 "deprecationMessage": "Could later make problems at start", 250 "class": "rcon", 251 "module": "nBot", 252 "submodule": "rcon" 253 }, 254 { 255 "file": "backend\\rcon.js", 256 "line": 37, 257 "itemtype": "method", 258 "name": "restart_game", 259 "class": "rcon", 260 "module": "nBot", 261 "submodule": "rcon" 262 }, 263 { 264 "file": "backend\\rcon.js", 265 "line": 52, 266 "itemtype": "method", 267 "name": "status", 268 "return": { 269 "description": "Status from the Server.", 270 "type": "String" 271 }, 272 "class": "rcon", 273 "module": "nBot", 274 "submodule": "rcon" 275 }, 276 { 277 "file": "backend\\rcon.js", 278 "line": 66, 279 "itemtype": "method", 280 "name": "live_on", 281 "class": "rcon", 282 "module": "nBot", 283 "submodule": "rcon" 284 }, 285 { 286 "file": "web\\server.js", 287 "line": 20, 288 "itemtype": "method", 289 "name": "start", 290 "class": "server", 291 "module": "nBot", 292 "submodule": "server" 293 }, 294 { 295 "file": "web\\server.js", 296 "line": 37, 297 "itemtype": "method", 298 "name": "iojs", 299 "class": "server", 300 "module": "nBot", 301 "submodule": "server" 302 } 303 ], 304 "warnings": [ 305 { 306 "message": "Missing item type\nBootstrap.js by @fat & @mdo\nplugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, bootstrap-popover.js, bootstrap-affix.js, bootstrap-alert.js, bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, bootstrap-typeahead.js\nCopyright 2012 Twitter, Inc.\nhttp://www.apache.org/licenses/LICENSE-2.0.txt", 307 "line": " apidocs\\assets\\vendor\\bootstrap\\js\\bootstrap.min.js:1" 308 } 309 ] 310 }