2.0.0 • Published 7 years ago

get-npm-registry-package v2.0.0

Weekly downloads
3,035
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago