UNPKG

twitch-toolkit

Version:

A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.

75 lines (74 loc) 1.76 kB
{ "_from": "colors@^1.2.1", "_id": "colors@1.3.1", "_inBundle": false, "_integrity": "sha512-jg/vxRmv430jixZrC+La5kMbUWqIg32/JsYNZb94+JEmzceYbWKTsv1OuTp+7EaqiaWRR2tPcykibwCRgclIsw==", "_location": "/colors", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "colors@^1.2.1", "name": "colors", "escapedName": "colors", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/logform" ], "_resolved": "https://registry.npmjs.org/colors/-/colors-1.3.1.tgz", "_shasum": "4accdb89cf2cabc7f982771925e9468784f32f3d", "_spec": "colors@^1.2.1", "_where": "D:\\Projetos\\twitch\\twitch-toolkit\\examples\\webhook-notifications\\node_modules\\logform", "author": { "name": "Marak Squires" }, "bugs": { "url": "https://github.com/Marak/colors.js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "DABH", "url": "https://github.com/DABH" } ], "deprecated": false, "description": "get colors in your node.js console", "devDependencies": { "eslint": "^5.2.0", "eslint-config-google": "^0.9.1" }, "engines": { "node": ">=0.1.90" }, "files": [ "examples", "lib", "LICENSE", "safe.js", "themes", "index.d.ts", "safe.d.ts" ], "homepage": "https://github.com/Marak/colors.js", "keywords": [ "ansi", "terminal", "colors" ], "license": "MIT", "main": "lib/index.js", "name": "colors", "repository": { "type": "git", "url": "git+ssh://git@github.com/Marak/colors.js.git" }, "scripts": { "lint": "eslint . --fix", "test": "node tests/basic-test.js && node tests/safe-test.js" }, "version": "1.3.1" }