xref: /third_party/node/deps/npm/index.js (revision 1cb0ef41)
1if (require.main === module) {
2  require('./lib/cli.js')(process)
3} else {
4  throw new Error('The programmatic API was removed in npm v8.0.0')
5}
6