Skip to content
Snippets Groups Projects
Commit 53eef2a4 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

remove "bunyan-gelf"

parent 4eb3d7e2
No related branches found
No related tags found
No related merge requests found
/** /**
* @author Rolf Niepraschk (Rolf.Niepraschk@gmx.de) * @author Rolf Niepraschk (Rolf.Niepraschk@gmx.de)
* 2019-10-21 * 2020-04-30
*/ */
const cfg = require('./config.js'); const cfg = require('./config.js');
...@@ -8,7 +8,6 @@ const io = require('socket.io'); ...@@ -8,7 +8,6 @@ const io = require('socket.io');
//const inspect = require('util').inspect; //const inspect = require('util').inspect;
const bunyan = require('bunyan'); const bunyan = require('bunyan');
const bunyanDebugStream = require('bunyan-debug-stream'); const bunyanDebugStream = require('bunyan-debug-stream');
const BunyanToGelfStream = require('bunyan-gelf');
function SocketStream(options) { function SocketStream(options) {
this.writable = true; this.writable = true;
......
{ {
"name": "relayServer", "name": "relayServer",
"version": "14.0.0-pre", "version": "13.1.3",
"description": "Nodejs-basierter http-Server für Messaufgaben", "description": "Nodejs-basierter http-Server für Messaufgaben",
"main": "relayServer.js", "main": "relayServer.js",
"directories": { "directories": {
...@@ -18,22 +18,21 @@ ...@@ -18,22 +18,21 @@
"test-rolf-inst": "env TESTHOST=i75434.berlin.ptb.de npm run test" "test-rolf-inst": "env TESTHOST=i75434.berlin.ptb.de npm run test"
}, },
"dependencies": { "dependencies": {
"bunyan": "*", "axios": ">=0.19.2",
"bunyan-debug-stream": "*", "bunyan": ">=1.8.12",
"bunyan-gelf": "*", "bunyan-debug-stream": ">=2.0.0",
"crc": "*", "crc": ">=3.8.0",
"h5.modbus": "*", "h5.modbus": ">=0.1.0",
"node-xlsx": "*", "node-xlsx": ">=0.12.1",
"nodemailer": "*", "nodemailer": ">=5.1.1",
"request": "*", "socket.io": ">=2.3.0",
"socket.io": "*", "temp": ">=0.9.0",
"temp": "*",
"vxi11": "0.0.29" "vxi11": "0.0.29"
}, },
"devDependencies": { "devDependencies": {
"istanbul": "*", "istanbul": ">=0.3.0",
"mocha": "*", "mocha": ">=6.2.2",
"underscore": "*" "underscore": ">=1.4.4"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment