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

gpf-js

v1.0.0

Published

A multi-purpose JavaScript library

Downloads

1,042

Readme

GPF Library

GPF Logo

Travis-CI Coverage Status DeepScan grade Maintainability Codacy Badge Package Quality Known Vulnerabilities dependencies Status devDependencies Status Built with Grunt Vanilla JS gpf-js gpf-js install size CDN MIT License FOSSA Status

A multi-purpose JavaScript library created and maintained by Arnaud Buchholz.

Features

  • Provides a common scripting layer for several hosts (cscript/wscript, NodeJS, Rhino, Nashorn, PhantomJS, most recent browsers)
  • Namespace and class system
  • Interface based
  • Asynchronous streams
  • Modularization helper
  • Attributes
  • Almost 100% coverage

This library is developed in conjunction with a blog where the concepts and algorithms are documented and explained.

Metrics

This part is automatically updated upon a successful build:

SME stands for source minimal expectation.

Metric name | average | total | SME | comment ------ | ----- | ----- | ----- | ----- Statements coverage|100%||90%|0.32% ignored Branches coverage|100%||90%|0.68% ignored Functions coverage|100%||90%|0.6% ignored Maintainability|83.64||70| Number of tests||1109||pending: 0, duration: 879ms Number of sources||144|| Lines of code|93|13443||

Setup

  • Clone repository
  • install grunt: npm install -g grunt-cli
  • at the root of the cloned repository: npm install, then grunt

Testing

See Library testing

Documentation

The documentation is extracted from the sources using jsdoc syntax with grunt-jsdoc and the template from ink-docstrap

Versions

Date | Version | Label | Release | Debug | Flavors ------ | ------ | ----- | ----- | ----- | ----- 2019-10-30 | 1.0.0 | First productive version | lib / test | lib / test | node / require 2019-03-12 | 0.2.9 | ES6 Support | lib / test | lib / test | node / require 2018-12-03 | 0.2.8 | Serialization attributes | lib / test | lib / test | require 2018-08-04 | 0.2.7 | Quality and XML | lib / test | lib / test | require 2018-05-03 | 0.2.6 | gpf.require.js | lib / test | lib / test | require 2018-04-03 | 0.2.5 | Flavors | lib / test | lib / test | 2018-02-28 | 0.2.4 | Attributes | lib / test | lib / test | 2017-12-20 | 0.2.3 | Streams and Pipes | lib / test | lib / test | 2017-11-01 | 0.2.2 | gpf.require | lib / test | lib / test | 2017-06-06 | 0.2.1 | Side project support | lib / test | lib / test | 2017-04-29 | 0.1.9 | Records files | lib / test | lib / test | 2017-03-26 | 0.1.8 | Interfaces | lib / test | lib / test | 2017-03-02 | 0.1.7 | Securing gpf.define | lib / test | lib / test | 2017-02-05 | 0.1.6 | gpf.define | lib / test | lib / test | 2016-12-05 | 0.1.5 | The new core | lib / test | lib / test |

Credits