UNPKG

pnpm

Version:

A fast implementation of npm install

12 lines 396 B
"use strict"; const globalPath_1 = require('./globalPath'); function testDefaults(opts) { return Object.assign({ storePath: 'node_modules/.store', registry: 'http://localhost:4873/', globalPath: globalPath_1.default, }, opts); } Object.defineProperty(exports, "__esModule", { value: true }); exports.default = testDefaults; //# sourceMappingURL=testDefaults.js.map