{
  "_args": [
    [
      "winston-transport@4.4.0",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "winston-transport@4.4.0",
  "_id": "winston-transport@4.4.0",
  "_inBundle": false,
  "_integrity": "sha512-Lc7/p3GtqtqPBYYtS6KCN3c77/2QCev51DvcJKbkFPQNoj1sinkGwLGFDxkXY9J6p9+EPnYs+D90uwbnaiURTw==",
  "_location": "/winston-transport",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.4",
    "process-nextick-args": "2.0.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winston-transport@4.4.0",
    "name": "winston-transport",
    "escapedName": "winston-transport",
    "rawSpec": "4.4.0",
    "saveSpec": null,
    "fetchSpec": "4.4.0"
  },
  "_requiredBy": [
    "/winston"
  ],
  "_resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.4.0.tgz",
  "_spec": "4.4.0",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "browser": "dist/index.js",
  "bugs": {
    "url": "https://github.com/winstonjs/winston-transport/issues"
  },
  "dependencies": {
    "readable-stream": "^2.3.7",
    "triple-beam": "^1.2.0"
  },
  "description": "Base stream implementations for winston@3 and up.",
  "devDependencies": {
    "@types/node": "^14.0.13",
    "abstract-winston-transport": ">= 0.3.0",
    "assume": "^2.2.0",
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "eslint-config-populist": "^4.2.0",
    "logform": "^2.2.0",
    "mocha": "^8.0.1",
    "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": "populist config/*.js index.js",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint && npm run build",
    "report": "nyc report --reporter=lcov",
    "test": "nyc mocha test/*.test.js"
  },
  "version": "4.4.0"
}
