MCPcopy Index your code
hub / github.com/nodejs/node / readPackageJSON

Method readPackageJSON

typings/internalBinding/modules.d.ts:24–24  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

22
23export interface ModulesBinding {
24 readPackageJSON(path: string): SerializedPackageConfig | undefined;
25 getNearestParentPackageJSONType(path: string): PackageConfig['type']
26 getNearestParentPackageJSON(path: string): SerializedPackageConfig | undefined
27 getPackageScopeConfig(path: string): SerializedPackageConfig | undefined

Callers 1

readFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected