{"maintainers":[{"name":"anonymous","email":"yo@contra.io"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"keywords":["gulp","log","logging"],"dist-tags":{"latest":"2.2.0"},"author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"description":"Logger for gulp and gulp plugins","readme":"<p align=\"center\">\n  <a href=\"https://gulpjs.com\">\n    <img height=\"257\" width=\"114\" src=\"https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png\">\n  </a>\n</p>\n\n# gulplog\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url]\n\nLogger for gulp and gulp plugins\n\n## Usage\n\n```js\nvar logger = require('gulplog');\n\n// logs strings\nlogger.debug('The MOST verbose!');\nlogger.info('Some important info');\nlogger.warn('All the warnings to you');\nlogger.error('OH NO! SOMETHING HAPPENED!');\n\n// supports util.format!\nlogger.info('%s style!', 'printf');\n\n// log anything\nlogger.debug({ my: 'obj' });\nlogger.info([1, 2, 3]);\n```\n\n## API\n\nLogging (and level of logging) is controlled by [`gulp-cli`][gulp-cli-url]\n\n#### logger.debug(msg, ...args)\n\nHighest log level. Typically used for debugging purposes.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\nIf the first argument is not a string, all arguments will be emitted directly.\n\n#### logger.info(msg, ...args)\n\nStandard log level. Typically used for user information.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\nIf the first argument is not a string, all arguments will be emitted directly.\n\n#### logger.warn(msg, ...args)\n\nWarning log level. Typically used for warnings.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\nIf the first argument is not a string, all arguments will be emitted directly.\n\n#### logger.error(msg, ...args)\n\nError log level. Typically used when things went horribly wrong.\n\nIf the first argument is a string, all arguments are passed to node's\n[`util.format()`][util-format-url] before being emitted.\n\nIf the first argument is not a string, all arguments will be emitted directly.\n\n## License\n\nMIT\n\n<!-- prettier-ignore-start -->\n[downloads-image]: https://img.shields.io/npm/dm/gulplog.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/gulplog\n[npm-image]: https://img.shields.io/npm/v/gulplog.svg?style=flat-square\n\n[ci-url]: https://github.com/gulpjs/gulplog/actions?query=workflow:dev\n[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/gulplog/dev.yml?branch=master&style=flat-square\n\n[coveralls-url]: https://coveralls.io/r/gulpjs/gulplog\n[coveralls-image]: https://img.shields.io/coveralls/gulpjs/gulplog/master.svg?style=flat-square\n<!-- prettier-ignore-end -->\n\n<!-- prettier-ignore-start -->\n[gulp-cli-url]: https://github.com/gulpjs/gulp-cli\n[util-format-url]: https://nodejs.org/docs/latest/api/util.html#util_util_format_format\n<!-- prettier-ignore-end -->\n","repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"users":{"kontrax":true,"demon-php":true,"rubiadias":true},"bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"license":"MIT","versions":{"0.0.0":{"name":"gulplog","version":"0.0.0","description":"Logger for gulp and gulp plugins","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL"},"dependencies":{"glogg":"0.0.0"},"devDependencies":{"code":"^1.5.0","lab":"^5.15.1"},"keywords":["gulp","gulp-util","log","logging"],"gitHead":"1ce9cecf06290404e697774c95972ee1f13bb482","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@0.0.0","_shasum":"9063cebbd0e0ebf35e3eee8f3b525d92e9cf82b0","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.10.36","_npmUser":{"name":"anonymous","email":"blaine@iceddev.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"9063cebbd0e0ebf35e3eee8f3b525d92e9cf82b0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-0.0.0.tgz","integrity":"sha512-fTH/LmnOHpW5UzlYrxDreAeovwVY6av29bteNF2Xtu73II5smgW3ZbXzydtFuScOfMbts2VLoQlKX2G14dEA6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQBHub8tYitjSugAaIjrVF+4zvTzlCiYHz6CjQSiVkPgIhAMcH+ZPegi+xdFERbUNS8T+qVMQ/Dn8ZuCbHjsHJqkIV"}]},"directories":{}},"1.0.0":{"name":"gulplog","version":"1.0.0","description":"Logger for gulp and gulp plugins","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"eslint index.js && jscs index.js"},"dependencies":{"glogg":"^1.0.0"},"devDependencies":{"eslint":"^1.5.1","eslint-config-node-style-guide":"^1.0.1","jscs":"^2.1.1"},"keywords":["gulp","gulp-util","log","logging"],"gitHead":"c920ad89da5a8f3724d35c83b6cbd8e132dada2b","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@1.0.0","_shasum":"e28c4d45d05ecbbed818363ce8f9c5926229ffe5","_from":".","_npmVersion":"2.14.3","_nodeVersion":"0.10.36","_npmUser":{"name":"anonymous","email":"blaine@iceddev.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"e28c4d45d05ecbbed818363ce8f9c5926229ffe5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-1.0.0.tgz","npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2s4pCRA9TVsSAnZWagAAw3wP/jG4xt8xUBaGVLfTh6jt\nLAM8GbVdzwVFdzJU19MY07wSRrRC/XrbvT1ZBzqfaPYsgZ2WA5ukim8c2ruI\nFTwREDMBjcUHKhUkS+vaLHfb3hkzXlYOuDA/8D9pC+a+A1DRw8XNq5+rdYlV\n93gh0oNr6V0nnoTY8uj8PnqgaBUEbDk8U2VJC5+5uG4QxhfbS4q4eOasAi8s\nsDih7FWfGtjEt6Q9zM4xNU7lSVcu4Q9ZVmBoqlS1NtOJDfjqip6PkTy0J0IR\nH8T6jGmlwhyhRVIX0ZMmQUyy57v2Vl9eIPGYLAl1iYpXuvC9eMXmjxNcffBE\nnNSywr7NpCfWOOhr7T6kzDKqDVmzB1jWwfcY4g5D/QPCpjlOBE4IWpsmhJY/\n8TTg5HG7t81iXAGokCAShATV9RQUR6Aw6Bb1LBnIiAw5Xdz3NVDfqkjy6R7w\nGtXTofkcu3NFbqD0gvO6g6VaGiPhWBsRlYYJd/nzShURSmmjGrkOQP/AW+KA\npyJJJtJNH5Bzb914UdL5hXowDykJgxcLkaix7Fs1LKLbXIkGOPZgD3bwh2JB\nIibVPL2ydfitHInBqfSMskdcg9XTrzV2FWaV6NMnwE1RiS9y4jvvsqI7RoYH\nTU2ZTcB9hDxmyQ5hrEbAnuJJvQC6USVfQ/3mieDzxE7hRD1tQ+bVIlvnvroR\njECQ\r\n=xOtP\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEKoVrGkPWjo5IA3NQs4C2qHd5id+GjX010FmfNyH2YMAiEA8r8fOPitK/0Xa/95ff5+GILAhFSQsVbIQ+pcd8WbZ9A="}]},"directories":{}},"2.0.0":{"name":"gulplog","version":"2.0.0","description":"Logger for gulp and gulp plugins","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 10.13.0"},"main":"index.js","types":"index.d.ts","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"nyc mocha --async-only"},"dependencies":{"glogg":"^2.0.0"},"devDependencies":{"eslint":"^7.32.0","eslint-config-gulp":"^5.0.1","eslint-plugin-node":"^11.1.0","expect":"^27.3.1","mocha":"^8.4.0","nyc":"^15.1.0"},"nyc":{"reporter":["lcov","text-summary"]},"prettier":{"singleQuote":true},"keywords":["gulp","log","logging"],"gitHead":"1636112d471c1962c9e7044cb57992f4547c2937","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@2.0.0","_nodeVersion":"16.14.2","_npmVersion":"8.11.0","dist":{"integrity":"sha512-eCHCHeo5/PtfQZtb6KF6zUpiZkGHMKx0bVq0PgYfHgkW+8YiSKzkTK1w6DkPrvH0G9qkihVMeCTLH4zL2Kn9Lw==","shasum":"a87ea4d628c651d4200cccdc0153e3f90bf8254e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-2.0.0.tgz","fileCount":4,"unpackedSize":4689,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFi0ma17nsa1hW3PENbQid7Wj4MtfiS7oEYDuYCM3FwqAiEAv3gpWo0Z4zPJPFIZyIG+aqJin9LXlLat2apKlYBvbOc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitkC2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3qw//VcnotkRRWHJTCyvGIeMD5v591TWj7zUUpCnH+6jULgZ8OI6I\r\nvWQOnefhtK6aOLeMKuOmqcPJeOBvDmR/XAdhz9QKn4jFTk28jrm8KapVu3zG\r\nTvLLs5qFtA61Xfm0lqh4xCobcTBXgmLLO2kuqZ5ICGarG68sQ8+3w1aWSPpC\r\nBPFAb8igTPhzN38j/6jtSwTioN/VMuw5wO1XIPqez/ISUSkZpVi6GGPXw+00\r\nvU0INpxsov8Wp01VHwY6Rq8wMpC5o42csghENRmWzIQEMuQQ71oGAD+VnlTL\r\n6xbxyQwXlnPABR51J/0g3PaprXHm+m1/KckM83SH35t8zh0j/GxgLpQQ+g/M\r\nG2pTE+GbNyHc44WxB56V4pfp6iErzHPwWxxL2NXsvEFH104I0I/vBnPAknPF\r\ntZnIB5YA0u+LDJDfaTeZkua2fPjwzMvdNzYFP2r9IHnUFcyhkzc5wl20xR9M\r\nKYjhIo6mLjiGrhSaIP+S2U2xplj5pu3hFhykie2GO/KXTn7JgPhMyOg4SV8m\r\nO3sh7iKE3KWDCP4BiGZthptgzeloqQooEk76IQBDaKKWSHbtM3gbYIzipaAo\r\nwBYJCCM/v8co35bizRyRqC7eYPZm5mr/mOztRi/ptnFeMkv9CAyOOhSzpXmS\r\nh70wheZfN60TUOOs6inaB+kv3w6GeES4uvo=\r\n=tiwR\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"yo@contra.io"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulplog_2.0.0_1656111285935_0.07611000726660344"},"_hasShrinkwrap":false},"2.0.1":{"name":"gulplog","version":"2.0.1","description":"Logger for gulp and gulp plugins","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 10.13.0"},"main":"index.js","types":"index.d.ts","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"nyc mocha --async-only"},"dependencies":{"glogg":"^2.0.0"},"devDependencies":{"eslint":"^7.32.0","eslint-config-gulp":"^5.0.1","eslint-plugin-node":"^11.1.0","expect":"^27.3.1","mocha":"^8.4.0","nyc":"^15.1.0"},"nyc":{"reporter":["lcov","text-summary"]},"prettier":{"singleQuote":true},"keywords":["gulp","log","logging"],"gitHead":"b08f61b220a021b7a8cf1443b908e8832f237c73","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_id":"gulplog@2.0.1","_nodeVersion":"16.14.2","_npmVersion":"8.11.0","dist":{"integrity":"sha512-11IFA5ZwhFUjXPNYxrk9Z5FWGQIzJzxrBCE4qZC2elFkwt6oamM1ESwZVrhFMLl5IVlhnMwleFEWxiEyuMndIg==","shasum":"414e116287087278e1e8e2ef9ff4a1e9063f8428","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-2.0.1.tgz","fileCount":5,"unpackedSize":6191,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGUmImqe73Xm8DIzDHWwC+GOJpbhzUeAzZOYKyXEchvPAiEAtgal46H43LoAu8L08bFb3Qji9yQ5WCR6eDAdtHdxg5E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNKXxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0gw//aBYgju/FHeDNYpFYPta1NOEMgVBNd4ACxxbfVoaicn++4SuT\r\nQcyA29Esp7zG10zfjoTMWClc41IFFfi+nb7Rduy3qL7PghdQwWW9sBQ6Glan\r\nfvpSrO5BPgZL3tOEhEtYCTaVXoHi123t4p5XDmA/GpPW6CM0NiPzM1PE73sG\r\nHCRTofpvaVrUtkhOTQt5Pt9fTqE7WLUHZUX2B4k0tVqJf7YuofKtzSGeaiqP\r\nnAREKTykJpexBF3TgfZkF/7oMPiZISV+Nl5H/wMvfKDYAMR853/B33Prjxos\r\ngEDgSRjGOYB7z8G5Oq0A42Ssrj39P8ulhityXixOcB2jul7JdWD/jDM9YgWO\r\n/v+/1PP7t0h2HhjK7zbD6yGuxM43+XloIsrC13xjVY8aMm79Y5i+JsV1kTA3\r\n9j6H2VoIIUsPZ3W/vNHz9Dvqt7Dk9TSzx4pFUsWoK+KsiSEHE41HjisMoGJW\r\nc2uTHYvuz8uGe3KQgW5k45bHV4EdHyEQiocdFhfvYMT7cdt2nqYVAQOIr6Og\r\nN1swlT4f7X6LqkvG6Cm+4ci/wfOqCbbVN5i2D55wjBwYHukbjw4RUP1Q6jui\r\n5p7fXQMP2ZnZxpKxK4ny9Ia0SIiJarg3zsoyI3bYlKUdVWG9WFmNqzp+Mue2\r\nihFlntmpRYZ9alvadyyeoYaACdBGxzS5w/s=\r\n=5+P6\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"yo@contra.io"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulplog_2.0.1_1664394736809_0.5157883080388341"},"_hasShrinkwrap":false},"2.1.0":{"name":"gulplog","version":"2.1.0","description":"Logger for gulp and gulp plugins","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 10.13.0"},"main":"index.js","types":"index.d.ts","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"nyc mocha --async-only"},"dependencies":{"glogg":"^2.1.0"},"devDependencies":{"eslint":"^7.32.0","eslint-config-gulp":"^5.0.1","eslint-plugin-node":"^11.1.0","expect":"^27.3.1","mocha":"^8.4.0","nyc":"^15.1.0"},"nyc":{"reporter":["lcov","text-summary"]},"prettier":{"singleQuote":true},"keywords":["gulp","log","logging"],"_id":"gulplog@2.1.0","gitHead":"1dccf9b69912ad65d5a2034ae8d1701d04f87569","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_nodeVersion":"20.5.0","_npmVersion":"9.8.0","dist":{"integrity":"sha512-80lbqWlEy11Xm0iB2JOqPgR/1qNrUXsotK3SptD6p6yemN0ED//0Gsf05e/0xqrT8triiLKddli2sm+WqeVbFw==","shasum":"597def9d2892c3e9e32dd0f28dd06020a2abd383","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-2.1.0.tgz","fileCount":5,"unpackedSize":6639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBnKcotCtVfq0+Iy92KwvrkdRTTwhuRnmHfqHmjO2cJEAiEAo7ehJ9AhiiCi2RnzxbnmRvCOGYENlm958onDN4nJEZ8="}]},"_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"yo@contra.io"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulplog_2.1.0_1710040991145_0.4361398938830847"},"_hasShrinkwrap":false},"2.2.0":{"name":"gulplog","version":"2.2.0","description":"Logger for gulp and gulp plugins","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/gulplog.git"},"license":"MIT","engines":{"node":">= 10.13.0"},"main":"index.js","types":"index.d.ts","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"nyc mocha --async-only"},"dependencies":{"glogg":"^2.2.0"},"devDependencies":{"eslint":"^7.32.0","eslint-config-gulp":"^5.0.1","eslint-plugin-node":"^11.1.0","expect":"^27.3.1","mocha":"^8.4.0","nyc":"^15.1.0"},"nyc":{"reporter":["lcov","text-summary"]},"prettier":{"singleQuote":true},"keywords":["gulp","log","logging"],"_id":"gulplog@2.2.0","gitHead":"5891626a63374fe4077309139f5e721ecbbe28ad","bugs":{"url":"https://github.com/gulpjs/gulplog/issues"},"homepage":"https://github.com/gulpjs/gulplog#readme","_nodeVersion":"20.5.0","_npmVersion":"9.8.0","dist":{"integrity":"sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==","shasum":"71adf43ea5cd07c23ded0fb8af4a844b67c63be8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/gulplog/-/gulplog-2.2.0.tgz","fileCount":5,"unpackedSize":6639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDpQS074X1MfFMFJ6BT50exi2Jt06UwSzCDAJIimYY/CAiAA2g6ZKKLX0WrK0wGc58bkOR7Gt6jqytbXm27ybh6JeA=="}]},"_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"yo@contra.io"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/gulplog_2.2.0_1711233896650_0.799449495078369"},"_hasShrinkwrap":false}},"name":"gulplog","time":{"modified":"2024-03-23T22:44:57.292Z","created":"2015-08-18T23:58:14.769Z","0.0.0":"2015-08-18T23:58:14.769Z","1.0.0":"2015-09-26T05:08:06.941Z","2.0.0":"2022-06-24T22:54:46.106Z","2.0.1":"2022-09-28T19:52:16.990Z","2.1.0":"2024-03-10T03:23:11.345Z","2.2.0":"2024-03-23T22:44:56.803Z"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"}],"readmeFilename":"README.md","homepage":"https://github.com/gulpjs/gulplog#readme"}