{
  "_args": [
    [
      "@slack/socket-mode@1.3.2",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_from": "@slack/socket-mode@1.3.2",
  "_id": "@slack/socket-mode@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-6LiwYE6k4DNbnctZZSLfERiOzWngAvXogxQEYzUkxeZgh2GC6EdmRq6OEbZXOBe71/K66YVx05VfR7B4b1ScTQ==",
  "_location": "/@slack/socket-mode",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/socket-mode@1.3.2",
    "name": "@slack/socket-mode",
    "escapedName": "@slack%2fsocket-mode",
    "scope": "@slack",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/@slack/bolt"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/socket-mode/-/socket-mode-1.3.2.tgz",
  "_spec": "1.3.2",
  "_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.2.3",
    "@types/node": ">=12.0.0",
    "@types/p-queue": "^2.3.2",
    "@types/ws": "^7.4.7",
    "eventemitter3": "^3.1.0",
    "finity": "^0.5.4",
    "p-cancelable": "^1.1.0",
    "p-queue": "^2.4.2",
    "ws": "^7.5.3"
  },
  "description": "Official library for using the Slack Platform's Socket Mode API",
  "devDependencies": {
    "@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",
    "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",
    "nyc": "^14.1.1",
    "shx": "^0.3.2",
    "sinon": "^7.3.2",
    "source-map-support": "^0.5.12",
    "ts-node": "^8.2.0",
    "typescript": "^4.1.0"
  },
  "engines": {
    "node": ">=12.13.0",
    "npm": ">=6.12.0"
  },
  "files": [
    "dist/**/*"
  ],
  "homepage": "https://slack.dev/node-slack-sdk/socket-mode",
  "keywords": [
    "slack",
    "socket",
    "websocket",
    "firewall",
    "bot",
    "client",
    "http",
    "websocket",
    "api",
    "proxy",
    "state",
    "connection"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@slack/socket-mode",
  "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",
    "lint": "eslint --ext .ts src",
    "prepare": "npm run build",
    "test": "npm run lint && npm run build && nyc mocha --config .mocharc.json src/*.spec.js",
    "watch": "npx nodemon --watch 'src' --ext 'ts' --exec npm run build"
  },
  "types": "./dist/index.d.ts",
  "version": "1.3.2"
}
