xref
: /
third_party
/
node
/
test
/
fixtures
/
packages
/
missing-main-no-index
/
package.json
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/packages/missing-main-no-index/
1
{
2
"name": "missingmain",
3
"main": "
doesnotexist.js
"
4
}
5