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

pandoraui

v0.0.1

Published

基于 nodejs express 管理的 front-end framework

Readme

pandoraui.com

关于Pandora

潘多拉(Pandora,也译作潘朵拉),希腊神话中火神赫淮斯托斯用粘土做成的地上的第一个女人,作为对普罗米修斯盗火的惩罚送给人类的第一个女人。众神亦加入使她拥有更诱人的魅力。

根据神话,潘多拉出于好奇打开一个「魔盒」(应作坛子,希腊文原作πίθος,πίθοι,英语:pandora's box)释放出人世间的所有邪恶——贪婪、虚无、诽谤、嫉妒、痛苦等等,当她再盖上盒子时,只剩下希望在里面。Pandora 放出了邪恶,却把最大的希望留在了盒子里,如今她为我们所承受的困苦要做一个解决方案,把希望带给大家,并取名 Pandora 项目。

Pandora 第一站——前端解决方案,接下来就让我们看看 Pandora 的表现吧!

前言

经验告诉我们,不要重复发明轮子

Pandora 前端框架(以下简称 Pandora)是基于 cnBootstrap 制作的前端开发框架。考究借鉴 twitter Bootstrap 的设计思想,并结合中文排版布局(参照sofish的typo.css)的特点进行界面实现。其内部组件实现则根据简单有效为先,可维护性第一原则进行设计,达到了一处实现多处可用的效果。

其中 cnBootstrap 集成了(sofish)旧版AliceUI 兼容解决方案(包括但不限于AliceUI),通过整合各类兼容性解决方案,cnBootstrap已经具备大量的解决方案实例。现转移到pandora中进一步完善...

开发规划

仓库目录结构:

pandora
|- public        //此项目资源
|   |- fonts
|   |- icons
|   |- images
|
|- src           //项目资源
|   |- img
|   |- sass
|   |- js
|
|- view          //layout模板
|- gulp
|- _site         //生成UED稿
|- vendor        //外部工具
|
|- dist          //用于生产的dist
|- test          //集成测试
|- tools         //工具箱
|- modules       //模块组件(**重点**)
|   |- module    //模块名,各对应独立项目,如:[button](https://github.com/pandoraui/button)
|       |- src   //模块对应的资源
|
|- examples      //经典应用实例
|- theme         //主题
|- docs          //jsdoc自动生成的文档
|- labs          //前端实验室,用于pandora前端的实践
|   |- layout    //布局研究
|   |- css3      //css3特效研究
|
|- README.md

文档结构

使用HTML5布局标签及CSS3效果,并普及精简模式(如:http://缩写为// 省略type="text/css" type="text/javascript"等)

阅读 HTML5/CSS3 标准文档

标准化文档项(Standard Specs),目前主要是对 HTML5/CSS3 这些较新的标准技术进行的标准文档研究。使用于标准布道。让更多不熟悉相关技术的人可以阅读更易懂的文档、了解需要注意的点和知悉相关的解决方案。后续计划是产出网站应用新技术的渐进增强方案和实践解决方案。

Git管理工具指南

本项目使用Git管理,如果您对Git的使用不甚熟悉,可以参考useGit使用指南项目,包含详细的Git教程讲解以及Git常用命令。

版权和许可

基于 MIT License 开源。