unpm-dependents

0.1.3 • Public • Published

μnpm-dependents

provides dependedUpon for μnpm

usage

var unpm = require('unpm')
var dependents = require('unpm-dependents')
 
var unpm_instance = unpm()
dependents(unpm_instance)

notes

adds a resource that responds to GET requests at /-/_view/dependedUpon/. in order to maintain parity with npm, GET requests to this resource must include at least startkey as a query parameter. startkey specifies the module for which you want dependencies, and its value must be a JSON array with the module name as its only element. it should look like: ["modulename"].

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    0
    • latest

Version History

Package Sidebar

Install

npm i unpm-dependents

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jarofghosts