twitch-toolkit
Version:
A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.
94 lines (93 loc) • 2.5 kB
JSON
{
"_from": "winston@3.0.0-rc1",
"_id": "winston@3.0.0-rc1",
"_inBundle": false,
"_integrity": "sha512-aNtKirnK2UEe5v56SK0TIEr5ylyYdXyjAaIJXZTk21UlNx7FQclTkVU2T1ZzMtdDM+Rk2b7vrI/e/4n8U84XaQ==",
"_location": "/winston",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "winston@3.0.0-rc1",
"name": "winston",
"escapedName": "winston",
"rawSpec": "3.0.0-rc1",
"saveSpec": null,
"fetchSpec": "3.0.0-rc1"
},
"_requiredBy": [
"/twitch-toolkit"
],
"_resolved": "https://registry.npmjs.org/winston/-/winston-3.0.0-rc1.tgz",
"_shasum": "982bc0ad4ef5c53000ca68036d78a3deaa28cac5",
"_spec": "winston@3.0.0-rc1",
"_where": "D:\\Projetos\\twitch\\twitch-toolkit\\examples\\webhook-notifications\\node_modules\\twitch-toolkit",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/winstonjs/winston/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^1.0.0",
"diagnostics": "^1.0.1",
"isstream": "0.1.x",
"logform": "^1.2.1",
"one-time": "0.0.4",
"stack-trace": "0.0.x",
"triple-beam": "^1.0.1",
"winston-transport": "^3.0.1"
},
"deprecated": false,
"description": "A multi-transport async logging library for Node.js",
"devDependencies": {
"abstract-winston-transport": ">= 0.5.1",
"assume": "^1.5.1",
"colors": "~1.1.2",
"cross-spawn-async": "^2.0.0",
"eslint-config-populist": "^4.1.0",
"hock": "^1.3.2",
"mocha": "^3.2.0",
"nyc": "^11.2.1",
"split2": "^2.1.1",
"std-mocks": "^1.0.0",
"through2": "^2.0.0",
"winston-compat": "^0.0.1"
},
"engines": {
"node": ">= 4.2.2"
},
"homepage": "https://github.com/winstonjs/winston#readme",
"keywords": [
"winston",
"logging",
"sysadmin",
"tools"
],
"license": "MIT",
"main": "./lib/winston",
"maintainers": [
{
"name": "Jarrett Cruger",
"email": "jcrugzz@gmail.com"
},
{
"name": "Alberto Pose",
"email": "albertopose@gmail.com"
}
],
"name": "winston",
"repository": {
"type": "git",
"url": "git+https://github.com/winstonjs/winston.git"
},
"scripts": {
"lint": "populist lib/*.js lib/winston/*.js lib/winston/**/*.js",
"pretest": "npm run lint",
"report": "nyc report --reporter=lcov",
"test": "nyc mocha test/*.test.js test/**/*.test.js"
},
"version": "3.0.0-rc1"
}