{
  "_args": [
    [
      "@slack/web-api@6.8.1",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "@slack/web-api@6.8.1",
  "_id": "@slack/web-api@6.8.1",
  "_inBundle": false,
  "_integrity": "sha512-eMPk2S99S613gcu7odSw/LV+Qxr8A+RXvBD0GYW510wJuTERiTjP5TgCsH8X09+lxSumbDE88wvWbuFuvGa74g==",
  "_location": "/@slack/web-api",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "combined-stream": "1.0.8",
    "follow-redirects": "1.15.2",
    "mime-types": "2.1.35"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/web-api@6.8.1",
    "name": "@slack/web-api",
    "escapedName": "@slack%2fweb-api",
    "scope": "@slack",
    "rawSpec": "6.8.1",
    "saveSpec": null,
    "fetchSpec": "6.8.1"
  },
  "_requiredBy": [
    "/@slack/bolt",
    "/@slack/oauth",
    "/@slack/socket-mode"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/web-api/-/web-api-6.8.1.tgz",
  "_spec": "6.8.1",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Slack Technologies, LLC"
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "dependencies": {
    "@slack/logger": "^3.0.0",
    "@slack/types": "^2.0.0",
    "@types/is-stream": "^1.1.0",
    "@types/node": ">=12.0.0",
    "axios": "^0.27.2",
    "eventemitter3": "^3.1.0",
    "form-data": "^2.5.0",
    "is-electron": "2.2.0",
    "is-stream": "^1.1.0",
    "p-queue": "^6.6.1",
    "p-retry": "^4.0.0"
  },
  "description": "Official library for using the Slack Platform's Web API",
  "devDependencies": {
    "@aoberoi/capture-console": "^1.1.0",
    "@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",
    "busboy": "^1.6.0",
    "chai": "^4.2.0",
    "codecov": "^3.2.0",
    "esbuild": "^0.13.15",
    "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.2.6",
    "nyc": "^15.1.0",
    "shelljs": "^0.8.3",
    "shx": "^0.3.2",
    "sinon": "^7.2.7",
    "source-map-support": "^0.5.10",
    "ts-node": "^10.8.1",
    "tsd": "0.23.0",
    "typescript": "^4.1"
  },
  "engines": {
    "node": ">= 12.13.0",
    "npm": ">= 6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/node-slack-sdk/web-api",
  "keywords": [
    "slack",
    "web-api",
    "bot",
    "client",
    "http",
    "api",
    "proxy",
    "rate-limiting",
    "pagination"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@slack/web-api",
  "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",
    "build:deno": "esbuild --bundle --define:process.cwd=String --define:process.version='\"v1.15.2\"' --define:process.title='\"deno\"' --define:Buffer=dummy_buffer --inject:./deno-shims/buffer-shim.js --inject:./deno-shims/xhr-shim.js --target=esnext --format=esm --outfile=./mod.js src/index.ts",
    "coverage": "codecov -F webapi --root=$PWD",
    "lint": "eslint --ext .ts src",
    "prepare": "npm run build",
    "ref-docs:model": "api-extractor run",
    "test": "npm run lint && npm run build && npm run test:mocha && npm run test:types",
    "test:mocha": "nyc mocha --config .mocharc.json src/*.spec.js",
    "test:types": "tsd",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "tsd": {
    "directory": "test/types"
  },
  "types": "./dist/index.d.ts",
  "version": "6.8.1"
}
