UNPKG

@nilppm/npm

Version:

Node's internal lightweight private package manager

8 lines (7 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); async function decodePackageWithPkgnameAndVersion(ctx, next) { ctx.pkg = { pathname: ctx.params.pkgname, version: ctx.params.version }; await next(); } exports.default = decodePackageWithPkgnameAndVersion;