{
  "_args": [
    [
      "@slack/client@3.16.0",
      "/app"
    ]
  ],
  "_from": "@slack/client@3.16.0",
  "_id": "@slack/client@3.16.0",
  "_inBundle": false,
  "_integrity": "sha512-CWr7a3rTVrN5Vs8GYReRAvTourbXHOqB1zglcskj05ICH4GZL5BOAza2ARai+qc3Nz0nY08Bozi1x0014KOqlg==",
  "_location": "/@slack/client",
  "_phantomChildren": {
    "asynckit": "0.4.0",
    "aws4": "1.6.0",
    "chalk": "1.1.3",
    "combined-stream": "1.0.5",
    "commander": "2.11.0",
    "cycle": "1.0.3",
    "extend": "3.0.2",
    "eyes": "0.1.8",
    "forever-agent": "0.6.1",
    "generate-function": "2.3.1",
    "generate-object-property": "1.2.0",
    "is-my-ip-valid": "1.0.0",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "jsonpointer": "4.0.1",
    "jsprim": "1.4.1",
    "mime-types": "2.1.17",
    "node-uuid": "1.4.8",
    "oauth-sign": "0.8.2",
    "pinkie-promise": "2.0.1",
    "sshpk": "1.14.2",
    "stack-trace": "0.0.10",
    "stringstream": "0.0.6",
    "tough-cookie": "2.3.3",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@slack/client@3.16.0",
    "name": "@slack/client",
    "escapedName": "@slack%2fclient",
    "scope": "@slack",
    "rawSpec": "3.16.0",
    "saveSpec": null,
    "fetchSpec": "3.16.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@slack/client/-/client-3.16.0.tgz",
  "_spec": "3.16.0",
  "_where": "/app",
  "author": {
    "name": "Slack Technologies, Inc."
  },
  "bugs": {
    "url": "https://github.com/slackapi/node-slack-sdk/issues"
  },
  "dependencies": {
    "async": "^1.5.0",
    "bluebird": "^3.3.3",
    "eventemitter3": "^1.1.1",
    "https-proxy-agent": "^1.0.0",
    "inherits": "^2.0.1",
    "lodash": "^4.13.1",
    "pkginfo": "^0.4.0",
    "request": ">=2.0.0 <2.77.0",
    "retry": "^0.9.0",
    "url-join": "0.0.1",
    "winston": "^2.1.1",
    "ws": "^1.0.1"
  },
  "description": "A library for creating a Slack client",
  "devDependencies": {
    "busboy": "^0.2.14",
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "eslint": "^2.2.0",
    "eslint-config-airbnb": "^6.0.2",
    "istanbul": "^0.4.2",
    "jsdoc-to-markdown": "^1.3.7",
    "mocha": "^3.4.1",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "^9.1.5",
    "sinon": "^1.17.1"
  },
  "engines": {
    "node": ">= 0.12.x",
    "npm": ">= 1.1.x"
  },
  "homepage": "https://github.com/slackapi/node-slack-sdk#readme",
  "keywords": [
    "slack"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "@slack/client",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slackapi/node-slack-sdk.git"
  },
  "scripts": {
    "codecov": "npm run cover && codecov",
    "cover": "istanbul cover -x **/facets/*.js  --report lcovonly _mocha -- --recursive",
    "lint": "eslint .",
    "make-docs": "node jsdoc.js",
    "make-slack-client-symlink": "mkdir -p $PWD/node_modules/@slack/client && ln -s $PWD/index.js $PWD/node_modules/@slack/client/index.js",
    "mocha": "mocha --recursive --reporter spec test",
    "test": "npm run mocha && npm run lint"
  },
  "version": "3.16.0"
}
