{
  "_args": [
    [
      "winston-slack-webhook-transport@2.1.0",
      "/home/tbbdev/public_html/billbook"
    ]
  ],
  "_from": "winston-slack-webhook-transport@2.1.0",
  "_id": "winston-slack-webhook-transport@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Zdnc/sVyMi+affkv3zzZpmuaEPvyKAefzLK907QTvU+rDiv2v1N0XRHILTte9u4il6jag9popruajWEgixonwQ==",
  "_location": "/winston-slack-webhook-transport",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "winston-slack-webhook-transport@2.1.0",
    "name": "winston-slack-webhook-transport",
    "escapedName": "winston-slack-webhook-transport",
    "rawSpec": "2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/winston-slack-webhook-transport/-/winston-slack-webhook-transport-2.1.0.tgz",
  "_spec": "2.1.0",
  "_where": "/home/tbbdev/public_html/billbook",
  "author": {
    "name": "TheAppleFreak"
  },
  "bugs": {
    "url": "https://github.com/TheAppleFreak/winston-slack-webhook-transport/issues"
  },
  "dependencies": {
    "axios": "^0.22.0",
    "winston-transport": "^4.4.0"
  },
  "description": "A Slack transport for Winston 3 that logs to a channel via webhooks.",
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.6",
    "@types/node": "^16.10.2",
    "babel-plugin-rewire": "^1.2.0",
    "jest": "^27.2.4"
  },
  "files": [
    "slackHook.js",
    "slackHook.d.ts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/TheAppleFreak/winston-slack-webhook-transport#readme",
  "license": "MIT",
  "main": "slackHook.js",
  "name": "winston-slack-webhook-transport",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheAppleFreak/winston-slack-webhook-transport.git"
  },
  "scripts": {
    "test": "jest"
  },
  "typings": "./slackHook.d.ts",
  "version": "2.1.0"
}
