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 🙏

© 2026 – Pkg Stats / Ryan Hefner

zenmdl

v1.0.18

Published

Zen Module

Readme

Zen Module

  • Meu modulo com coisas de bot, e apis.
npm install zenmdl
  • npmjs.com/zenmdl

Consultas

  • Uso para rests ou bot de telegram e whatsapp.
const zenModule = require('zenmdl');

// Function Para IP
async function ip(query) {
    try {
        const { response, result } = await zenModule.consultas[0].ip(query) //Pega os dados usando o modulo.

        result.readme = "sla"; // Pode modificar se quiser

        console.log(result); // Precisa ter isso para enviar as informações
    } catch (error) {
        console.error("Erro ao consultar o IP:", error);
    }
}

// Function Para O Cnpj
async function cnpj(query) {
    try {
        const { response, result } = await zenModule.consultas[0].cnpj(query) //Pega os dados usando o modulo.

        result.readme = "sla"; // Pode modificar se quiser

        console.log(result); // Precisa ter isso para enviar as informações
    } catch (error) {
        console.error("Erro ao consultar o Cnpj:", error);
    }
}

// Puxando Function
ip('45.229.116.56'); // Se não tiver ip não vai enviar um resultado valido.
cnpj('16049656000139'); // Se não tiver o cnpj não vai enviar o resultado valido.

Geradores

  • Ferramenta para uso pessoal.
const zenModule = require('zenmdl');

zenModule.geradores[0].pessoa() // Cria uma pessoa
zenModule.geradores[0].cpf() // Cria um cpf
zenModule.geradores[0].rg() // Cria um rg
zenModule.geradores[0].cnpj() // Cria um cnpj
zenModule.geradores[0].cnh() // Cria um cnh
  • Essas ferramentas só gera isso, não que seja verdade.

Ytdl

  • Serve para baixar vídeos do youtube e dados.
const zenModule = require('zenmdl');
// Para PC
zenModule.ytdl[0].mp4('Rick Roll', 'C:/Users/Users/Downloads/'); 
zenModule.ytdl[0].mp3('Rick Roll', 'C:/Users/Users/Downloads/');
// No Users você coloca o nome do User do seu computador.

// Para Celular
zenModule.ytdl[0].mp4('Rick Roll', '/storage/emulated/0/Download/');
zenModule.ytdl[0].mp3('Rick Roll', '/storage/emulated/0/Download/');
// No Download você pode trocar para qualquer caminho que quiser.

const data = zenModule.ytdl[0].pesquisa('Rick Roll');

data.then((data) => {
    data.json = "Valor"
    console.log(data)
})

// Para pesquisar dados do vídeo.

Scrapers

  • Se usa como scraper para pegar dados sites.
const zenModule = require('zenmdl');

// Para o site Pensador
zenModule.scrapers[0].pensador('Amor').then((dados) => {
  dados.forEach(item => {
    item.opa = "iai";
  });
  dados.opa = "iai"
  console.log(dados);
});

zenModule.scrapers[0].biblia('João', // Livro
    '3', // Capitulo
    '16' // Versiculo
).then((data) => {
    data.iai = "kk";
    console.log(data)
})

zenModule.scrapers[0].lyricmusic('Namoral Cansei') // Nome Musica
.then((resultado) => {
    resultado.by = "Zenitsu"
    console.log(resultado)
}) 

zenModule.scrapers[0].piadas().then((resultado) => {
    resultado.by = "zenitsu"
    console.log(resultado)
})

Uteis

  • Ferramentas uteis para se usar.
const zenModule = require('zenmdl');

zenModule.uteis[0].escolhaAleatoria('EU', 'OU EU')

zenModule.uteis[0].NumeroEmExtenso(555000);

zenModule.uteis[0].ContadorDeCaracteres('Tem 22 Caracteres Aqui')

zenModule.uteis[0].Idade('2025', '2004')

zenModule.uteis[0].ConverterMoeda('5', 'BRL', 'USD')

zenModule.uteis[0].fancyText('iai').then((api) => {
    console.log(api)
});

zenModule.uteis[0].DecodificarBinario('Codigo Binario');

zenModule.uteis[0].CodificarBinario('Opa');

Sobre o Criador

  • Whatsapp: +55 98 99214-9806
  • Youtube: @zenitsu_yt014
  • Discord: dub_.eduardo