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

mp-sign-cloud-sdk

v1.0.6

Published

Readme

腾讯电子签云函数sdk

项目介绍

电子签云函数sdk。

发布

@hoollyzhang npm publish

快速上手

  • 技术栈:node.js,

本地开发

  1. 执行 yarn install 安装npm依赖包。
  2. 执行 node .index.js

常见问题

  1. 本地无法commit代码。 原因:静态检查没有通过,git hooks阻止提交。 解决方法:整改代码符合规范,执行yarn lint确保静态检查通过。
  2. 无法push代码到远程。 原因: 推送代码到已保护的分支,比如master分支,已保护的分支只接受Merge Request。或者是本地静态检查未通过。

行为准则

  1. Git Commit Message格式为<type>: <subject>,type为feat、fix、docs、style、refactor、test、perf、chore等。
  2. 代码上库之前,需确保静态检查通过,本地验证OK。
  3. Master、Test分支只接受Merge Request,不能强行push。
  4. 涉及UI效果的变更,需在Merge Request的评论中贴界面截图。
  5. src/的代码禁止import web/中的代码。可以反向import,但不要引入Web中无法运行的npm包;Egg与Web部分的代码需复用时,放到src/lib/src/interface/。另一种办法:如果在src/app/中想使用web/中的功能,先在web/entry.tsx中导出,在src/app/中动态require(ssrConfig.serverJs)
  6. 日志,请使用 traceContext.logger 提供的函数: debug()info()warn()error()
  7. 国际化,请使用 import { useTranslation, Trans, Slot } from '@util/i18n'; const { t } = useTranslation(); 或者 const { t } = traceContext;。国际字符串时,用法: t('我是中文') 或者 <Trans>我是中文</Trans>

如何加入

  1. 本项目开发人员,自己拉特性分支。本地验证OK,合入到Test分支,打Tag,部署到测试环境,最后由产品验收。
  2. 非本项目开发人员,fork到自己的远程库,提交MR的方式参与开发。
  3. 协作与分支管理策略,见:代码仓库协作流程

团队介绍

  1. 我们的团队分布在多个地域:深圳、北京、武汉、西安等,大部分人员都是经验丰富的开发人员。
  2. 我们乐观向上、不畏困难、敢于挑战。
  3. 我们的目标是实现行业第一的优秀产品。
  4. 欢迎有共识的同学加入我们的团队,^_^