UNPKG

277 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const readPkg = require("read-pkg");
4exports.getPkg = (path) => {
5 try {
6 return readPkg.sync(path);
7 }
8 catch (err) {
9 return null;
10 }
11};
12//# sourceMappingURL=get-pkg.js.map
\No newline at end of file