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

@hxb-cli/han-global-ts

v0.1.4

Published

global

Readme

***重要部分(必读)

1.作者:allen.han
2.开始日期:2023/3/24
3.未经本人允许不得擅自使用
4.否则后端自行承担

TypeScript

 1.是 JavaScript 的超集,扩展了 JavaScript 的语法,因此现有的 JavaScript 代码可与 TypeScript 一起工作无需任何修改,TypeScript 通过类型注解提供编译时的静态类型检查
 2.可处理已有的 JavaScript 代码,并只对其中的 TypeScript 代码进行编译。

axios

是一个基于 Promise 的 HTTP 库,可以用在浏览器和 node.js 中。github开源地址https://github.com/axios/axios

loadsh

1.是一个一致性、模块化、高性能的 JavaScript 实用工具库。
2.遵循 MIT 开源协议发布,并且支持最新的运行环境。

momentJs

JavaScript 日期处理类库
moment().format('MMMM Do YYYY, h:mm:ss a'); // 三月 24日 2023, 3:17:05 下午
moment().format('dddd');                    // 星期五
moment().format("MMM Do YY");               // 3月 24日 23
moment().format('YYYY [escaped] YYYY');     // 2023 escaped 2023
moment().format();                          // 2023-03-24T15:17:05+08:00

rxjs

1.全称 Reactive Extensions for JavaScript
2.结合了函数式编程、观察者模式(例如 DOM EventListener)、迭代器模式(例如 ES6 Iterater)
3.Think of RxJS as Lodash for events. 把 RxJS 想像成针对 events 的 lodash
4.本质是个工具库,处理的是事件,这里的 events,可以称之为流

tapable

是一个类似于 Node.js 中的 EventEmitter 的库,但更专注于自定义事件的触发和处理。webpack 通过 tapable 将实现与流程解耦,所有具体实现通过插件的形式存在。

websocket

https://blog.csdn.net/qq_42465685/article/details/110651576

npm

npm login
npm publish