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

omegapm

v0.0.5

Published

a package manager for JavaScript

Downloads

6

Readme

Ωpm -- a JavaScript package manager

NPM variant with signed packages and identical builds - see OmegaPM.org

https://gist.github.com/mapmeld/7eb3b213358b55b74bdf

============================== Build Status

SYNOPSIS

This is just enough info to get you up and running.

Much more info available via omegapm help once it's installed.

IMPORTANT

You need node v0.8 or higher to run this program.

Installing

Install Ωpm with NPM

npm install omegapm -g

Also install Keybase (you don't need to be a Keybase member)

npm install keybase-installer -g
keybase-installer
keybase config

Getting modules

As of 0.0.5, Ωpm still installs from npmjs.org and public git repos, just without running scripts during the publish or install process.

On install, Ωpm attempts to run 'keybase dir verify' on the package.

omegapm install omega-sqrt
Ωpm install omega-sqrt

Publishing modules

Your module must be all-JavaScript and require no additional scripts in the install process.

If you are publishing a module, you need to have a GPG key. You can create one on the command line with gpg --gen-key

Run keybase dir sign and commit SIGNED.md along with your other files in the repo. If you are not committing parts of your module, put them in .gitignore and they will also be ignored by keybase's directory-signing tool.

Go to omegapm.org/packages and paste in the link to a public git repo.

Legal Stuff

"omegapm" is licensed under the same Artistic License as npm.

"npm" and "The npm Registry" are owned by npm, Inc. All rights reserved. See the included LICENSE file for more details.

"Node.js" and "node" are trademarks owned by Joyent, Inc.

Modules published on the npm registry are not officially endorsed by npm, Inc. or the Node.js project.

Data published to the npm registry is not part of npm itself, and is the sole property of the publisher. While every effort is made to ensure accountability, there is absolutely no guarantee, warrantee, or assertion expressed or implied as to the quality, fitness for a specific purpose, or lack of malice in any given npm package.

If you have a complaint about a package in the public npm registry, and cannot resolve it with the package owner, please email [email protected] and explain the situation.

Any data published to The npm Registry (including user account information) may be removed or modified at the sole discretion of the npm server administrators.

In plainer english

npm is the property of npm, Inc.

If you publish something, it's yours, and you are solely accountable for it.

If other people publish something, it's theirs.

Users can publish Bad Stuff. It will be removed promptly if reported. But there is no vetting process for published modules, and you use them at your own risk. Please inspect the source.

If you publish Bad Stuff, we may delete it from the registry, or even ban your account in extreme cases. So don't do that.

BUGS

When you find issues, please report them:

Be sure to include all of the output from the command that didn't work as expected. The npm-debug.log file is also helpful to provide.

You can also look for isaacs in #node.js on irc://irc.freenode.net. He will no doubt tell you to put the output in a gist or email.

SEE ALSO

  • npm(1)
  • npm-faq(7)
  • npm-help(1)
  • npm-index(7)