2.0.0 • Published 6 years ago

get-npm-registry-package v2.0.0

Weekly downloads
3,035
License
MIT
Repository
github
Last release
6 years ago

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
2.0.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago