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

@alicloud/console-toolkit-preset-docs

v1.0.54

Published

console toolkit preset for console app

Readme

breezr-docs

breezr-docs 是一套基于 webpack 的文档、demo 开发环境。

将文档分拆到各自的项目维护,靠近各自的源代码,让它们可以随源代码的发布周期进行发布;开发官网站点时,又可以将各个仓库的文档汇集起来,给用户提供全面的文档。

一个文档项目,可以包含若干个 demo、markdown 文档;一个官网站点,可以从多个文档项目加载 demo、markdown 文档。

示例项目与文档: http://gitlab.alibaba-inc.com/sirui.csr/breezr-doc-demo

示例项目2 (在预发控制台加载本地开发的breezr-docs,从而可以在本地开发时直接调用后端接口,不需要绑定任何host): https://gitlab.alibaba-inc.com/xconsole/open-platform/blob/673749953499316d5c63ce0d727ce7a8597bb51d/packages/xconsole-open-template/README.md#L11

示例项目3 (通过绑定OneConsole预发hosts + 指定开发服务器的host为控制台域名 + 使用https 来实现本地直接调用后端接口) https://gitlab.alibaba-inc.com/wind/rc-rd-tree/blob/578faeab93700781ef083c1c3bb34e919b42b530/README.md#L52

维护信息

src/下是插件代码(运行在node环境) src2/下是客户端代码(运行在浏览器环境)