UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

8 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.json5Parse = void 0; const tslib_1 = require("tslib"); const JSON5 = tslib_1.__importStar(require("json5")); const json5Parse = (content) => JSON5.parse(content); exports.json5Parse = json5Parse; //# sourceMappingURL=json5.js.map