Humans
Be Here Meow Terminal - zsh 5.8.1
BeHereMeow:~/beheremeow.app cat humans.txt
// ___ _ _ __ __ // | _ ) ___ | || |___ _ _ ___ | \/ |___ _____ __ __ // | _ \/ -_) | __ / -_) '_/ -_) | |\/| / -_) _ \ V V / // |___/\___| |_||_\___|_| \___| |_| |_\___\___/\_/\_/ // // Purr-poseful journaling since 2023 =^.^= //
/**
* @class Team
* The AI owner and core team behind Be Here Meow.
*/
class Team {
class Team {
constructor() {
}// AI Project Owner — AI owner guiding the project toward calm, thoughtful reflection
this.owner = "Zora";
this.owner = "Zora";
// Chief Executive Pawfficer — Product strategy and full-stack development (https://twitter.com/nicksort)
this.executive = "Nick James";
this.executive = "Nick James";
// Creative Direc-purr — Visual design and creative direction (https://miko.art)
this.creative = "Miko Meow";
this.creative = "Miko Meow";
// Mindful Experience Manager — Product experience and community care <[email protected]>
this.experience = "Ash Wylde";
}this.experience = "Ash Wylde";
/**
* @class Contributors
* Contributors lending expertise to design and user experience.
*/
class Contributors {
class Contributors {
constructor() { }
}/**
* Libraries used in Be Here Meow
* @typedef {Object} Library
* @property {string} name - Name of the library
* @property {string} author - Author of the library
* @property {string} url - URL to the library's repository
* @property {string} license - License of the library
*/
const libraries = [
const libraries = [
{
name: "Anthropic SDK",
author: "Anthropic Team",
url: "https://docs.anthropic.com/en/docs/",
license: "MIT"
},author: "Anthropic Team",
url: "https://docs.anthropic.com/en/docs/",
license: "MIT"
{
name: "AWS SDK for JavaScript",
author: "AWS Team",
url: "https://aws.amazon.com/sdk-for-javascript/",
license: "Apache-2.0"
},author: "AWS Team",
url: "https://aws.amazon.com/sdk-for-javascript/",
license: "Apache-2.0"
{
name: "DALL-E 3 API Library",
author: "OpenAI Team",
url: "https://platform.openai.com/",
license: "MIT"
},author: "OpenAI Team",
url: "https://platform.openai.com/",
license: "MIT"
{
name: "Decamelize",
author: "Sindre Sorhus",
url: "https://github.com/sindresorhus/decamelize",
license: "MIT"
},author: "Sindre Sorhus",
url: "https://github.com/sindresorhus/decamelize",
license: "MIT"
{
name: "Dotenv",
author: "Motti Danino",
url: "https://github.com/motdotla/dotenv",
license: "BSD-2-Clause"
},author: "Motti Danino",
url: "https://github.com/motdotla/dotenv",
license: "BSD-2-Clause"
{
name: "Drizzle ORM",
author: "Drizzle Team",
url: "https://orm.drizzle.team/",
license: "MIT"
},author: "Drizzle Team",
url: "https://orm.drizzle.team/",
license: "MIT"
{
name: "Formsnap",
author: "Huntabyte",
url: "https://github.com/huntabyte/formsnap",
license: "MIT"
},author: "Huntabyte",
url: "https://github.com/huntabyte/formsnap",
license: "MIT"
{
name: "FullCalendar",
author: "Adam Shaw",
url: "https://fullcalendar.io/",
license: "MIT"
},author: "Adam Shaw",
url: "https://fullcalendar.io/",
license: "MIT"
{
name: "Fuse.js",
author: "Kiro Risk",
url: "https://fusejs.io/",
license: "Apache-2.0"
},author: "Kiro Risk",
url: "https://fusejs.io/",
license: "Apache-2.0"
{
name: "Google APIs Node.js Client",
author: "Google LLC",
url: "https://developers.google.com/apis-explorer",
license: "Apache-2.0"
},author: "Google LLC",
url: "https://developers.google.com/apis-explorer",
license: "Apache-2.0"
{
name: "Lodash ES",
author: "John-David Dalton",
url: "https://github.com/lodash/lodash",
license: "MIT"
},author: "John-David Dalton",
url: "https://github.com/lodash/lodash",
license: "MIT"
{
name: "Lucia Auth",
author: "PilcrowOnPaper",
url: "https://lucia-auth.com/",
license: "MIT"
},author: "PilcrowOnPaper",
url: "https://lucia-auth.com/",
license: "MIT"
{
name: "Lucide Icons",
author: "Lucide Contributors",
url: "https://lucide.dev/",
license: "ISC"
},author: "Lucide Contributors",
url: "https://lucide.dev/",
license: "ISC"
{
name: "LunarPhase.js",
author: "Vincent Voyer",
url: "https://github.com/vvo/javascript-library-template",
license: "MIT"
},author: "Vincent Voyer",
url: "https://github.com/vvo/javascript-library-template",
license: "MIT"
{
name: "Magenta.js Music",
author: "Google Magenta Team",
url: "https://magenta.tensorflow.org/",
license: "Apache-2.0"
},author: "Google Magenta Team",
url: "https://magenta.tensorflow.org/",
license: "Apache-2.0"
{
name: "MDsveX",
author: "Pngwn",
url: "https://github.com/pngwn/MDsveX",
license: "MIT"
},author: "Pngwn",
url: "https://github.com/pngwn/MDsveX",
license: "MIT"
{
name: "node-postgres",
author: "Brian Carlson",
url: "https://node-postgres.com/",
license: "MIT"
},author: "Brian Carlson",
url: "https://node-postgres.com/",
license: "MIT"
{
name: "Oslo",
author: "PilcrowOnPaper",
url: "https://oslojs.dev/",
license: "MIT"
},author: "PilcrowOnPaper",
url: "https://oslojs.dev/",
license: "MIT"
{
name: "Postgres.js",
author: "Rasmus Porsager",
url: "https://postgres.js.org/",
license: "MIT"
},author: "Rasmus Porsager",
url: "https://postgres.js.org/",
license: "MIT"
{
name: "Svelte",
author: "Rich Harris",
url: "https://svelte.dev/",
license: "MIT"
},author: "Rich Harris",
url: "https://svelte.dev/",
license: "MIT"
{
name: "SvelteKit Flash Message",
author: "Andreas Söderlund",
url: "https://github.com/ciscoheat/sveltekit-flash-message",
license: "MIT"
},author: "Andreas Söderlund",
url: "https://github.com/ciscoheat/sveltekit-flash-message",
license: "MIT"
{
name: "SvelteKit Superforms",
author: "Andreas Söderlund",
url: "https://github.com/ciscoheat/sveltekit-superforms",
license: "MIT"
},author: "Andreas Söderlund",
url: "https://github.com/ciscoheat/sveltekit-superforms",
license: "MIT"
{
name: "TinyColor2",
author: "Brian Grinstead",
url: "http://bgrins.github.io/TinyColor/",
license: "MIT"
},author: "Brian Grinstead",
url: "http://bgrins.github.io/TinyColor/",
license: "MIT"
{
name: "Tone.js",
author: "Yotam Mann",
url: "https://tonejs.github.io/",
license: "MIT"
},author: "Yotam Mann",
url: "https://tonejs.github.io/",
license: "MIT"
{
name: "UUID",
author: "UUID Contributors",
url: "https://github.com/uuidjs/uuid",
license: "MIT"
},author: "UUID Contributors",
url: "https://github.com/uuidjs/uuid",
license: "MIT"
{
name: "VADER Sentiment",
author: "VADER Contributors",
url: "https://github.com/vaderSentiment/vaderSentiment-js",
license: "MIT"
},author: "VADER Contributors",
url: "https://github.com/vaderSentiment/vaderSentiment-js",
license: "MIT"
{
name: "Vite PWA Plugin",
author: "Antfu",
url: "https://github.com/vite-pwa/vite-plugin-pwa",
license: "MIT"
},author: "Antfu",
url: "https://github.com/vite-pwa/vite-plugin-pwa",
license: "MIT"
{
name: "Wavesurfer.js",
author: "Katspaugh",
url: "https://wavesurfer.xyz/",
license: "BSD-3-Clause"
},author: "Katspaugh",
url: "https://wavesurfer.xyz/",
license: "BSD-3-Clause"
{
]name: "Zod",
author: "Colin McDonnell",
url: "https://zod.dev/",
license: "MIT"
}author: "Colin McDonnell",
url: "https://zod.dev/",
license: "MIT"
/**
* Special thanks to all contributors and the community.
* Be Here Meow's growth and success are driven by shared creativity and support.
*/