UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

135 lines (134 loc) 3.68 kB
{ "_args": [ [ "@slack/client@4.2.2", "/Users/carlos8f/projects/bot18" ] ], "_from": "@slack/client@4.2.2", "_id": "@slack/client@4.2.2", "_inBundle": false, "_integrity": "sha512-fxEIKykNLN//hIS+9KTWadS9sKcVqAjIYM2RbkSqB6SJQfR05ymDhXYd5n+UHIPhHKij6JJ+EkZI/q9UxhA/UA==", "_location": "/@slack/client", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@slack/client@4.2.2", "name": "@slack/client", "escapedName": "@slack%2fclient", "scope": "@slack", "rawSpec": "4.2.2", "saveSpec": null, "fetchSpec": "4.2.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@slack/client/-/client-4.2.2.tgz", "_spec": "4.2.2", "_where": "/Users/carlos8f/projects/bot18", "author": { "name": "Slack Technologies, Inc." }, "bugs": { "url": "https://github.com/slackapi/node-slack-sdk/issues" }, "dependencies": { "@types/delay": "^2.0.1", "@types/form-data": "^2.2.1", "@types/got": "^7.1.7", "@types/is-stream": "^1.1.0", "@types/loglevel": "^1.5.3", "@types/node": "^9.4.7", "@types/p-cancelable": "^0.3.0", "@types/p-queue": "^2.3.1", "@types/p-retry": "^1.0.1", "@types/retry": "^0.10.2", "@types/url-join": "^0.8.2", "@types/ws": "^4.0.1", "delay": "^2.0.0", "eventemitter3": "^3.0.0", "finity": "^0.5.4", "form-data": "^2.3.1", "got": "^8.0.3", "is-stream": "^1.1.0", "loglevel": "^1.6.1", "object.entries": "^1.0.4", "object.getownpropertydescriptors": "^2.0.3", "object.values": "^1.0.4", "p-cancelable": "^0.3.0", "p-queue": "^2.3.0", "p-retry": "^1.0.0", "retry": "^0.10.1", "url-join": "^4.0.0", "ws": "^4.1.0" }, "description": "Slack Developer Kit - official clients for the Web API, RTM API, and Incoming Webhooks", "devDependencies": { "@types/chai": "^4.1.2", "@types/mocha": "^2.2.48", "busboy": "^0.2.14", "capture-stdout": "^1.0.0", "chai": "^4.1.2", "codecov": "^3.0.0", "husky": "^0.14.3", "jsdoc-to-markdown": "^4.0.1", "lint-staged": "^6.1.0", "mocha": "^5.0.0", "nock": "^9.1.6", "nyc": "^11.4.1", "p-is-promise": "^1.1.0", "shx": "^0.2.2", "sinon": "^4.2.2", "source-map-support": "^0.5.3", "ts-jsdoc": "^3.0.0", "ts-node": "^4.1.0", "tslint": "^5.9.1", "tslint-config-airbnb": "^5.5.0", "typescript": "^2.7.1", "typings-tester": "^0.3.1" }, "engines": { "node": ">= 6.9.0", "npm": ">= 3.10.8" }, "files": [ "dist/**/*" ], "homepage": "https://github.com/slackapi/node-slack-sdk#readme", "keywords": [ "slack", "web-api", "rtm-api", "bot", "chatbot", "client", "http", "websockets", "api" ], "license": "MIT", "main": "./dist/index.js", "name": "@slack/client", "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", "docs": "node support/jsdoc-to-markdown.js", "docs:jsdoc": "ts2jsdoc", "lint": "tslint --project .", "precommit": "lint-staged", "prepublish": "npm run build", "prepush": "npm run build", "test": "npm run build && npm run test:spec && npm run test:integration", "test:integration": "mocha --opts test/mocha.opts test/typescript/test.ts", "test:spec": "nyc mocha --opts src/mocha.opts src/*.spec.js src/**/*.spec.js" }, "types": "./dist/index.d.ts", "version": "4.2.2" }