{
  "_from": "winston-transport@^3.0.1",
  "_id": "winston-transport@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-WPqbdAmMK/kfWCWKM2bA1o997wWPZ0jg5NpO8JPqoaDZgCiZnFpIEddcf7Ur4UZV2sYRUdySVBWKx0+gQQ/jrg==",
  "_location": "/winston-transport",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "winston-transport@^3.0.1",
    "name": "winston-transport",
    "escapedName": "winston-transport",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-3.2.1.tgz",
  "_shasum": "5b79b294096b1a18bfe502e769491553a2cb1042",
  "_spec": "winston-transport@^3.0.1",
  "_where": "D:\\Projetos\\twitch\\twitch-toolkit\\examples\\webhook-notifications\\node_modules\\winston",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/winstonjs/winston-transport/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Base stream implementations for winston@3 and up.",
  "devDependencies": {
    "@types/node": "^9.6.1",
    "abstract-winston-transport": ">= 0.3.0",
    "assume": "^1.4.1",
    "logform": "^1.4.0",
    "mocha": "^5.0.5",
    "nyc": "^11.6.0",
    "winston-compat": "0.1.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": {
    "report": "nyc report --reporter=lcov",
    "test": "nyc mocha test/*.test.js"
  },
  "version": "3.2.1"
}
