twitch-toolkit
Version:
A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.
70 lines (69 loc) • 1.88 kB
JSON
{
"_from": "logform@^1.2.1",
"_id": "logform@1.9.1",
"_inBundle": false,
"_integrity": "sha512-ZHrZE8VSf7K3xKxJiQ1aoTBp2yK+cEbFcgarsjzI3nt3nE/3O0heNSppoOQMUJVMZo/xiVwCxiXIabaZApsKNQ==",
"_location": "/logform",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "logform@^1.2.1",
"name": "logform",
"escapedName": "logform",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/winston"
],
"_resolved": "https://registry.npmjs.org/logform/-/logform-1.9.1.tgz",
"_shasum": "58b29d7b11c332456d7a217e17b48a13ad69d60a",
"_spec": "logform@^1.2.1",
"_where": "D:\\Projetos\\twitch\\twitch-toolkit\\examples\\webhook-notifications\\node_modules\\winston",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/winstonjs/logform/issues"
},
"bundleDependencies": false,
"dependencies": {
"colors": "^1.2.1",
"fast-safe-stringify": "^2.0.4",
"fecha": "^2.3.3",
"ms": "^2.1.1",
"triple-beam": "^1.2.0"
},
"deprecated": false,
"description": "An mutable object-based log format designed for chaining & objectMode streams.",
"devDependencies": {
"assume": "^2.0.1",
"eslint-config-populist": "^4.1.0",
"mocha": "^5.1.1",
"nyc": "^11.7.1"
},
"homepage": "https://github.com/winstonjs/logform#readme",
"keywords": [
"winston",
"logging",
"format",
"winstonjs"
],
"license": "MIT",
"main": "index.js",
"name": "logform",
"repository": {
"type": "git",
"url": "git+https://github.com/winstonjs/logform.git"
},
"scripts": {
"lint": "populist *.js test/*.js examples/*.js",
"pretest": "npm run lint",
"test": "nyc mocha test/*.test.js"
},
"version": "1.9.1"
}