get-npm-registry-package

2.0.0 • Public • Published

getNpmRegistryPackage

Get a npm regsitry package, an instance of the documents saved in the registry db.

Features

  • Uses registry set in .npmrc
  • Supports scoped packages
  • Uses auth token if possible

library

npm install [--save] get-npm-registry-package
import getNpmRegistryPackage from 'get-npm-registry-package';
 
getNpmRegistryPackage('@foo/bar')
  .then(json => console.log(json));

cli

npm install -g get-npm-registry-package
 
get-npm-registry-package @foo/bar

Readme

Keywords

none

Package Sidebar

Install

npm i get-npm-registry-package

Weekly Downloads

1,162

Version

2.0.0

License

MIT

Unpacked Size

5.41 kB

Total Files

8

Last publish

Collaborators

  • kesla