UNPKG

pnpm

Version:

A fast implementation of npm install

5 lines 251 B
"use strict"; const path_1 = require('path'); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (tarballPath) => path_1.basename(tarballPath).replace(/(\.tgz|\.tar\.gz)$/i, ''); //# sourceMappingURL=getTarballName.js.map