{
  "_from": "winston-transport@^4.9.0",
  "_id": "winston-transport@4.9.0",
  "_inBundle": false,
  "_integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==",
  "_location": "/winston-transport",
  "_phantomChildren": {
    "inherits": "2.0.4",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "winston-transport@^4.9.0",
    "name": "winston-transport",
    "escapedName": "winston-transport",
    "rawSpec": "^4.9.0",
    "saveSpec": null,
    "fetchSpec": "^4.9.0"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz",
  "_shasum": "3bba345de10297654ea6f33519424560003b3bf9",
  "_spec": "winston-transport@^4.9.0",
  "_where": "/home/www/notyobiz.com/api/node_modules/winston",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "browser": "dist/index.js",
  "bugs": {
    "url": "https://github.com/winstonjs/winston-transport/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "logform": "^2.7.0",
    "readable-stream": "^3.6.2",
    "triple-beam": "^1.3.0"
  },
  "deprecated": false,
  "description": "Base stream implementations for winston@3 and up.",
  "devDependencies": {
    "@dabh/eslint-config-populist": "^4.4.0",
    "@types/node": "^22.6.0",
    "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": "^9.6.0",
    "mocha": "^10.6.0",
    "nyc": "^17.0.0",
    "rimraf": "^6.0.1",
    "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_USE_FLAT_CONFIG=false 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.9.0"
}
