{"id":17077754,"url":"https://github.com/torokmark/malloy","last_synced_at":"2026-05-04T19:32:04.215Z","repository":{"id":143888740,"uuid":"110378936","full_name":"torokmark/malloy","owner":"torokmark","description":":bear: Malloy is a tiny, cute, cub library for logging.","archived":false,"fork":false,"pushed_at":"2018-12-21T07:41:39.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T22:42:40.276Z","etag":null,"topics":["log","logger","logging-library"],"latest_commit_sha":null,"homepage":"https://torokmark.github.io/malloy/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/torokmark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-11T20:47:09.000Z","updated_at":"2019-10-23T09:22:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3cc9c80-3268-4790-be19-fad77aa68fd3","html_url":"https://github.com/torokmark/malloy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torokmark%2Fmalloy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torokmark%2Fmalloy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torokmark%2Fmalloy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torokmark%2Fmalloy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torokmark","download_url":"https://codeload.github.com/torokmark/malloy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097834,"owners_count":20560319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["log","logger","logging-library"],"created_at":"2024-10-14T12:16:38.002Z","updated_at":"2026-05-04T19:31:59.194Z","avatar_url":"https://github.com/torokmark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg width=\"220\" height=220 src=\"https://github.com/torokmark/malloy/blob/master/pic/malloy.jpg\" alt=\"Malloy\"\u003e\n    \u003cimg width=\"400\" src=\"https://github.com/torokmark/malloy/blob/master/pic/brickleberry.jpg\" alt=\"Brickleberry\"\u003e\n    \u003cbr\u003e\n    \u003cbr\u003e\nMalloy.js\n\u003c/h1\u003e\n\nMalloy.js is a tiny, cute, cub library for logging inspired by the famous and celebrated sitcom series Brickleberry.\n\n[![Npm Version](https://img.shields.io/npm/v/malloy.svg)](https://www.npmjs.com/package/malloy)\n[![Build Status](https://travis-ci.org/torokmark/malloy.svg?branch=master)](https://travis-ci.org/torokmark/malloy)\n[![Github All Releases](https://img.shields.io/github/downloads/torokmark/malloy/total.svg)](https://github.com/torokmark/malloy/)\n[![GitHub license](https://img.shields.io/github/license/torokmark/malloy.svg)](https://github.com/torokmark/malloy/blob/master/LICENSE)\n[![Known Vulnerabilities](https://snyk.io/test/github/torokmark/malloy/badge.svg)](https://snyk.io/test/github/torokmark/malloy)\n[![Say Thanks!](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/torokmark)\n\u003c/p\u003e\n\nLevels:\n* `Malloy` informs the forrest!\n* `Denzel` debugs it!\n* `Woody` warns you!\n* `Ethel` emits errors!\n* `Steve` is severe!\n\n## Install\n\n```\nnpm install malloy\n```\n\n## Usage\n\n```javascript\nvar malloy = require('malloy');\n    adoptedMalloy = require('malloy').adopt({location: __filename, park: 'yellowstone', storage: '/home/username/log.out', dateformat: 'isoTime'});\n\nmalloy.says('hello');\nmalloy.says('hello', {to: 'denzel'});\nmalloy.says('The message in Yellowstone', {park: 'yellowstone'});\nmalloy.says('The message in Brickleberry', {park: 'brickleberry'});\n\nmalloy.saysToWoody('hello');\nmalloy.saysToDenzel();\nmalloy.saysToEthel('here the lipstick', {location: 'file...'});\nmalloy.saysToSteve('ohh it is severe!', {park: 'brickleberry'});\nmalloy.toDenzel('an animal like bug is over there', {animal: 'bug'} );\nmalloy.saysToDenzel('an animal like deer is not shown', {animal: 'deer'} );\nmalloy.toEthel('In Yellowstone', {park: 'yellowstone'});\nmalloy.toSteve('In Brickleberry', {park: 'brickleberry', storage: '/home/username/log.out'});\n\nadoptedMalloy.toEthel('Ethel, what are you doing here?', {location: __filename, dateformat: 'isoDate'});\nadoptedMalloy.toDenzel('Denzel is here and shown ', {animal: 'bug'});\nadoptedMalloy.toDenzel('Denzel is here and shonw in Brickleberry', {animal: 'bug', park: 'brickleberry'});\nadoptedMalloy.toSteve('hola stevie!');\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorokmark%2Fmalloy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorokmark%2Fmalloy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorokmark%2Fmalloy/lists"}