{
  "_args": [
    [
      "@slack/oauth@2.6.1",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "@slack/oauth@2.6.1",
  "_id": "@slack/oauth@2.6.1",
  "_inBundle": false,
  "_integrity": "sha512-Qm8LI+W9gtC5YQz/3yq7b6Qza7SSIJ9jVIgbkrY3AGwT4E0P6mUFV5gKHadvDEfTGG3ZiWuKMyC06ZpexZsQgg==",
  "_location": "/@slack/oauth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/oauth@2.6.1",
    "name": "@slack/oauth",
    "escapedName": "@slack%2foauth",
    "scope": "@slack",
    "rawSpec": "2.6.1",
    "saveSpec": null,
    "fetchSpec": "2.6.1"
  },
  "_requiredBy": [
    "/@slack/bolt"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/oauth/-/oauth-2.6.1.tgz",
  "_spec": "2.6.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/web-api": "^6.3.0",
    "@types/jsonwebtoken": "^8.3.7",
    "@types/node": ">=12",
    "jsonwebtoken": "^9.0.0",
    "lodash.isstring": "^4.0.1"
  },
  "description": "Official library for interacting with Slack's Oauth endpoints",
  "devDependencies": {
    "@microsoft/api-extractor": "^7.19.4",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^9.1.0",
    "@types/sinon": "^10.0.11",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.0",
    "chai": "^4.2.0",
    "codecov": "^3.0.4",
    "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.2.1",
    "nop": "^1.0.0",
    "nyc": "^15.1.0",
    "rewiremock": "^3.13.9",
    "shx": "^0.3.2",
    "sinon": "^9.0.2",
    "source-map-support": "^0.5.12",
    "superagent": "^3.3.1",
    "ts-node": "^8.2.0",
    "typescript": "^4.1",
    "uncaughtException": "^1.0.0"
  },
  "engines": {
    "node": ">=12.13.0",
    "npm": ">=6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/node-slack-sdk/oauth",
  "keywords": [
    "slack",
    "oauth",
    "bot",
    "http",
    "api"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@slack/oauth",
  "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 oauthhelper --root=$PWD",
    "lint": "eslint --fix --ext .ts src",
    "prepare": "npm run build",
    "ref-docs:model": "api-extractor run",
    "test": "npm run lint && npm run test:mocha",
    "test:mocha": "nyc mocha --config .mocharc.json src/*.spec.js src/**/*.spec.js src/*.spec.ts src/**/*.spec.ts",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "version": "2.6.1"
}
