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

jane-deploy

v1.0.2

Published

CI/CD server

Readme

Jane-deploy

1 npm init

{
 "name": "jane-deploy",
 "version": "1.0.0",
 "description": "CI/CD server",
 "main": "index.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [
   "ci",
   "cd",
   "deploy"
 ],
 "author": "zuoxiaobai",
 "license": "MIT"
}

没有写git+respository

"repository": {
    "type": "git",
    "url": "git+https://github.com/zuoxiaobai/js-deploy.git"
  },

2. eslint init

2.1,安装 npm install [email protected] --save-dev
2.2 npx eslint --init 按照只是一步步操作

选择了第二个,并且推荐我安装了:
eslint-plugin-vue@latest
2.3 npm install --save-dev --save-exact prettier
2.4 npm install eslint-config-prettier --save-dev 处理eslint 与prettier的冲突
2.5 npm install eslint-plugin-prettier --save-dev 将 prettier 以插件形式集成到 eslint 处理流程中 配置 eslint-plugin-prettier,实际我参考的是zuo-deploy的文件。

3 koa koa-router koa-static

完成接口、静态服务
postman可以访问 http://127.0.0.1:7777/user
浏览器可以访问 http://127.0.0.1:7777/ 得到index.html页面

4 上传npm包

本地调试:
npm exec
npm link
janedeploy start 就成功了。
上传npm包:
npm adduser;npm publish;
全局安装npm包
npm i -g jane-deploy

0在virtual box上全局安装了 jane-deploy,sudo install -g jane-deploy
1 查看bin目录下是否有 janedeploy
2 建议重启终端 sudo reboot
3 查找wsl下的bin,也没有janedeploy,但是却可以启动成功janedeploy
4 查找janedeploy命令 和zuodeploy
在wsl下janedeploy、zuodeploy
/mnt/c/Users/haobing/AppData/Roaming/npm/janedeploy
/bin/zuodeploy
在virtualbox的ubuntu下 janedeploy、zuodeploy
找不到
/bin/zuodeploy
5 在win下 janedeploy zuodeploy
C:\Users\haobing\AppData\Roaming\npm
这里因为\ 有转义作用,解决方法
1 C:\Users\haobing\AppData\Roaming\npm
2 用两个反引号包围

在wsl-ubuntu 安装nginx

sudo apt install nginx

查看当前运行的程序 ps aux
localhost:7777即可访问 http://172.28.9.198:7777 访问
http://172.28.9.198/ 访问nginx