Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « lib « arborist « workspaces - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7b07ce28e4df02a381982dbb8635c9de06d9b13 (plain)
1
2
3
4
5
6
7
8
module.exports = require('./arborist/index.js')
module.exports.Arborist = module.exports
module.exports.Node = require('./node.js')
module.exports.Link = require('./link.js')
module.exports.Edge = require('./edge.js')
module.exports.Shrinkwrap = require('./shrinkwrap.js')
// XXX export the other classes, too.  shrinkwrap, diff, etc.
// they're handy!