npm-pipeline

1.2.0 • Public • Published

npm-pipeline

An analysis pipeline for npm packages. Get your npm packages hot of the registry downloaded, unpacked, and (if desired) read and parsed with esprima

Usage

 
var pipeline = require('npm-pipeline');
 
pipeline('package-name', function (err, files) {
  //
  // The "files" array here will be a hierarchical object
  // containing all files read off of disk. If the file is
  // a Javascript file then it will be preparsed by `esprima`.
  //
});

Tests

Tests are written in tap:

npm test

License: Apache 2

Author: Charlie Robbins

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    1
  • 1.1.0
    1

Package Sidebar

Install

npm i npm-pipeline

Weekly Downloads

2

Version

1.2.0

License

Apache2

Last publish

Collaborators

  • indexzero