MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / parsePackageFile

Function parsePackageFile

bin/lib/index.js:48–51  ·  view source on GitHub ↗
(moduleDir)

Source from the content-addressed store, hash-verified

46};
47
48let parsePackageFile = function (moduleDir) {
49 let packageFile = path.join(moduleDir, 'package.json');
50 return parseJSONFile(packageFile);
51};
52
53module.exports = {
54 sanitizeYAML,

Callers 6

k8sDeployAndDeployUpdateFunction · 0.85
k8sUndeployFunction · 0.85
dockerStopFunction · 0.85
dockerRestartFunction · 0.85
dockerRunFunction · 0.85
dockerLogsFunction · 0.85

Calls 1

parseJSONFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…