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 🙏

© 2024 – Pkg Stats / Ryan Hefner

b1872554

v2.5.1

Published

* BladeX是一个商业化软件,系列产品知识产权归**上海布雷德网络科技**独立所有 * 您一旦开始复制、下载、安装或者使用本产品,即被视为完全理解并接受本协议的各项条款 * 更多详情请看:[BladeX商业授权许可协议](/LICENSE)

Downloads

1

Readme

版权声明

  • BladeX是一个商业化软件,系列产品知识产权归上海布雷德网络科技独立所有
  • 您一旦开始复制、下载、安装或者使用本产品,即被视为完全理解并接受本协议的各项条款
  • 更多详情请看:BladeX商业授权许可协议

测试环境文档地址 http://47.98.198.111:800/doc.html#/home

正式环境自动部署 http://120.55.97.189:8088/job/后台管理系统/

测试环境自动部署(点击保存登录状态) http://47.98.198.111:8080/jenkins admin001 LlqJenkins@616$com

后台管理系统正式服地址 http://sdgc.e-go.com.cn/api/index.html 账号: admin 密码: IAxmLHZdGGR4Pavt

后台管理系统测试环境 http://test.e-go.com.cn/api/index.html

待修复bug地址: https://shimo.im/sheet/RMuEVr5gey4w7u2B/iah25

状态码:

  1. 计价类型ruletype

BASE_PRICE(0, "起步价"), KILOMETRE_PRICE(1, "公里价格"), TIME_PRICE(2, "时长价格"),;

  1. 审核状态auditStatus WAITTING(0, "待审核"), PASS(1, "审核通过"), REDUSE(2, "审核不通过"),;

  2. 车辆状态carType CARPOOLING_CAR(1, "拼车"), EXPRESS_CAR(2, "快车"), SPECIAL_CAR(3, "专车"), BUSINESS_CAR(4, "商务车"), luxury_CAR(5, "豪华车"),

  3. 订单类型orderStatus : 10, "预约成功" 11, "乘客确认" 20, "司机接单" 30, "乘客上车" -> 乘客上车是支付后触发 40, "开始行程" 50, "达到目的地" 70, '订单核算完成' 80, "完结" 90, "取消订单"

新的订单状态接口

10 下单成功 11 乘客确认订单 20 分派司机 21 司机确认接单 30 乘客上车 40 开始行程 50 到达目的地 60 支付完成 70 核算完成 80 订单完结 90 取消订单

机场订单: 10-11-20-21-30-40-50-60-70-80 旅行社订单: ---11-20-21-30-40-50-------80

订单类型 REALTIME_ORDER(1, "实时单"), APPOINTMENT_ORDER(2, "预约单"), TENANT_ORDER(3, "旅行社订单"),

  1. 支付类型payStatus 1, "待支付" 2, "已支付"

  2. 逻辑可用状态status 1 可用 2 禁用

  3. 订单类型 orderType 1, "实时单" 2, "预约单"

  4. '旅行社'

  5. 司机审核 (20, "提交申请"), (40, "审核不通过"), (50, "审核通过"),

计价方式priceType 1.一口价;2.按分成比例