xref
: /
third_party
/
node
/
test
/
fixtures
/
node_modules
/
pkgexports-main
/
package.json
(revision 1cb0ef41)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/node_modules/pkgexports-main/
1
{
2
"main": "./
main.cjs
",
3
"exports": {
4
"import": "./
module.mjs
"
5
}
6
}
7