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

th2v

v2.1.0

Published

th2v webFrame work 2024 version

Downloads

27

Readme

th2v 2021 版构建工具

    // 编辑开发 
    th2v release -wL

    // 本地编译发布 
    th2v release prod

    // 本地编译发布 (js css img) 采用 oss / cdn 版本
    th2v release prodoss 

    // jenkins 编译发布,需配合  package.json  中的scripts 命令一起使用
    //  package.json
      //  "scripts": {
      //     "test": "echo \"Error: no test specified\" && exit 1",
      //     "build": "th2v release jkprod"
      //  }
    // ---
    //  fis-conf.js 
    //      jenkins打包目录 要用相对路径  "./dist" 默认是用这个
    //      jenkinsPath: "./dist"
    th2v release jkprod

问题处理

  • 出现800A138F的错误 WIN7, WIN10 找到你放js文件的位置,然后右击鼠标, 选择打开方式,会看到如下图
    改成node.exe 默认打开就可以了

更新日志

2024-5-28

  • th2v release jkprod|v20240528|gansu -支持 版本, 项目路径

2021-7-22 增加

  • jenkins 构建的支持
  • 升级部分依赖
  • 升级支持 node 12.x 以上的
  • csssprites 因最高版本只支持到node8, 所以此功能 失效

2020-6-11 增加 功能

    1. crossorigin="anonymous"

2018-11-28 th2 升级=>th2v

    1. 修复一些错误 css 合并错误
    1. 增加 OSS 自定义域名
    1. 优化 css -moz- 的支持
    1. add javascript-obfuscator