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

expack_library

v1.0.0

Published

A utility library focused on the user's ability to modify and design

Downloads

1,334

Readme

ExPack

ExPack is a library that lets you customize everything, being easy to use and able to adjust based on your needs!

ExPack was programmed in Visual Studio Code.

Importing ExPack

For the CSS code, put the code below in your HTML tag:

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/expack.min.css" integrity="sha384-U0hBMi0zODQoZGlzdC9jc3MvZXhwYWNrLm1pbi5jc3MpPSBkNTY3NDBhY2IzZTMzYjVjMmRmYzgyMmRhYTVlNzU4MGI0NDE0ODM1ZTBhMjA1ODkzYzU0M2UzMmJmMTgxZjAxNDg5NTU5ODA5NjQxZGNjYzE5OWNlMTE4ZWQ2MGI1ODUNCg==" crossorigin="anonymous"/>

For the JavaScript code, at the bottom of your tag put the code below:

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/expack.min.js" integrity="sha384-U0hBMi0zODQoZGlzdC9qcy9leHBhY2subWluLmpzKT0gYWU2MWE1NzkyMzA4NDIzNzg4OWY3MWJlYTZkYTMxNmY0ZjA1NjkwNDQyYTI2NGYzNWQ3MDgzODFjODhkOWVlODA3MjY5MjhiNzY4NjFlMmI1Mjk5ZjJhZTJiNjNiYmIyDQo=" crossorigin="anonymous"></script>

Languages

Programmed With

ExPack was made with the following Coding Languages JavaScript SASS

Externally Used

NPM DartSASS Git

To-Do

Code

  • [ ] Have javascript modify margins
  • [ ] Built in Python support
  • [ ] Badges SCSS (may use javascript)

Others

  • [ ] Add to a CDN

Installs

To Have Installed

Languages

NPM

Git

SASS

Software

For Programming

[!IMPORTANT] Use which ever IDE you'd like, these are just the ones that the original owner used to make ExPack. If your IDE doesn't have Git support, run the Git Back terminal and then do the git commands there

NPM

  • ~~Webpack~~
    • ~~Terser Webpack Plugin~~

[!NOTICE] Since 16/09/2024, devolpment of Expack v0.0.3, Expack has switched from using Webpack to Rollup

  • Rollup
  • Sass
  • Babel
    • babel-loader
    • @babel/core
    • @babel/preset-env

All npm installs are localed in the node_module directory.

Recommendations

To properly run this, please make sure you install SASS. The starting system for ExPack was using npm install -g sass.

Compiling SASS

~~Originally (before having sass installed globally), the SASS (.scss files) was compiled using json2csharp.com; so if you'd like you can use that.

As of September 4th, 2024, the original repository is being compiled by running (in the ExPack directory): sass src/scss/global.scss dist/css/dist_global.css.~~ As of September 16th, 2024, the original repository is being compiled at the same time as the js; by running npm run build.

Compiling JS

With the addition of webpack (added September 7th, 2024), to bundle and minimize the javascript code you should run: npm run build. For more info look at the rollup config file.

For Support

Gmail: [email protected]