{
  "_from": "winston@^3.19.0",
  "_id": "winston@3.19.0",
  "_inBundle": false,
  "_integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
  "_location": "/winston",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "winston@^3.19.0",
    "name": "winston",
    "escapedName": "winston",
    "rawSpec": "^3.19.0",
    "saveSpec": null,
    "fetchSpec": "^3.19.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
  "_shasum": "cc1d1262f5f45946904085cfffe73efb4b7a581d",
  "_spec": "winston@^3.19.0",
  "_where": "/var/www/backendCherryk/cherry-k-be",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "browser": "./dist/winston",
  "bugs": {
    "url": "https://github.com/winstonjs/winston/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@colors/colors": "^1.6.0",
    "@dabh/diagnostics": "^2.0.8",
    "async": "^3.2.3",
    "is-stream": "^2.0.0",
    "logform": "^2.7.0",
    "one-time": "^1.0.0",
    "readable-stream": "^3.4.0",
    "safe-stable-stringify": "^2.3.1",
    "stack-trace": "0.0.x",
    "triple-beam": "^1.3.0",
    "winston-transport": "^4.9.0"
  },
  "deprecated": false,
  "description": "A logger for just about everything.",
  "devDependencies": {
    "@babel/cli": "^7.23.9",
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@dabh/eslint-config-populist": "^4.4.0",
    "@types/node": "^20.11.24",
    "abstract-winston-transport": "^0.5.1",
    "assume": "^2.2.0",
    "cross-spawn-async": "^2.2.5",
    "eslint": "^8.57.0",
    "hock": "^1.4.1",
    "jest": "^29.7.0",
    "rimraf": "5.0.10",
    "split2": "^4.1.0",
    "std-mocks": "^2.0.0",
    "through2": "^4.0.2",
    "winston-compat": "^0.1.5"
  },
  "engines": {
    "node": ">= 12.0.0"
  },
  "homepage": "https://github.com/winstonjs/winston#readme",
  "keywords": [
    "winston",
    "logger",
    "logging",
    "logs",
    "sysadmin",
    "bunyan",
    "pino",
    "loglevel",
    "tools",
    "json",
    "stream"
  ],
  "license": "MIT",
  "main": "./lib/winston.js",
  "maintainers": [
    {
      "name": "David Hyde",
      "email": "dabh@alumni.stanford.edu"
    }
  ],
  "name": "winston",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/winstonjs/winston.git"
  },
  "scripts": {
    "build": "babel lib -d dist",
    "lint": "eslint lib/*.js lib/winston/*.js lib/winston/**/*.js --resolve-plugins-relative-to ./node_modules/@dabh/eslint-config-populist",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:integration": "jest -c test/jest.config.integration.js",
    "test:typescript": "npx --package typescript tsc --project test",
    "test:unit": "jest -c test/jest.config.unit.js"
  },
  "types": "./index.d.ts",
  "version": "3.19.0"
}
