UNPKG

pnpm

Version:

Fast, disk space efficient package manager

9 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const path = require("path"); const LAYOUT_VERSION = '1'; async function default_1(args, opts, command) { console.log(path.join(opts.prefix, 'node_modules')); } exports.default = default_1; //# sourceMappingURL=root.js.map