1.1.0 • Published 7 years ago

pull-npm-registry v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

pull-npm-registry

A simple data fetcher that provides all changes made to the npm registry as a pull-stream. Streams old and live data.

Inspired by npm-to-hypercore

Installation

npm install pull-npm-registry

Usage

var pull = require('pull-stream')
var npm = require('pull-npm-registry')

pull(
  npm(0), // give it the first sequence number you want
  pull.log()
)

License

MIT