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

@142vip/midway

v0.1.6-alpha.12

Published

基于Midway.js框架进行封装

Downloads

106

Readme

@142vip/midway

⚠️ 重要说明:本包已停止维护 从 2025 年起,@142vip/midway 不再进行后续功能更新与问题修复,仅保留历史版本以兼容老项目。 新项目或正在演进的服务,请优先使用 @142vip 组织下其他更细粒度、可组合的模块包。

迁移与替代方案

根据你在 @142vip/midway 中的使用场景,建议优先考虑下面这些包(长期维护中):

  • 通用工具与封装
    • @142vip/utils:字符串、时间、数值、加解密等通用工具函数集合
    • @142vip/vue:前端 Vue 生态下的状态、请求、存储等封装
  • 服务端基础能力(按职责拆分)
    • ORM / 持久化层:建议直接使用官方生态(如 TypeORM、Prisma)或结合业务仓库内的专用数据访问层
    • Redis / 缓存:使用独立的 Redis 客户端封装,而不是耦合在本包中

迁移建议

  • 保持现有服务平稳运行时,可以暂时锁定当前版本,不必强制升级。
  • 新增功能或重构时,优先抽离出与框架无关的「领域逻辑」,再选用上面这些独立包按需组合。

参考

证书

MIT

Copyright (c) 2019-present, 142vip 储凡