{"_id":"winston-console-format","_rev":"9-6ec109ee3f657ff654335da3c6fbcc0f","name":"winston-console-format","dist-tags":{"latest":"1.0.8"},"versions":{"1.0.0":{"name":"winston-console-format","version":"1.0.0","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"echo \"Error: no test specified\""},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3"},"gitHead":"ea22c75b63fe2b0de6611586333e233b57d6546f","_id":"winston-console-format@1.0.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-h66NQ9IpVbC9pK0VX6OKXzGhAFkILumaU2ht4NTDVROcf587EUfhgnnVosWcFZ5tIhBqVovePGpr1Msb0dr9Sg==","shasum":"3e1e93414a938bd1abfa443691c0118a2a3ea42c","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.0.tgz","fileCount":12,"unpackedSize":232154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6yWtCRA9TVsSAnZWagAAhZQP/3vnk3r1I6+r+4g7coNO\ncJjL1DBHuqN4ri/d+jHDLK5TLrDwN3Ws0x79MTHYTIbYgKkTOmzKeaq8DfVJ\nAeRCXjQiSGmKbw9bC00KoUv//cQ9KV2ZK+TeTBAip+CEA7XcjWSHmDY0bDcW\n4QF4NVkIz5lLznTqlI8xjyVpYUZjGov3K2pOfPLJCqEh9UHHS57YzS4lxfdq\n3sYjjtw+dMI864w13jQRWMJODhWuI+BI3bnlF15aUwP0kS20KP7crVrhL8fY\n2X+Aa9ijS4EFNrHgKbvdhP+KydiwnStpOZ8ohNY1c7gb0cEpS3vqF5zYeX2B\n+53v6QB6WW8XGza9R1G0dntF3E2ENtdq3r9MC3+Kl7of2S1lmcjvObRUMscy\nGlNs2bUP2rdBRzDlM+n12DwX+4xqgmow1ATRK052ItneDBQzb9ek83rQNnct\nq6YYydS8QSguf4XI/CmLxVUgnuMab9+zrmkHQ14I1/p5CiS1ZJ9+c+l6mYOt\n4Ja6xJ+5tHgUuFOBrv+Nf+YnqYIQ8dFRlFEn8bF8ctjGBY6fprHp/fBYwIQb\n6Uvh05Yv6KT3GmVr8MrFTy6TTdctTR55RA+xPBF4eNIk+QqgCWk/NoYmQcEt\n8020UVxUsKUZBOfm37MghUX4AKF0MfgUihbMK9LvvB35bIjqRxEhnEg4W8Yq\n5c51\r\n=CRKJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICrlx1hfT/+6CuCsmzVqzY3Fltb39Ot8oZLYQHRnKVkCAiEAooCzHW0NTxHbeZ2JP8+oJzLE3yTQOwlKMWurdqYEAF0="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.0_1558914476941_0.5153783688664608"},"_hasShrinkwrap":false},"1.0.1":{"name":"winston-console-format","version":"1.0.1","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"echo \"Error: no test specified\""},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3"},"gitHead":"5c5ac048fcb054d68acf78de5d1b1f45ffae5548","_id":"winston-console-format@1.0.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-rg/cvCmwBtjj9o2PgIVBG+3xpdfRZM4I5fau2PempuFfgGInDX+I4ESzLMCs4SuoOusbryW0IfQ4G3ChqURwhg==","shasum":"d2ef8fa985c984303a3531f4b0301c2e9f19876a","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.1.tgz","fileCount":12,"unpackedSize":232228,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6yjPCRA9TVsSAnZWagAADCsP/1nvjEk8MrndyHyfh+Ks\nPj2wezeTTDwCal/xj2NxXKwRxnUvg3B1f0UPRldezilQhotns9AP6LaYUKwL\n3VXHXAr+RVMMSwC3oBgvLppELW3hB8/5Y0letRGjkVAJgdiaSFrpIkzMJ681\nGZ00XuBKfYUJ8EQ/IUTnFJ4Mh4giQkKi2vJ+fccR19nI4Qd0xGE7yrPgOovN\nsnoPGy9NE4pLoo/kIygpk1i06ujuW26BgPRa6c0gzsnSVOKxnV2Mi+g2E5p8\nkP17AmOsq0wamjDznLGI40p1lhy55JhxQC5RZ5+0E4hNWtkhjNekNrA4nvMA\nFoWh/C4yC89oxLCVhTvi70YYviqgYNvp6kAthatQESzuBug1zdmxaSTLZfCu\n79gT6mNvXvdNAEzsm1qqcBnnl1XUVD1YpV/lxkkyL/HOcpWYYSIJtXfDb+bh\nHfGxEkO+q99OEMSskTVXIRS7GJ2FAeLExLfhmK2SzbMkBZpN4pLEFXQW3v7b\nmor5MRsDrNR9pCIBZpaqvUT/zpM+Dw6XDuuoyletIedPedfMceR/YwkwmwlP\nykfvu5t4jLVPiNKD7s3aLESCuMhFQbXpx16ipCsZbMGm/AK0AeA9r8O9DvdX\nhE5Ug8MURWUC6UlLZ3E5bmFYwMZbOWIPyqChDq0dGK7/N2V7Du1hqm6hE6TA\naCTb\r\n=Z22V\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEbUy5WtW0mYdU0VBTDUUikuZVkEeJSM4pCaBpS1Y/YgAiAJlPwrHY4UxTULCIyPE/uT5bAyirkjH/e3Usp9D7Z0Lg=="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.1_1558915278840_0.004797860514616836"},"_hasShrinkwrap":false},"1.0.2":{"name":"winston-console-format","version":"1.0.2","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"echo \"Error: no test specified\""},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3"},"gitHead":"a9e3466ffdd3463792e63821829382c7a156e020","_id":"winston-console-format@1.0.2","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-jmsqJ9n1JonSPIU9VlI8na+hrRbYCpyOFZls3ICKk4Rm7PtzOfQ2pC1g9oy1QZNQ9MHwsaxm7ZZRsLXJ54EHlw==","shasum":"ea65586ca642c60452022db1cff3855c5e07a6c4","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.2.tgz","fileCount":8,"unpackedSize":228030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6ypLCRA9TVsSAnZWagAA4OIP/3uTdrhOyuj1s7b1Tjk9\nmGN8c3D+8V4Kw2Qr33g2Ltc2ABRrrWvlWIr/nCjlpywcI58GBw/ufBSrjFly\nzMvoQcOK2yYlzESxV+G1xzM8TMhgs2YvH5PDzgMGRwgUJrPTeSq7d0A6dTzE\nQsl+Al79M2mkAQ1+wezUm6g/LktcODYOAIfx89+ta9CtnDUDTMAI362K9oKE\n9J3l7Pq10DNwe7Vybw4D5/wXAnPAjrqXJ028WR3eg1fD0WceScY8bvJZDhEe\nAevkYh3jtGoXx+RoyemD0qWmvPFXAwBiYApUHsHwnHhStwppay5WeOfKZGgl\nqzVoM5LQzvh6ql7xoveCMvXXAyY7OdWo1tuAT9n6fWVuUoFMc38Vw61NChBS\nCsOeWhsmRBFJ2zaxQItNvDmtSKLlke6hSGtbURLbksvu8kWfgDr2aK7GRvPQ\nUjCJpsTspiSoCFi4Om8g2ITadCeiV6mjEvQtbpj1aVOUOHxiPQXLuSLCbFgV\nfqVw1Q/WL1NJJg+E7m3abRB2IOaMheMqUY7l6toWmBdZCJeDbZOnuw2J6bCj\n8eUsDQkmobD8KvgW5kNnvW9yZXTEBljH6mkwRwXo192LN+f3lM6xnIgFTXdX\nXBE2pwK0Ml5Hc5EzzV8wPIUx/n20hO1pnTm4Sx7lL3QPO+1g7dNYT+0KAOAU\nc4Lz\r\n=Osaw\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQfWBL3pYbaagiTqzxz6b+OHSs7HLmqZ0B42wquX6J2QIgWnVZwFGoabqWpgrKCdD3DeFH3Uoeqz8oAfNqws1X7OA="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.2_1558915658789_0.06538965281092435"},"_hasShrinkwrap":false},"1.0.3":{"name":"winston-console-format","version":"1.0.3","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"echo \"Error: no test specified\""},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3","logform":"^2.1.2","triple-beam":"^1.3.0"},"gitHead":"15a645f0336eceb8199f6bfcb86bf274c9280837","_id":"winston-console-format@1.0.3","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-E9aIqt+iQQntC81abf5JE6VGDhxET82AlToKcDsBUGbqOi8I6CxuLoe5tvY5yxrLdOr/0HI4qjohaX5lmnjeBQ==","shasum":"530cc6e07bca2ce5ce08cb7f1f360c4040ac1390","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.3.tgz","fileCount":8,"unpackedSize":228084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc686gCRA9TVsSAnZWagAAT4gP/RPq3jhOiYwZvfHPnfWW\nkDBRbO6c7t8zt8QfYI2waOEfi6xi5WpPAnR+yNUaUI2nJSHCMBLCoxYyNGY4\nBuNXktX19P4H3pzrJtm7esu/CVucpmmIbDJkQorNm+SVrPRQ1/7uWP/Ezht/\nKbfSp+J5yQjncKV0se1ds9FUDdbe8WXVIKZFsVMd2BTUKaPTv2sZhPjDYdB6\nkap25jWN5vaNqxor9T7RURFY/ahgYar0J5DElrmiDxpKybDNrVhOA2K+1u3q\nvnfhav1KM3Z/1O9kiQTYFqVarG1QUQq2lgQmNVrcKVaZHxmnXcUWxFUR3vaa\nE86vIDggf+//kqqzbdNjPqSsBOeAPL/nfLQAn9SzwwIkawNP2Pem2GTykEhb\nQgBqkWdgvjgFFQ7eIAjeoquboTNZ3xjnm5s8SXt9Yqy2D2C9dgDdcAitgeaS\nlCqksNgCe6BePin8RVkzxQWWLYoQ0ZtP51cz/b4LtA+kyBFlYjjCCJTopCZ8\nXLLHrgotN8iWvbSOQe7gS/d/95HK8q/e0dOTuLhG8/Tl5oBDDeWRZY3pn2lJ\nwPw9+aMZwJuGyLV5/Lut3XBQ9ezzjxy1jGRbuNCHNVEmdZJB3rm+UBSpzZeX\nDYeXufKpyt5UiKeOm7djBr00BfIWOSkdcrPt/aDN9QgSSKVApxfro0EqPaCH\ngGLj\r\n=Mwup\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHT3HVMXHh0RNlpR55ku8/muZRNZ012F4yXkp6CwDxGwAiEAgjS9oPPZzp9v9+usKZg9JH6BzvHnIPl1VoYM+UuBaho="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.3_1558957727312_0.08053814709224483"},"_hasShrinkwrap":false},"1.0.4":{"name":"winston-console-format","version":"1.0.4","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"jest --verbose","watch-test":"npm run test -- --watchAll","codecov":"codecov"},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/jest":"^24.0.13","@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","codecov":"^3.5.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","jest":"^24.8.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","ts-jest":"^24.0.2","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3","logform":"^2.1.2","triple-beam":"^1.3.0"},"gitHead":"e5aeb5d9feebfe8a6b8bff3bf58f9e32cff63466","_id":"winston-console-format@1.0.4","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-NTuQKdMTDXvTU32j15Zyth+Ef6dlYY65yb5YWY7bArKkHvCUeZAIEM30Ul8ukvV2bgwoNLkpQB5H3U8UijcUYg==","shasum":"d67f057d71a4e4c63c84d4ccfafec7cda03c0a70","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.4.tgz","fileCount":8,"unpackedSize":229023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc8EOmCRA9TVsSAnZWagAAwnQP/2Y3CWdRIF2sSZ0qndyV\nfEPLDHH2VlX+Feq8oexedIjbDbp3zxSJNud6FpM1bruxxq6l2NK0gwrK7L3B\nSc91cvShhIf4UKMIq+xWDYrs0I1c0v3LrMg6WkYttMS21HyPHuQX3AuiP35/\nw1PlygSL8CN2reuKd+lh659239Yhxfm7i/N8TjJWRBlGc4PmG7lc+mmvsURP\nktTPJdKluANXOW2nykIcIV/w9z1PnjKUDPd9Oc4qJmU+65vTvoTRUVRKdI/V\nvLQ7YbOnLaeTvhSIic0BkHlwuH/8HbRkRuhohwXqEuR8H//aHgp5+hTLpk4q\nDYEi4otCwK/3Bjxykybd27Uab0alGdOYvdR4St9DVyoW3kJrh52PyKO8UPtZ\nKsVi5dw9M5gZC2wM+MPdg9bsYwnb6zVsfHtw4R57x+Fau6j5cSv79fzGIIjR\n2W/eB7rW6NbbR++85IGcRfWZOJy1dvY4QwVo9PjtAhlBeOLKlmtX7TsL7iS/\nSnT0Wj0ce9eRFUOBbPHDh9PZ0rEbJkbehiu5948NNV2VqnWT2DIvgkKraBRV\nljU4M6yu8Tt59J0KN9TDObxV0KGL1vtc/ILiOPq/aQ86DbkiWK41IpJp+F9S\n5nLA4xIESvh7Ay2UA+3GCM47bso955tg4QDH9NhnuzXQK42kJUfuBDfswZlS\n5YcQ\r\n=jx7o\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFdY0aPnmU+rf6ZS1Wht8hRAqPZ4rVH2OUlqFkF5dkM/AiAJyml3TjMCOdahTtcG0Jhsgr/pcc2JuUfOtybUMIG8yA=="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.4_1559249830092_0.8595261563796563"},"_hasShrinkwrap":false},"1.0.5":{"name":"winston-console-format","version":"1.0.5","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"jest --verbose","watch-test":"npm run test -- --watchAll","codecov":"codecov"},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/jest":"^24.0.13","@types/logform":"^1.2.0","@types/node":"^12.0.2","@types/triple-beam":"^1.3.0","@typescript-eslint/eslint-plugin":"^1.9.0","@typescript-eslint/parser":"^1.9.0","codecov":"^3.5.0","concurrently":"^4.1.0","eslint":"^5.16.0","eslint-config-prettier":"^4.3.0","eslint-plugin-prettier":"^3.1.0","jest":"^24.8.0","nodemon":"^1.19.0","prettier":"^1.17.1","source-map-support":"^0.5.12","ts-jest":"^24.0.2","typescript":"^3.4.5","winston":"^3.2.1"},"dependencies":{"colors":"^1.3.3","logform":"^2.1.2","triple-beam":"^1.3.0"},"gitHead":"3392caad6cf5af0819fdf8d0b466baf6523cee1a","_id":"winston-console-format@1.0.5","_nodeVersion":"12.3.1","_npmVersion":"6.9.0","dist":{"integrity":"sha512-ZhjS3V91bm8d7PDGe02Dyfh6WJOi+M6gbeKzVqtgXuE+MA1lqKPclpNI05abVMkDBw3lmh6tc3IXkniJRs49CA==","shasum":"bc93e09dee9f72e520f10dc78b7d1cb355368370","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.5.tgz","fileCount":8,"unpackedSize":229170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc9kKRCRA9TVsSAnZWagAA+4UP/AnB300sPcxNNxhLFuM/\nWQq39cJtcB9Llam8PylqP0IRQBH7iWV4R6n6X6a8pbaRGkbNpeV39WP4Z863\nT4Y1rHOC1AMkT8B8eHNLSOdynRjEpMuzRNQtsziav2cVHQ1JEWA8Oanv4Bxp\nJDCIzAVtOQihzU8+/JqN+PDiMZb9X1+InkTQdyI8Rcl83E6PcVqpKaWlL/2Q\ntE0amgX3vAhLbijyPkzf72m12EFiSVgeGJbwmzN1pH6ncOLG7DQKLGf5hOyP\nHTxNrm34MV0QpokuMBmP7NggtRIUSxCiqhE6AYD88ua5ELxq4sGHLP1l77fn\n3TMP6xx0jZrwzoahA7qS7g44knBySgy2fdMpUqwUGI2w8l3d4hLVM2lF4CW8\nU1QK046wLUpF7J45iUGzA/ZUZhYjmHFYziecWcWsfs6Av17p2ba/lBsAoSLq\nh6SwFzPLpxEj1+iUuSqmcDYULr6QwwLK+KpugBrySxUlhSw+pL+OS1nRdDXo\n+oRggA4dw8M0FhjcBxtWHjUxEW0GBouQnS4fH3QTMDDrqrAsDvbeQaXu/QmW\nibKfHoMntk1PdxiD/ICZtUQI3z1dZzDbTViVCLx330+WGtX52aYzixNT0DfT\n2uliugVB7ek4iwKPoGY6Pcb8lPjGUKq3RfaL/IfCJNA6aBneuvKCZGjpzaoq\nrD6p\r\n=u3sA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaRR62ajmAyq+2yj1u/x1dTSYmzjV+X0tOKOEmSq/j8QIhAI2gXXm7J0tZZWw6Z6QwUywWop8wy2Bi70Db4ia5fH7R"}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.5_1559642768364_0.6334798111118864"},"_hasShrinkwrap":false},"1.0.6":{"name":"winston-console-format","version":"1.0.6","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"jest --verbose","watch-test":"npm run test -- --watchAll","codecov":"codecov"},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/jest":"^26.0.8","@types/logform":"^1.10.1","@types/node":"^12.12.53","@types/triple-beam":"^1.3.1","@typescript-eslint/eslint-plugin":"^3.8.0","@typescript-eslint/parser":"^3.8.0","codecov":"^3.7.2","concurrently":"^5.2.0","eslint":"^7.6.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","jest":"^26.2.2","nodemon":"^2.0.4","prettier":"^2.0.5","source-map-support":"^0.5.19","ts-jest":"^26.1.4","typescript":"^3.9.7","winston":"^3.3.3"},"dependencies":{"colors":"^1.4.0","logform":"^2.2.0","triple-beam":"^1.3.0"},"gitHead":"ae922989c533408ddfe9f8a238fc2ffa54f226e4","_id":"winston-console-format@1.0.6","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-ZaazQkzfQIzhxqSgZB3OSKMRA7Ot5Zs/Y5MN9MP5cGnIEEdStyAYr4SF4V5m7JtO8M7plCoBJfkpgVsdujhT1w==","shasum":"802d24ce5f1813eb77021231ad6d23b1b1b76ba1","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.6.tgz","fileCount":8,"unpackedSize":229834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKclOCRA9TVsSAnZWagAAL3wP/2rkBEKwYNOAFy6oxDI3\nP22M3WRRWrWU8fFaKVzK2J5CJS9VcR+54+K3YbrAKbUvO9jHNUxz8o+wDmaC\nwX9L3+KZ5zE0XUkfMF2Yh9WwiIjKuw898zGSin+JqeUaqedGYFwEb55pt6gB\nvfiCRGiZWn1Gr1IcSXTelXIFKS2VLenw8w5QqhpHWE7XnYcAk8qqD6m2C3hu\nunjzhbQx3MjNztpepi+NmsN3BHdDnlvP7BFnFZeBIK67wmjSHdjze1F3Fjxn\nGZ+IoMj44Bd4FMmrumDXhwgvOJUuFK4WHq+sbgh6Ugp+VS7cEIbhj2CIUmbl\n8F65HA0fYPsrU3KiWvCpdoXF5qrgY61lkHXhNQCk30UtVAfpbvazs4MhdgC0\nSLpNqqXMDQtw5BFCwJdPRSw1G8bvdOZ3orFrmaNXU8kEzIkQBYu1Lq5pvb/Z\n8z3GruTQTdT0KLf3U9wzM9/WfctVCWixYIQsU1aKkWi0jFpHcU7VlWGm5flf\n5sstRPBZb/aikr9GT79VdwtV0B9EmLI2heBEZyOrB+FTCigzpof0vqSV8q/r\nKCIrti8fk1ikazFRvBw0iwiBPUR7fan2b4bF4DR180vwGrxNRzlUZxJEksa4\n+whbADmx91hNDD3puqxD6zlxpoN3c4pI7ePgkBDzfFK9/7ipp53WfaSml/qv\n1ar9\r\n=M184\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICCPEfidG9tfLDmsXfWxDvdEHQd7nrY7RbsoIiUiinuCAiBR0giuqWjk6audd0gDozqu2izSigIzXVhakwkF8esd+w=="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.6_1596574029466_0.6773779142892729"},"_hasShrinkwrap":false},"1.0.7":{"name":"winston-console-format","version":"1.0.7","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"jest --verbose","watch-test":"npm run test -- --watchAll","codecov":"codecov"},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/jest":"^26.0.8","@types/logform":"^1.10.1","@types/node":"^12.12.53","@types/triple-beam":"^1.3.1","@typescript-eslint/eslint-plugin":"^3.8.0","@typescript-eslint/parser":"^3.8.0","codecov":"^3.7.2","concurrently":"^5.2.0","eslint":"^7.6.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","jest":"^26.2.2","nodemon":"^2.0.4","prettier":"^2.0.5","source-map-support":"^0.5.19","ts-jest":"^26.1.4","typescript":"^3.9.7","winston":"^3.3.3"},"dependencies":{"colors":"^1.4.0","logform":"^2.2.0","triple-beam":"^1.3.0"},"gitHead":"07a2e49ef5a33afae1bc1d6a58e4ced80962517d","_id":"winston-console-format@1.0.7","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-cknqVZmfIH6sX7zG5pSrDLGqM8O+ASHOsrPbIjb2vVfhPGhuBM9DZzQlVJ7VuEmHqBLhTGroHwsvI5iNSA1cUA==","shasum":"baa62dee36d4d0e4249e6e3da7453c7188f1c219","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.7.tgz","fileCount":8,"unpackedSize":229905,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKcsRCRA9TVsSAnZWagAAfIwQAJOLr3t6NnZbg+CXCO1C\nBVvoJDaU50u6CCtmFJNKCwElb0ZzepYZd22XV/tnOoUsbygSqCnLA5NuuPoc\no8HD8T3Wj9RaoZkq5nrjUOqAyO5JrXzhG+M3g/mXmEDKqJFjy2Wjy1YmpFAF\nzwQjERhUaTwycVufThlMNclH+AMT5zi4jcqpRd8Of28yQXD3VWL9s5Yauy+y\n99lq+51nYDoFfFKjEEtNRboOmQOGHwKpF0N1qjgz3rcLe67vSQAR1w7nYo4G\ndZ0JbGoEAIaD2acT8RcotRDd24wCEW9Eb5xxne83vkwBIemy+fWzB/bNRtqB\nrtsDOb7iZ9nYKaKgoeg0+w6pfbYyTttX46QgkuU21S/yxS5j2GyprhRVK9ke\n+DmbIXwE1Sr6KUEcpU/xVP5b9DIE7AmCAFJ0QIMLsqF4qa3k502HkkA/HP87\ndOjn7s2HoFi3AELr0mRs1SVAnHvKwi9CtFiYz7nPGSmM/hhP2rK/+JwmmGeP\nWA39nFcM80mRRmC6Yxms4TPSITclmXWzKAjOWO2FmH+ioKXhwfB5ZtOCSOVv\nHi/1bTtVE+d2eeDODHMllgJDklqoChzRY8q7O5p/nclT//xjJQzS6dFFPAi1\nl8UoOEc6+IH1YM0j+FgNoBf1Pk/RD/uDHP7a20p9itZsu+FheDkt4IKJUFV3\nZknf\r\n=FuRA\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAsp52hTS6UlBeFh4f4HQzpDC4mND3KMPD3Z1qYS4SqeAiA6c1LBdVl2W4PmYVMXmmFGK0GiW1jVG/cmcToPoBgkiw=="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.7_1596574481041_0.16553142921482134"},"_hasShrinkwrap":false},"1.0.8":{"name":"winston-console-format","version":"1.0.8","description":"Winston@3 console formatter for debugging purposes using util.inspect().","author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"license":"MIT","main":"./dist/index.js","types":"./dist/index.d.ts","scripts":{"start":"node dist/example.js","debug":"npm run watch-debug","build":"npm run eslint && npm run build-ts","watch":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node\"","watch-debug":"concurrently -k -i --default-input-target 1 -n Type,Node -c \"blue.dim,green.dim\" \"npm:watch-ts\" \"npm:watch-node-debug\"","watch-node":"nodemon --ext js,json,yaml dist/example.js","watch-node-debug":"npm run kill-node-debug && nodemon --inspect --ext js,json,yaml -r source-map-support/register dist/example.js","kill-node-debug":"pkill -u \"$(whoami)\" -fn \"nodemon .* dist/example.js\" || true","eslint":"eslint src/**/*","build-ts":"tsc","watch-ts":"tsc -w","test":"jest --verbose","watch-test":"npm run test -- --watchAll","codecov":"codecov"},"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"homepage":"https://github.com/duccio/winston-console-format","bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"keywords":["winston","console","format","formatter","inspect","debug","debugging"],"devDependencies":{"@types/jest":"^26.0.8","@types/logform":"^1.10.1","@types/node":"^12.12.53","@types/triple-beam":"^1.3.1","@typescript-eslint/eslint-plugin":"^3.8.0","@typescript-eslint/parser":"^3.8.0","codecov":"^3.7.2","concurrently":"^5.2.0","eslint":"^7.6.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.4","jest":"^26.2.2","nodemon":"^2.0.4","prettier":"^2.0.5","source-map-support":"^0.5.19","ts-jest":"^26.1.4","typescript":"^3.9.7","winston":"^3.3.3"},"dependencies":{"colors":"^1.4.0","logform":"^2.2.0","triple-beam":"^1.3.0"},"gitHead":"da4d2a0f6b50fa41a622c1c8a854bd23518253d9","_id":"winston-console-format@1.0.8","_nodeVersion":"12.18.3","_npmVersion":"6.14.6","dist":{"integrity":"sha512-dq7t/E0D0QRi4XIOwu6HM1+5e//WPqylH88GVjKEhQVrzGFg34MCz+G7pMJcXFBen9C0kBsu5GYgbYsE2LDwKw==","shasum":"591adc8e9567c3397a3fa2e29e596d56e48db840","tarball":"https://registry.npmjs.org/winston-console-format/-/winston-console-format-1.0.8.tgz","fileCount":8,"unpackedSize":229998,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKc49CRA9TVsSAnZWagAALGAP/0G1Es3gWmPX61EmCTTg\nkEOa49alBPDsvLoQfs0/1I4FWslgUjKli9Idi8RBMJi0iaHzhOwF47jz8Xdx\n9IxfBVajixqxjDU27w0x3kdAwHODcOzZnEiZZvYcnxcaa0vjWpgrPN9wUWAN\nXvW4gxO37eNreuES9r99zhhHjX4WGRlvYwf7riJm3zWD0Ph4/rhu6KK6AJT8\nAJ6hi03PqLTgCNgcmHBooFtv/tNWT1dIG8003TEPWBw5cCOy73Yf9qkY04ta\nNdHS8Sxb32iyJ3IRMIY6dU07VpEPqGy5pLEqPc2YxdSjtjo1Ns36kXAnx4N7\nHt0aaDB81GC7MijDQNA0a5uBRxiOYnj4Y9oJ2u1WOT+k9JFkF8kYSCJCccVJ\neT/9MCctHPuRGNq9VsNmk5887eWV2q27SuYbpYvwgsPzvOp4UzAt8o2uFKKq\nPr7Cx8V4cOZ2Wq/dDVuX7K9SuZWcAVQevxZ5x6DsKzTygq2kPsKZATJaFdg/\nNCJPCXjudOziF+EdizjSUf7tO8RWpcE/PWRJgDVhMYCVS0md2vUCNbP8rOrk\nEJTFl6evtV/1G5ntTwsOGZj1TtfxTIdLckk/p6xxGJqBk6QGHFPajY3DA9+r\n9trl2yhawBB4Atw093mjK9w8UVeVvI8BHTFFSeh3spmxWJK3N1NxGjwCHa4a\nv5pM\r\n=80h6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDM0i0MYUWT3hpZASgTY3yiFqWUYWObwjM/Jm2Vhb1DDAiB4UIwCcIlC7AjuCEcg0bmP/S147pPmfQayH8+RXjTEWw=="}]},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"_npmUser":{"name":"armiento","email":"aldo@armiento.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/winston-console-format_1.0.8_1596575293573_0.8606410357100818"},"_hasShrinkwrap":false}},"time":{"created":"2019-05-26T23:47:56.940Z","1.0.0":"2019-05-26T23:47:57.141Z","modified":"2022-05-24T13:08:42.301Z","1.0.1":"2019-05-27T00:01:19.019Z","1.0.2":"2019-05-27T00:07:39.051Z","1.0.3":"2019-05-27T11:48:47.447Z","1.0.4":"2019-05-30T20:57:10.217Z","1.0.5":"2019-06-04T10:06:08.512Z","1.0.6":"2020-08-04T20:47:09.667Z","1.0.7":"2020-08-04T20:54:41.249Z","1.0.8":"2020-08-04T21:08:13.731Z"},"maintainers":[{"name":"armiento","email":"aldo@armiento.com"}],"description":"Winston@3 console formatter for debugging purposes using util.inspect().","homepage":"https://github.com/duccio/winston-console-format","keywords":["winston","console","format","formatter","inspect","debug","debugging"],"repository":{"type":"git","url":"git+https://github.com/duccio/winston-console-format.git"},"author":{"name":"Aldo Armiento","email":"aldo@armiento.com","url":"https://github.com/duccio/"},"bugs":{"url":"https://github.com/duccio/winston-console-format/issues"},"license":"MIT","readme":"# Winston@3 console format\n\n[![Version npm](https://img.shields.io/npm/v/winston-console-format.svg?style=flat-square)](https://www.npmjs.com/package/winston-console-format)\n[![npm Downloads](https://img.shields.io/npm/dm/winston-console-format.svg?style=flat-square)](https://npmcharts.com/compare/winston-console-format?minimal=true)\n[![Dependencies](https://img.shields.io/david/duccio/winston-console-format.svg?style=flat-square)](https://david-dm.org/duccio/winston-console-format)\n[![Build Status](https://img.shields.io/travis/duccio/winston-console-format/master.svg?style=flat-square)](https://travis-ci.com/duccio/winston-console-format)\n[![Codecov](https://img.shields.io/codecov/c/github/duccio/winston-console-format.svg)](https://codecov.io/github/duccio/winston-console-format)\n[![Known Vulnerabilities](https://snyk.io/test/github/duccio/winston-console-format/badge.svg)](https://snyk.io/test/github/duccio/winston-console-format)\n\nWinston@3 console formatter for debugging purposes using util.inspect().\n\n## Demo\n\n![](demo.png)\n\n## Install\n\n```bash\nnpm install winston-console-format\n```\n\n## Usage TypeScript\n\n```typescript\nimport { createLogger, format, transports } from \"winston\";\nimport { consoleFormat } from \"winston-console-format\";\nimport util from \"util\";\n\nconst logger = createLogger({\n  level: \"silly\",\n  format: format.combine(\n    format.timestamp(),\n    format.ms(),\n    format.errors({ stack: true }),\n    format.splat(),\n    format.json()\n  ),\n  defaultMeta: { service: \"Test\" },\n  transports: [\n    new transports.Console({\n      format: format.combine(\n        format.colorize({ all: true }),\n        format.padLevels(),\n        consoleFormat({\n          showMeta: true,\n          metaStrip: [\"timestamp\", \"service\"],\n          inspectOptions: {\n            depth: Infinity,\n            colors: true,\n            maxArrayLength: Infinity,\n            breakLength: 120,\n            compact: Infinity,\n          },\n        })\n      ),\n    }),\n  ],\n});\n\nlogger.silly(\"Logging initialized\");\nlogger.debug(\"Debug an object\", { make: \"Ford\", model: \"Mustang\", year: 1969 });\nlogger.verbose(\"Returned value\", { value: util.format });\nlogger.info(\"Information\", {\n  options: [\"Lorem ipsum\", \"dolor sit amet\"],\n  values: [\"Donec augue eros, ultrices.\"],\n});\nlogger.warn(\"Warning\");\nlogger.error(new Error(\"Unexpected error\"));\n```\n\n## Usage JavaScript\n\n```js\nconst { createLogger, format, transports } = require(\"winston\");\nconst { consoleFormat } = require(\"winston-console-format\");\nconst util = require(\"util\");\n\nconst logger = createLogger({\n  level: \"silly\",\n  format: format.combine(\n    format.timestamp(),\n    format.ms(),\n    format.errors({ stack: true }),\n    format.splat(),\n    format.json()\n  ),\n  defaultMeta: { service: \"Test\" },\n  transports: [\n    new transports.Console({\n      format: format.combine(\n        format.colorize({ all: true }),\n        format.padLevels(),\n        consoleFormat({\n          showMeta: true,\n          metaStrip: [\"timestamp\", \"service\"],\n          inspectOptions: {\n            depth: Infinity,\n            colors: true,\n            maxArrayLength: Infinity,\n            breakLength: 120,\n            compact: Infinity,\n          },\n        })\n      ),\n    }),\n  ],\n});\n\nlogger.silly(\"Logging initialized\");\nlogger.debug(\"Debug an object\", { make: \"Ford\", model: \"Mustang\", year: 1969 });\nlogger.verbose(\"Returned value\", { value: util.format });\nlogger.info(\"Information\", {\n  options: [\"Lorem ipsum\", \"dolor sit amet\"],\n  values: [\"Donec augue eros, ultrices.\"],\n});\nlogger.warn(\"Warning\");\nlogger.error(new Error(\"Unexpected error\"));\n```\n\n## API\n\n## consoleFormat(options)\n\n### options\n\nConfiguration object.<br><br>Type: `ConsoleFormatOptions`\n\n### options.showMeta\n\nShow/hide meta object(s).<br><br> Type: `boolean`<br> Default: `true`\n\n### options.metaStrip\n\nArray of meta-object properties to hide.<br><br> Type: `string[]`<br> Default: `[]`\n\n### options.inspectOptions\n\n`util.inspect()` configuration object.<br><br> Type: `Object`<br> Default: [Node util.inspect(object[, options])](https://nodejs.org/api/util.html#util_util_inspect_object_options)\n","readmeFilename":"README.md"}