npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

colorless-green-ipsum

v1.2.0

Published

A philosophical nonsense text generator inspired by Chomsky's famous sentence

Downloads

12

Readme

🌿 Colorless Green Ideas Ipsum Generator

Language License Status

"Colorless green ideas sleep furiously" - Noam Chomsky

A sophisticated nonsensical text generator inspired by Chomsky's famous example of a grammatically correct but semantically meaningless sentence. When you need placeholder text that challenges perception and ignites intellectual curiosity, reach for this instead of Lorem Ipsum.

Colorless Green Ideas Ipsum Generator Preview

Sample Output

Teleological phenomena of metaphysical dialectics systematize intrinsically. Epistemologically, transparent axioms meditate. Dialectical epistemologies reify the qualia of being. Ontological monads subsume, notwithstanding phenomenological axioms particularize heuristically.

Apophatic frameworks deterritorialize categorically. Transcendental noumena of hermeneutic quiddities presuppose intrinsically. Metaphysical abstractions ontologize, ergo solipsistic essences sublimate apodictically. Phenomenologically, noumenal aporia delineate.

✨ Features

  • Semantically Absurd: Generates grammatically correct but meaningfully vacant prose
  • Philosophically Rich: Employs vocabulary from epistemology, ontology, phenomenology & more
  • Customizable Output: Control paragraph count and sentence density
  • Multiple Sentence Patterns: Creates varied text structures following linguistic rules
  • Available as NPM package: Easy integration into any JavaScript project
  • Web Interface: Simple UI for generating text directly in the browser

🚀 Live Demo

Try it now: Colorless Green Ideas Ipsum Generator

📋 Usage Examples

NPM Package

Install the package:

npm install colorless-green-ipsum
# or
yarn add colorless-green-ipsum

Use in your project:

// ESM
import { ColorlessGreenIpsum } from "colorless-green-ipsum";

// CommonJS
const { ColorlessGreenIpsum } = require("colorless-green-ipsum");

// Create a new generator instance
const generator = new ColorlessGreenIpsum();

// Generate 3 paragraphs with 4 sentences each
const philosophicalNonsense = generator.generate(3, 4);
console.log(philosophicalNonsense);

Custom styles usage:

// Create a generator
const generator = new ColorlessGreenIpsumGenerator();

// Add a custom "technical" style
generator.addCustomStyle("technical", {
  adjectives: ["digital", "algorithmic", "computational", "binary", "encrypted", "quantum", "neural"],
  nouns: ["networks", "protocols", "algorithms", "processors", "databases", "architectures", "interfaces"],
  verbs: ["compute", "process", "optimize", "integrate", "compile", "debug", "implement"]
  // Note: adverbs and conjunctions will use erudite defaults
});

// Set to the new style
generator.setStyle("technical");

// Generate text using the technical style
const technicalText = generator.generate(2, 3);

// List all available styles (including custom ones)
const styles = generator.getAvailableStyles(); 
// ['common', 'erudite', 'whimsical', 'technical']

// Remove the custom style when no longer needed
generator.removeCustomStyle("technical");

🔧 Dev

  1. Clone the repository:
git clone https://github.com/yourusername/colorless-green-ipsum.git
  1. Run dev script:
yarn dev:www

🤝 Contributing

Contributions are welcome! Feel free to:

  • Add new philosophical terms to the word banks
  • Improve sentence patterns for more variety
  • Enhance the UI/UX
  • Submit bugs and feature requests

📚 Further Reading

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Created with paradoxical intent and metaphysical purpose.