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

subway-assets

v1.1.59

Published

直通车静态资源库,存储一些不随着直通车业务变更的静态资源类库。主要是社区的。

Downloads

5

Readme

直通车静态资源库

通过单独的repo存储一些不随着直通车业务变更的静态资源类库。提高缓存命中率以及业务上的打包速度。

操作流程

  npm run babel-polyfill //打包babel-polyfill
  npm run components // 打包Brix Components
  npm run gallery // 打包Magix3 Components
  npm run mevent // 打包mini-event
  npm run vd // 打包virtual-dom
  npm run html2hscript // 打包html2hyperscript
  npm run etpl // 打包etpl
  npm run mock // 打包mock
  npm run moment // 打包moment
  npm run clipboard // 打包clipboard
  npm run magix // 打包magix
  npm run daily // 发布daily
  npm run publish // 以semver模式进行发布
  • 每添加一个库,都要在gulp里加一下。上线前修改abc.json

1.0.4

1、[email protected]增加locationChange触发是stateKeys参数的传递

0.1.1

  1. 添加平台相关性样式的支持,在 less 里面写 @mx-style-platform 可以指代 mx-style/projName,projName 目前为 xiaopin 和 subway,可以根据项目名称扩展
  2. 注意需要修改原来的 mx-gallery 的 base 在原来的版本号后面添加项目名(subway 或者 xiaopin)

0.1.0

  1. 追加本地测试脚本 npm run test
  2. 重构并整理所有 gulpfile 任务
  3. 升级依赖包 babel 到7。

0.0.9

1、同步scrollpannel组件的订正

0.0.8

1、更新Brix Components Region 区域名称 赣南 -> 赣西南

0.0.7

1、迁移直通车Brix Components类库

0.0.4 ~ 0.0.9

1、增加类库magix。最新兼容层版本3.8.10。

2、修正mountVframe复用vframe对象后,需要及时销毁新增的vframe.view属性。

3、修正使用Bable Es6 Class 进行继承的类时,包装的render方法和renderShort依然是父类的方法bug。

4、修正使用Babel Es6 Class 进行继承ES5的类时,events的事件没有被正确继承造成的问题,3.7.0版本正确,3.8.10改错了。

5、修正updater当更新数据时,组件没有变化也会触发刷新的问题。

6、兼容老事件处理时,event process 与 stopPropagation冲突,后置event process的处理。

0.0.3

1、增加类库magix。包含兼容层代码。

0.0.2

1、使用更加完善的命令打包各个类库

2、增加类库mini-event

3、增加类库virtual-dom

4、增加类库html2hyperscript

5、增加类库etpl

6、增加类库[email protected]

7、增加类库[email protected]

8、增加类库[email protected]

0.0.1

1、增加babel-polyfill.min.js 6.26.0版本