{"_id":"@studio/log-topics","_rev":"10-5e2bae662737f8dd5fcb902f90158b25","name":"@studio/log-topics","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@studio/log-topics","version":"1.0.0","keywords":["log","emoji","topics"],"author":{"name":"Maximilian Antoni","email":"max@javascript.studio"},"license":"MIT","_id":"@studio/log-topics@1.0.0","maintainers":[{"name":"mantoni","email":"mail@maxantoni.de"}],"homepage":"https://github.com/javascript-studio/studio-log-topics","bugs":{"url":"https://github.com/javascript-studio/studio-log-topics/issues"},"dist":{"shasum":"4484d4d0886372af2f0a236f18643b53f3fceedf","tarball":"https://registry.npmjs.org/@studio/log-topics/-/log-topics-1.0.0.tgz","fileCount":5,"integrity":"sha512-I+pV1dEOrw6cNwFMa5AChqbPxjQAjFS9xGs3us3OTDQKktkZtHNHCSVHsHEM0UkUTCJgS/4kXBWJdzAP/KVyfw==","signatures":[{"sig":"MEYCIQCbe6hSWxe8bQbNU4vaC10yhkBtqB9uqfYc9tM8IhR4WwIhALLZ8Yjfolhs96eoUfZ273eWpnV3oTRUSVu3fArsOkuH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":4384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbNdYFCRA9TVsSAnZWagAARLoQAIrxGG8VW2Ih+wxfcyz1\npKYN15MDgUuy4T7tLK1J5I5RaoLS0Y3tCdJaFwAbryMBCBvNDTf0Aax83Uza\nzOqr6Xs6E9kz5xhK4cInYMqGT4YqGXG1ugpTn7IAStFgASWYjdxmVgRGTsWT\ntb8vAu9T3YH++Ry2k/qZd7wdJOxraOKY3hPKy8Xv45FaogwEUC1twu3TST6c\neDLCyYfFLP+1gP4TgR0FV9NpPvG9BP1nI5yDkzYHmmtYps2iWOcTTIbitu45\ndmKssDP7HJ62ZM/XjHWLRLsnUGA0JpSk430Jmro57YHD2YrVlebBUpVMcn4f\nlKt/CA4VCtY/ZpCEQfO+4XuDJ34P1pE7ODx2excHB9wqo+tsChuFrJdBA86B\nUkNbDVFFWKZPtEGxEgddYkc+vDq5E/e3qH/1Y99bu4B09g+JXOcM2rQB1uiA\ng5RV9p+RrbKqnAHxBRZOWhuHimnvxFBmRS0QL+RmnElUFYHSIsFUbAUCJrP3\nxUfmWB//cuwErNlsaTK7PwkfkaESpnBqDgKB9XEidpW9cXQi1pqEub7oCH/h\naEmOpvbtLicbgFGGyDeMy/jjgUU0s7+wfVJf48eTgzyLge9LxmYEz7n7S1U9\nLwsqHtjulgh5jEMPhuOblLRa1tpWwJukjQAnyKq5U+7DJV/3ejGgOuEYFLya\nV91y\r\n=SHjO\r\n-----END PGP SIGNATURE-----\r\n"},"files":["index.js","LICENSE","README.md"],"gitHead":"06e6a2465c3f1173bc7b5f5c0c5448902723ffed","scripts":{"test":"eslint .","version":"changes --commits","preversion":"npm test","postversion":"git push --follow-tags && npm publish"},"_npmUser":{"name":"mantoni","email":"mail@maxantoni.de"},"repository":{"url":"git+https://github.com/javascript-studio/studio-log-topics.git","type":"git"},"_npmVersion":"6.1.0","description":"The topics used by Studio Log","directories":{},"_nodeVersion":"10.4.1","eslintConfig":{"extends":"@studio"},"_hasShrinkwrap":false,"devDependencies":{"eslint":"^4.19.1","@studio/changes":"^1.5.0","@studio/eslint-config":"^1.0.2"},"_npmOperationalInternal":{"tmp":"tmp/log-topics_1.0.0_1530254853339_0.4401978112299554","host":"s3://npm-registry-packages"}}},"time":{"created":"2018-06-29T06:47:33.339Z","modified":"2026-01-06T12:52:44.811Z","1.0.0":"2018-06-29T06:47:33.448Z"},"bugs":{"url":"https://github.com/javascript-studio/studio-log-topics/issues"},"author":{"name":"Maximilian Antoni","email":"max@javascript.studio"},"license":"MIT","homepage":"https://github.com/javascript-studio/studio-log-topics","keywords":["log","emoji","topics"],"repository":{"url":"git+https://github.com/javascript-studio/studio-log-topics.git","type":"git"},"description":"The topics used by Studio Log","maintainers":[{"email":"mail@maxantoni.de","name":"mantoni"}],"readme":"# Studio Log Topics\n\n🏷 The topics used by [Studio Log][1].\n\n## Usage\n\n```js\nconst topics = require('@studio/log-topics');\n\nconsole.log(topics.broadcase); // Prints 📣\n```\n\n## Install\n\n```bash\n❯ npm i @studio/log-topics\n```\n\n## Topics\n\nInstead of log levels, [Studio Log][1] uses a set of topics to categorize,\nformat and filter logs. Unlike log levels, topics are not ordered by severity.\n\nThese topics are available:\n\n- ✅ = `ok`\n- ⚠️ = `warn`\n- 🐛 = `issue`\n- 🚨 = `error`\n- 🙈 = `ignore`\n- 🔺 = `input`\n- 🔻 = `output`\n- 📤 = `send`\n- 📥 = `receive`\n- 📡 = `fetch`\n- 🏁 = `finish`\n- 🚀 = `launch`\n- ⛔️ = `terminate`\n- ✨ = `spawn`\n- 📣 = `broadcast`\n- 💾 = `disk`\n- ⏱  = `timing`\n- 💰 = `money`\n- 🔢 = `numbers`\n- 👻 = `wtf`\n\n## Related modules\n\n- 👻 [Studio Log][1] logs ndjson to an output stream\n- 🎩 [Studio Log Format][2] pretty print Studio Log nsjson\n- 🌈 [Studio Emojilog][3] is a CLI to pretty print the Studio Log ndjson with emoji\n- 📦 [Studio Changes][4] is used to create the changelog for this module.\n\n## License\n\nMIT\n\n<div align=\"center\">Made with ❤️ on 🌍</div>\n\n[1]: https://github.com/javascript-studio/studio-log\n[2]: https://github.com/javascript-studio/studio-log-format\n[3]: https://github.com/javascript-studio/studio-emojilog\n[4]: https://github.com/javascript-studio/studio-changes\n","readmeFilename":"README.md"}