0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 06:54:07 -05:00
denoland-deno/tests/testdata/npm/registry/@denotest/require-resolve/1.0.0/package.json
David Sherret 56bf634fa9
fix(node): require.resolve - fallback to global cache when bare specifier from paths not found (#23618)
Part of #22607 (probably closes it, but I haven't done thorough testing)

Makes it so that `require.resolve` with `paths` specified will fallback
to using the global cache when the paths can't be found when using a
global cache (not when using a node_modules folder)
2024-04-30 23:41:29 -04:00

5 lines
95 B
JSON

{
"name": "@denotest/require-resolve",
"version": "1.0.0",
"main": "index.cjs"
}