{"maintainers":[{"email":"blaine.bublitz@gmail.com","name":"anonymous"}],"keywords":["console.log","log","logger","logging","pretty","timestamp"],"dist-tags":{"latest":"2.0.0"},"author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"description":"Log things, prefixed with a timestamp.","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# fancy-log\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\nLog things, prefixed with a timestamp.\n\n## Usage\n\n```js\nvar log = require('fancy-log');\n\nlog('a message');\n// [16:27:02] a message\n\nlog.error('oh no!');\n// [16:27:02] oh no!\n```\n\n## API\n\n### `log(msg...)`\n\nLogs the message as if you called `console.log` but prefixes the output with the\ncurrent time in HH:mm:ss format.\n\n### `log.error(msg...)`\n\nLogs the message as if you called `console.error` but prefixes the output with the\ncurrent time in HH:mm:ss format.\n\n### `log.warn(msg...)`\n\nLogs the message as if you called `console.warn` but prefixes the output with the\ncurrent time in HH:mm:ss format.\n\n### `log.info(msg...)`\n\nLogs the message as if you called `console.info` but prefixes the output with the\ncurrent time in HH:mm:ss format.\n\n### `log.dir(msg...)`\n\nLogs the message as if you called `console.dir` but prefixes the output with the\ncurrent time in HH:mm:ss format.\n\n## Styling\n\nIf the terminal that you are logging to supports colors, the timestamp will be formatted as though it were a `Date` being formatted by `util.inspect()`. This means that it will be formatted as magenta by default but can be adjusted following node's [Customizing util.inspect colors](https://nodejs.org/dist/latest-v10.x/docs/api/util.html#util_customizing_util_inspect_colors) documentation.\n\nFor example, this will cause the logged timestamps (and other dates) to display in red:\n\n```js\nvar util = require('util');\n\nutil.inspect.styles.date = 'red';\n```\n\n## License\n\nMIT\n\n<!-- prettier-ignore-start -->\n[downloads-image]: https://img.shields.io/npm/dm/fancy-log.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/fancy-log\n[npm-image]: https://img.shields.io/npm/v/fancy-log.svg?style=flat-square\n\n[ci-url]: https://github.com/gulpjs/fancy-log/actions?query=workflow:dev\n[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/fancy-log/dev?style=flat-square\n\n[coveralls-url]: https://coveralls.io/r/gulpjs/fancy-log\n[coveralls-image]: https://img.shields.io/coveralls/gulpjs/fancy-log/master.svg?style=flat-square\n<!-- prettier-ignore-end -->\n","repository":{"type":"git","url":"git+https://github.com/gulpjs/fancy-log.git"},"users":{"davidnyhuis":true,"tomekf":true,"dosevader":true,"coolhanddev":true,"zeroknight":true,"shreyawhiz":true,"zoxon":true,"kss":true,"rbecheras":true,"millercl":true,"wolfy1339":true,"azertypow":true,"zuojiang":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/gulpjs/fancy-log/issues"},"license":"MIT","versions":{"1.0.0":{"name":"fancy-log","version":"1.0.0","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/phated/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"chalk":"^1.1.1","dateformat":"^1.0.11"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"3a3ae5efdaf004d8e0c5e7657419fb44aa7964f6","bugs":{"url":"https://github.com/phated/fancy-log/issues"},"homepage":"https://github.com/phated/fancy-log#readme","_id":"fancy-log@1.0.0","_shasum":"a4b12abad76d6a17b415c851825600068f932b7a","_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":"a4b12abad76d6a17b415c851825600068f932b7a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.0.0.tgz","integrity":"sha512-kCyHGq52G42g6/lyDAt1kAgPaiypf4yHW2xc/A0iP6mN6WTzHfySgZMQTCf3LPj56gNmSKuwThR/wvIblZYHmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFW8LJWlWxvQI2T8kz3ybcT5WFiKZRJq68T6S9gVjzzeAiEA2/qON3PXDvzP4i789mPtL9NApYAMDVUYtu1JUblUhe8="}]},"directories":{}},"1.1.0":{"name":"fancy-log","version":"1.1.0","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/phated/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"chalk":"^1.1.1","dateformat":"^1.0.11"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"1a994de230395a2dba4962b1c3bf281bb83d8945","bugs":{"url":"https://github.com/phated/fancy-log/issues"},"homepage":"https://github.com/phated/fancy-log#readme","_id":"fancy-log@1.1.0","_shasum":"08c4f3607fe3142087ccf425eec6e3f9357a46db","_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":"08c4f3607fe3142087ccf425eec6e3f9357a46db","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.1.0.tgz","integrity":"sha512-9jka+b0yW5o/R7pmLDGTPXLjZ5/x9GvlIH6FUBWCK+QGF1SUmU7T4k8c4Ko2J8ZMoBKY/GTdbS0RdpJ7UfL1Jg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEtnVYoYB34/Ou8bbjhFZWkpH9ncDYqtHhkaIDawwQaWAiEA7c9sziwbxcXb8rnnD3LS1O+u1RLInMS3Jc7uDb7GQqQ="}]},"directories":{}},"1.2.0":{"name":"fancy-log","version":"1.2.0","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine@iceddev.com","url":"http://iceddev.com"},"contributors":[],"repository":{"type":"git","url":"git+https://github.com/phated/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"chalk":"^1.1.1","time-stamp":"^1.0.0"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"349e046ea78834c5659beafd9a7c364ebd0ed221","bugs":{"url":"https://github.com/phated/fancy-log/issues"},"homepage":"https://github.com/phated/fancy-log#readme","_id":"fancy-log@1.2.0","_shasum":"d5a51b53e9ab22ca07d558f2b67ae55fdb5fcbd8","_from":".","_npmVersion":"2.14.14","_nodeVersion":"0.10.41","_npmUser":{"name":"anonymous","email":"blaine@iceddev.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"d5a51b53e9ab22ca07d558f2b67ae55fdb5fcbd8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.2.0.tgz","integrity":"sha512-XgHUSc//9A0ykTv89buvW0eg9kfdbZRM2OlUpbmz1+zErt4LJtiy+uRYGmeeRUyD7q0Zm7CirTbREaLsAGf1WQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGkJOyi+0uNxryfeiF/+IkEP+GOXqIu6M9fcd7yi1XU1AiBSZHWkvbnQJ+IhvnfedOaO6u03/gmV1gXs7ldzcXXcqg=="}]},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/fancy-log-1.2.0.tgz_1455044959547_0.6881773378700018"},"directories":{}},"1.3.0":{"name":"fancy-log","version":"1.3.0","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},"contributors":[{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"repository":{"type":"git","url":"git+https://github.com/js-cli/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"chalk":"^1.1.1","time-stamp":"^1.0.0"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"dbbc97315f2e59a5b3fa1df7eae94fc32306fe71","bugs":{"url":"https://github.com/js-cli/fancy-log/issues"},"homepage":"https://github.com/js-cli/fancy-log#readme","_id":"fancy-log@1.3.0","_shasum":"45be17d02bb9917d60ccffd4995c999e6c8c9948","_from":".","_npmVersion":"2.15.2","_nodeVersion":"0.10.41","_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"45be17d02bb9917d60ccffd4995c999e6c8c9948","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.3.0.tgz","integrity":"sha512-1xzOeADpJSQN0eIu1IE0Z0QYa9imWiT4CutOHTT5Tog4y5cW9NpLE0VfYseAw9uVuj77iE3paXCG1rnCHzPKmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC1OFJ/iq4AHXNDpVX1V11YuCKU4LPkhgHcOxd0slfMtAiEAzynC326WCwXsL1PQSXXBGXaqVNtaTF2n9F6q/6z8I5w="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/fancy-log-1.3.0.tgz_1482797779199_0.34764629206620157"},"directories":{}},"1.3.1":{"name":"fancy-log","version":"1.3.1","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},"contributors":[{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"repository":{"type":"git","url":"git+https://github.com/js-cli/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"ansi-gray":"^0.1.1","time-stamp":"^1.0.0"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"21d2735d953b9de740e6248396fe04db2e0e5ffd","bugs":{"url":"https://github.com/js-cli/fancy-log/issues"},"homepage":"https://github.com/js-cli/fancy-log#readme","_id":"fancy-log@1.3.1","_shasum":"c4a3462ba14adf5dfbab79731fd3844a2069cbbb","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"c4a3462ba14adf5dfbab79731fd3844a2069cbbb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.3.1.tgz","integrity":"sha512-Gc1CCbOXy+quwxUB15U+jO4b9v0WB+Uj5SAorFCc5CDWk3Z3ScVkgvopHLFUR8c/MZaVUNyVwJrzL/yaFYwOYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDqCZT2D4KUdAzNVpsYaWUhGRjHD6bTCH3kjFmef7zhGAiBaWbOMw3Rf1tOpryFDLF+FVIQokTxae6HU0iueTWAlXQ=="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fancy-log-1.3.1.tgz_1513043997133_0.4856285115238279"},"directories":{}},"1.3.2":{"name":"fancy-log","version":"1.3.2","description":"Log things, prefixed with a timestamp","author":{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},"contributors":[{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"repository":{"type":"git","url":"git+https://github.com/js-cli/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","files":["LICENSE","index.js"],"scripts":{"test":"lab -cvL test.js"},"dependencies":{"ansi-gray":"^0.1.1","color-support":"^1.1.3","time-stamp":"^1.0.0"},"devDependencies":{"@phated/eslint-config-iceddev":"^0.2.1","code":"^1.5.0","eslint":"^1.3.1","eslint-plugin-mocha":"^0.5.1","eslint-plugin-react":"^3.3.1","lab":"^5.16.0"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"29686d6d562423c0c5f7ef3489021e1a47639e81","bugs":{"url":"https://github.com/js-cli/fancy-log/issues"},"homepage":"https://github.com/js-cli/fancy-log#readme","_id":"fancy-log@1.3.2","_shasum":"f41125e3d84f2e7d89a43d06d958c8f78be16be1","_from":".","_npmVersion":"2.15.1","_nodeVersion":"0.10.48","_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"dist":{"shasum":"f41125e3d84f2e7d89a43d06d958c8f78be16be1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.3.2.tgz","integrity":"sha512-7E6IFy84FpO6jcnzEsCcoxDleHpMTFzncmCXXBIVYq1/Oakqnbc/lTKPJyyW6edGeC/rnZmV78hJe7SuoZo0aQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCR+NBG3G/fxSuG2sYIu8AheGlD6WEnks+cve4w8h7w1wIgHPmOaQgTys/iK6ylXb8wrlBKvbekKFBudoJm9tvdJps="}]},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fancy-log-1.3.2.tgz_1513202028048_0.9886517978738993"},"directories":{}},"1.3.3":{"name":"fancy-log","version":"1.3.3","description":"Log things, prefixed with a timestamp.","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/fancy-log.git"},"license":"MIT","engines":{"node":">= 0.10"},"main":"index.js","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"mocha --async-only","cover":"istanbul cover _mocha --report lcovonly","coveralls":"npm run cover && istanbul-coveralls"},"dependencies":{"ansi-gray":"^0.1.1","color-support":"^1.1.3","parse-node-version":"^1.0.0","time-stamp":"^1.0.0"},"devDependencies":{"eslint":"^2.13.0","eslint-config-gulp":"^3.0.1","expect":"^1.20.2","istanbul":"^0.4.3","istanbul-coveralls":"^1.0.3","mocha":"^3.5.3"},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"d17973c9c69b69aee0caa63469c9275fc9b4b387","bugs":{"url":"https://github.com/gulpjs/fancy-log/issues"},"homepage":"https://github.com/gulpjs/fancy-log#readme","_id":"fancy-log@1.3.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"dist":{"integrity":"sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==","shasum":"dbc19154f558690150a23953a0adbd035be45fc7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-1.3.3.tgz","fileCount":4,"unpackedSize":6485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcAHxdCRA9TVsSAnZWagAAJ4IP/0oqI84WYDjCw8Sh6clq\ngENXAlttQELNFbcECzncKNulcbqO1/lvN4+q4BlsdhVGhJ8qk0Chlmd3clwN\n4xXovc5cTGxHDJPkcK+RL3lYMbCjJhzEaxemyhq0MZKZbhGZ6fUVi+1+kgvL\n4c1Nr7fRk1VLhSlnt9oDd5YxElVzzMR/51WuPIaHhCcMfEnYPi/MhxKSu694\niW2/Vtht8kIF0lt8UYKBPThlQvkDtiEHQ6OQATWiXJC80hcCcTUrF0E1dtPq\nct0sK1ElsW+C+YPg7EmM4aWwgZFEfLWGg64uDUh5l8XEnQg64/co8vtasHFf\ntSzcBXr84bmd9PRjNbsdPJ8cjMaXAgxv8fD2AEBGZ68B/kP746TGPmf0RpVE\nBJM2cQ/2/hQs4G1aBwdrz8PbymKijqYV0to3CNsD8qHTcMv1hx95+/H6Q5OT\nYabsx3E8IxwEs5I8YHVx35pJO8t09C2zVvSic34lQcvNKiffw1W34zI5F4sV\nPdEi+za86KsCZhUx0vVjqKvDK4kR2ADBmMgLZXnW3Bs+oiHuvz0yIvG3CMi6\nElV/GxuNT5AmpLi3KR1aRVc7AJ4fKJ53/LclVebZYXoDWoCeWJNp0Sqa9biX\nPhrbhY4IweWmEIq5n5XUWjNG1sQp8F34e3tiYEMNy3iqwnI1XfGj1Tx0I3Vo\n9wJk\r\n=NU8E\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDOyjasvj6qs6aki5LZUWHJ221YXtZwQ6lSSkjGB7tn4QIhANzlkWEbwzSY53yArHWc5uLYdg99/a0zT25TcEdMAI3u"}]},"maintainers":[{"name":"anonymous","email":"blaine@iceddev.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fancy-log_1.3.3_1543535708592_0.7910424818060591"},"_hasShrinkwrap":false},"2.0.0":{"name":"fancy-log","version":"2.0.0","description":"Log things, prefixed with a timestamp.","author":{"name":"Gulp Team","email":"team@gulpjs.com","url":"http://gulpjs.com/"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"repository":{"type":"git","url":"git+https://github.com/gulpjs/fancy-log.git"},"license":"MIT","engines":{"node":">=10.13.0"},"main":"index.js","scripts":{"lint":"eslint .","pretest":"npm run lint","test":"nyc mocha --async-only"},"dependencies":{"color-support":"^1.1.3"},"devDependencies":{"eslint":"^7.32.0","eslint-config-gulp":"^5.0.1","eslint-plugin-node":"^11.1.0","expect":"^27.4.2","mocha":"^8.4.0","nyc":"^15.1.0","parse-node-version":"^2.0.0","sinon":"^12.0.1"},"nyc":{"reporter":["lcov","text-summary"]},"prettier":{"singleQuote":true},"keywords":["console.log","log","logger","logging","pretty","timestamp"],"gitHead":"6686d1784d11db4ccc4d91ad854e580a14ebe330","bugs":{"url":"https://github.com/gulpjs/fancy-log/issues"},"homepage":"https://github.com/gulpjs/fancy-log#readme","_id":"fancy-log@2.0.0","_nodeVersion":"16.13.0","_npmVersion":"7.24.2","dist":{"integrity":"sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==","shasum":"cad207b8396d69ae4796d74d17dff5f68b2f7343","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/fancy-log/-/fancy-log-2.0.0.tgz","fileCount":4,"unpackedSize":6392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2I/4CRA9TVsSAnZWagAA4WsP/0ACCnfOkZN4MpTlRpRr\n4tuCUdb1WHSvoR7jmveY3Zg03F4jaLQv2s2bF0R3Bz8C07DIkfKdSuA/abUp\nCFco6u4PrxvuFf/LSIB0SPkOpn0qDOGQ+ie3epBslhv1zY3B6zCMGt/laPja\nUzyjv4BgfMPad8l2cJzC+cavR/dA5Gvdoz1FTLyL4t1ZIkbpcFMYs92OwckJ\nI/g5t9DprjXGE9GUz0hlZVp7uI1TsLOO+8JGvlKar8/XpTQd9RJ4+nSwZExT\ne1RBtr6s+pP5us8yh4KDcaM29WVxfggPB4HIHTxyeq5NEVAPEBWCZaLYxAF4\nQT/QIXElcOpPV8pXHACkgO7o1hnLv9+s+UBtG5EPStGb+nb9h9ZLRtAWJ/G6\nPAJ3Irqqaej3FmEm3E9aV0df1Q/1xIBqql8sa0tLTYLIcfz+04dZjbbLTzYC\n3D+nLVjGdI4dBMOEnKPcKyk80v5sG2P7SkZGddYLh5ysAeZVx5d6GcvPglth\n0LrViHiH9UbxOIydNKPDbFvwjpiMY38crtXbKpsDrukeBC7i2AEe2QTLnDuY\nLbUvQ2I3A0oMvqt5EP521dnw5tJy7UlsriRzknCAwbVfKthT1eXiQXxNeIqI\nosTiWJ7yCknofNmnFJ2+iSfxJuPyQ6LLj+YS4XSOPlP3T/0ODnvh0D/wjYOF\n3dLp\r\n=vLEP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/8Td1a5fWV6XDkgw4OKCqwA+VQVFc8NI8wi2+8eYLtgIgWZRP0YyyLWw1WkixPs/Gbsw+3wvqowRiHJ07SYJ27WI="}]},"_npmUser":{"name":"anonymous","email":"blaine.bublitz@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sttk.xslet@gmail.com"},{"name":"anonymous","email":"blaine.bublitz@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/fancy-log_2.0.0_1641582583863_0.4184687149429023"},"_hasShrinkwrap":false}},"name":"fancy-log","time":{"modified":"2024-04-04T23:53:39.224Z","created":"2015-09-07T23:32:13.021Z","1.0.0":"2015-09-07T23:32:13.021Z","1.1.0":"2015-09-14T04:34:45.269Z","1.2.0":"2016-02-09T19:09:22.830Z","1.3.0":"2016-12-27T00:16:20.896Z","1.3.1":"2017-12-12T01:59:57.206Z","1.3.2":"2017-12-13T21:53:48.136Z","1.3.3":"2018-11-29T23:55:08.706Z","2.0.0":"2022-01-07T19:09:44.031Z"},"contributors":[{"name":"Blaine Bublitz","email":"blaine.bublitz@gmail.com"},{"name":"Aman Mittal","url":"http://amandeepmittal.github.io/"}],"readmeFilename":"README.md","homepage":"https://github.com/gulpjs/fancy-log#readme"}