{ "_args": [ [ "winston-transport@4.6.0", "/home/jenkins/workspace/BitNinja_Remote_Console_master" ] ], "_from": "winston-transport@4.6.0", "_id": "winston-transport@4.6.0", "_inBundle": false, "_integrity": "sha512-wbBA9PbPAHxKiygo7ub7BYRiKxms0tpfU2ljtWzb3SjRjv5yl6Ozuy/TkXf00HTAt+Uylo3gSkNwzc4ME0wiIg==", "_location": "/winston-transport", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "winston-transport@4.6.0", "name": "winston-transport", "escapedName": "winston-transport", "rawSpec": "4.6.0", "saveSpec": null, "fetchSpec": "4.6.0" }, "_requiredBy": [ "/winston", "/winston-daily-rotate-file" ], "_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.6.0.tgz", "_spec": "4.6.0", "_where": "/home/jenkins/workspace/BitNinja_Remote_Console_master", "author": { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" }, "browser": "dist/index.js", "bugs": { "url": "https://github.com/winstonjs/winston-transport/issues" }, "dependencies": { "logform": "^2.3.2", "readable-stream": "^3.6.0", "triple-beam": "^1.3.0" }, "description": "Base stream implementations for winston@3 and up.", "devDependencies": { "@dabh/eslint-config-populist": "^5.0.0", "@types/node": "^20.8.6", "abstract-winston-transport": ">=0.5.1", "assume": "^2.3.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "deep-equal": "^2.0.5", "eslint": "^8.8.0", "mocha": "^10.0.0", "nyc": "^15.1.0", "rimraf": "^3.0.2", "winston-compat": "^0.1.5" }, "engines": { "node": ">= 12.0.0" }, "homepage": "https://github.com/winstonjs/winston-transport#readme", "keywords": [ "winston", "transport", "winston3" ], "license": "MIT", "main": "index.js", "name": "winston-transport", "repository": { "type": "git", "url": "git+ssh://git@github.com/winstonjs/winston-transport.git" }, "scripts": { "build": "rimraf dist && babel *.js -d ./dist", "lint": "eslint test/*.js index.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist", "prepublishOnly": "npm run build", "pretest": "npm run lint && npm run build", "report": "nyc report --reporter=lcov", "test": "nyc mocha test/*.test.js" }, "version": "4.6.0" }