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

inspecjs

v2.10.16

Published

Schema definitions, classes on top, and utilities to deal with HDF files

Downloads

6,255

Readme

InSpecJS

To update schemas install quicktype with npm install -g quicktype and use npm run gen-types

Local Testing

In order to test your inspecjs changes in another application (for example Heimdall), perform the following steps:

  1. Make your changes
  2. Run npm build
  3. In the repository you would like to test your inspecjs changes against, run npm link path/to/inspecjs
  4. Any subsequent changes to inspecjs will require an npm build in inspecjs, but not a re-link

Creating a Release

Note: This action requires appropriate privileges on the repository to perform.

  1. Ensure you have pulled the latest copy of the code locally onto your machine.
  2. Using npm version, run npm version <explicit version> or alternatively use one of the appropriate npm keywords: 'major', 'minor', 'patch', 'premajor', 'preminor', 'prepatch', or 'prerelease' to bump the version. This will push a new tag to Github.
  3. Navigate to Releases on Github and edit the release notes that Release Drafter has created for you, and assign them to the tag that you just pushed.

NOTICE

© 2022 The MITRE Corporation.

Approved for Public Release; Distribution Unlimited. Case Number 18-3678.

NOTICE

MITRE hereby grants express written permission to use, reproduce, distribute, modify, and otherwise leverage this software to the extent permitted by the licensed terms provided in the LICENSE.md file included with this project.

NOTICE

This software was produced for the U. S. Government under Contract Number HHSM-500-2012-00008I, and is subject to Federal Acquisition Regulation Clause 52.227-14, Rights in Data-General.

No other use other than that granted to the U. S. Government, or to those acting on behalf of the U. S. Government under that Clause is authorized without the express written permission of The MITRE Corporation.

For further information, please contact The MITRE Corporation, Contracts Management Office, 7515 Colshire Drive, McLean, VA 22102-7539, (703) 983-6000.