Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ index.js
File
index.js
test/fixtures/packages/nested/sub-pkg-cjs/index.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ findPackageJSON } = require(
'node:module'
);
2
3
module.exports = findPackageJSON(
'..'
, __filename);
Callers
nothing calls this directly
Calls
2
findPackageJSON
Function · 0.85
require
Function · 0.50
Tested by
no test coverage detected