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

zhongbao-bussiness-base

v1.0.0

Published

基础库打包_糅合了业务开发过程中可能遇到的问题,统筹为一个方法库,方便大家开发业务

Downloads

6

Readme

@Zbao-business-base

Install

npm install @Zbao-business-base

pain spot

   大家在开发业务时,总会抱怨更种场景,方法不够用,以前排版很烦好多个div,现在市面上有了antd,Element,前端的view组件百花齐放,仿佛我们已经在不用把太多精力放在排版上,但随着中后台应用的兴起,在处理逻辑方面似乎成为了我们的重点,此时为了保证在复杂的应用场景下快速的得到自己业务想要的方法,那么针对此痛点作者以及作者的团队会开始维护此项目,旨在让大家在处理业务逻辑时有迹可寻。

Disaster recovery

图片加载失败!

Usage

/**
 * 
 * 大整数相加.
 * 
 */
import {add} from '@Zbao-business-base';

/**
 * 正确操作如下:
 */
add('1','999'); 
add(1,999);
add('1',999);
add(999,'1');
/**
 * 后续还会阶段性的更新更多的方法,敬请期待!
 */