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