0.0.1 • Published 7 years ago

rifi-exports v0.0.1

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

rifi-exports

The exporting part of rifi, the distributed module system

Installation

npm install rifi-exports --save

Tests

npm install
npm test

Dependencies

  • browser-resolve: resolve which handles browser field support in package.json
  • module-deps: walk the dependency graph to generate json output that can be fed into browser-pack
  • pump: pipe streams together and close all of them if one of them closes
  • rifi-load: The loading part of rifi, the distributed module system
  • through2: A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
  • upring-pubsub: PubSub system built on top of upring

Dev Dependencies

  • tap: A Test-Anything-Protocol library
  • upring: application-level sharding on node.js streams

License

MIT