{
  "_from": "@slack/webhook@^6.1.0",
  "_id": "@slack/webhook@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-7AYNISyAjn/lA/VDwZ307K5ft5DojXgBd3DRrGoFN8XxIwIyRALdFhxBiMgAqeJH8eWoktvNwLK24R9hREEqpA==",
  "_location": "/@slack/webhook",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@slack/webhook@^6.1.0",
    "name": "@slack/webhook",
    "escapedName": "@slack%2fwebhook",
    "scope": "@slack",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/webhook/-/webhook-6.1.0.tgz",
  "_shasum": "ac9c8add919f0f5ab9440a24e76b2f83adcc0f2c",
  "_spec": "@slack/webhook@^6.1.0",
  "_where": "/home/agsistemas/nodevenv/node.agsistemas.net.ar/backend/9/lib",
  "author": {
    "name": "Slack Technologies, LLC"
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@slack/types": "^1.2.1",
    "@types/node": ">=12.0.0",
    "axios": "^0.21.4"
  },
  "deprecated": false,
  "description": "Official library for using the Slack Platform's Incoming Webhooks",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.3.4",
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.6",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.0",
    "chai": "^4.2.0",
    "codecov": "^3.2.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsdoc": "^30.6.1",
    "eslint-plugin-node": "^11.1.0",
    "mocha": "^9.1.0",
    "nock": "^13.0.0",
    "nyc": "^14.1.1",
    "shx": "^0.3.2",
    "sinon": "^7.2.7",
    "source-map-support": "^0.5.10",
    "ts-node": "^8.0.3",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">= 12.13.0",
    "npm": ">= 6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/node-slack-sdk/webhook",
  "keywords": [
    "slack",
    "request",
    "client",
    "http",
    "api",
    "proxy"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@slack/webhook",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slackapi/node-slack-sdk.git"
  },
  "scripts": {
    "build": "npm run build:clean && tsc",
    "build:clean": "shx rm -rf ./dist ./coverage ./.nyc_output",
    "coverage": "codecov -F webhook --root=$PWD",
    "lint": "eslint --ext .ts src",
    "prepare": "npm run build",
    "ref-docs:model": "api-extractor run",
    "test": "npm run lint && npm run build && nyc mocha --config .mocharc.json src/*.spec.js"
  },
  "types": "./dist/index.d.ts",
  "version": "6.1.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">= 12.13.0",
        "npm": ">= 6.12.0"
      },
      "pkgid": "@slack/webhook@6.1.0"
    }
  ]
}
