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

bujiang-npm

v1.0.11

Published

npm

Downloads

1

Readme

bujiang-npm

install

  • npm install

assets

  • js/css/images

npm develope

  • src

test

  • 测试

publish

  • npm login
  • npm publish

components

BjTimerButton

Attributes

参数 说明 类型 默认值

buttonClass(按钮样式 String):green-button

second(秒 Number):60

disabled(是否可点击 Boolean):false

buttonObject(按钮对象 Object):

title(未点击前按钮名称 String): '发送校验码'

alTitle(点击后按钮名称 String): '后重试'

styleObject(自定义未点击前按钮样式 Object):

alStyleObject(自定义点击后按钮样式 Object):

BjBottomPopup

Attributes

参数 说明 类型 默认值

popupVisible(是否展示 Boolean):false

productImage(展示图片 String)

resultList(展示结果列表,例如价格 Object):

menulist(选择列表 Array):

数据格式: [

          {
               title: '租赁时长',  //选项列表标题
               select: 0,  //选择项index
               list: [
                   {
                       name: '', //选择项名称
                       value: '',  //
                   },
               ]
           }
       ]

value(绑定值):

getPopupValue(获取选择结果)

BjProvince

Attributes

参数 说明 类型 默认值

popupVisible(是否展示地址选择框 Boolean):false

value(绑定值,可设初始值,默认选中): [{name:'广东省', id:'440000'}, {name:'深圳市', id:'440300'}, {name:'直辖区', id:'440301'}]

BjFoldingTabs

Attributes

参数 说明 类型 默认值

col(列数 Number):5

tabList(标签列表 Array):[{name:'电器', id:0}]

value(绑定值,可设初始值,Object): {name:'电器', id:0}

BjSlideTabs

Attributes

参数 说明 类型 默认值

tabList(标签列表 Array):[{name:'电器', id:0}]

value(绑定值,初始值为tablist[0],Object): {name:'电器', id:0}

slideWidth(可见滑动区域,String)

rowWidth (总的长度,包括隐藏区域rem,String)

getTab(tab)(选择分类回调函数,获取选中tab值): {name:'电器', id:0}

BjSearchInput

Attributes

参数 说明 类型 默认值

placeholder(String):搜索

search (enter键触发事件,第一个参数搜索值):

value(绑定值,Stirng): ''