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 🙏

© 2026 – Pkg Stats / Ryan Hefner

beer-library

v1.1.1

Published

[![Build Status](https://travis-ci.com/ucsd-cse112/Team11.svg?token=fWJAAQS1tpDVdKvzGfj7&branch=master)](https://travis-ci.com/ucsd-cse112/Team11) [![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://co

Downloads

36

Readme

Team B.E.E.R (11) Web Components

Build Status Maintainability Test Coverage

License

Our goal for this project is to create an extensible library of vanilla and lit-element web-components. Click on our logo above to head over to our team page.

Getting Started

NPM

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

npm install --save beer-library

Prerequisites

If you want to install Testcafe globally,

npm install -g testcafe

If locally,

npm install --save-dev testcafe

To install ESLint

npm install eslint

To install Documentation.js

npm install documentation

Installing

In order to install all dependencies of Team B.E.E.R Library

npm install

Running the tests

To run tests on the raw components

npm run raw-test

To run tests on the LitElement components

npm run port-test

To generate the docs

npm run docs:build

And coding style tests

For details on our coding style guidelines, check out .eslintrc.json.

For enforcing our coding style guidelines, we use ESLint.

npm run lint

File Structure

For details on how our files are organized, check out our public notion resource.

https://www.notion.so/File-Structure-9f3e436dd367401a91d4254f48c4a5b9

Built With

  • Lit Elements - A simple base class used to build beer-button-lit and beer-notification-lit
  • NPM - package manager used
  • ESLint - Linting utility used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning.

Team Members

| Team Members | |:-----------------| | Ricardo Molina | | Richard Pena | | Simon Giraud | | Donghak Alex Oh | | Phillip Jo | | Gordon Hu | | Eric Khoi Huynh | | Tenshi Mori | | Kyle Burt | | Esther Zhao | | Austin Moss-Ennis|

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

We would like to thank Professor Powell of CSE 112 for the guidance he gave us and all the TAs who assisted us in reaching this far. We would also like to thank Peter for giving us a glimpse of what we will see in the future as Software Engineer.