{
  "_args": [
    [
      "winston-transport@4.5.0",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "winston-transport@4.5.0",
  "_id": "winston-transport@4.5.0",
  "_inBundle": false,
  "_integrity": "sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==",
  "_location": "/winston-transport",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winston-transport@4.5.0",
    "name": "winston-transport",
    "escapedName": "winston-transport",
    "rawSpec": "4.5.0",
    "saveSpec": null,
    "fetchSpec": "4.5.0"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.5.0.tgz",
  "_spec": "4.5.0",
  "_where": "/var/www/karbon-ai-be-new",
  "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": "^17.0.15",
    "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": "^9.2.0",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "winston-compat": "^0.1.5"
  },
  "engines": {
    "node": ">= 6.4.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.5.0"
}
