UNPKG

@zkochan/pnpm

Version:

A fast implementation of npm install

9 lines (7 loc) 176 B
var app = require('../../ms')(__dirname) .use(require('../../')()) if (module.parent) { module.exports = app } else { app.build(function (err) { if (err) throw err }) }