UNPKG

414 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.extractPkgsFromYarnLockV1 = void 0;
4const yarnLockfileParser = require("@yarnpkg/lockfile");
5const extractPkgsFromYarnLockV1 = (yarnLockContent) => {
6 return yarnLockfileParser.parse(yarnLockContent).object;
7};
8exports.extractPkgsFromYarnLockV1 = extractPkgsFromYarnLockV1;
9//# sourceMappingURL=extract-yarnlock-v1-pkgs.js.map
\No newline at end of file