1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
denoland-deno/cli/tests/testdata/run/with_package_json
David Sherret 033b70af19
fix(npm): lazily install package.json dependencies only when necessary (#17931)
This lazily does an "npm install" when any package name matches what's
found in the package.json or when running a script from package.json
with deno task.

Part of #17916

Closes #17928
2023-02-24 19:35:43 -05:00
..
no_deno_json fix(npm): lazily install package.json dependencies only when necessary (#17931) 2023-02-24 19:35:43 -05:00
npm_binary feat: auto-discover package.json for npm dependencies (#17272) 2023-02-20 19:14:06 +01:00
with_stop feat: support bare specifier resolution with package.json (#17864) 2023-02-22 23:21:05 +01:00
.gitignore feat: auto-discover package.json for npm dependencies (#17272) 2023-02-20 19:14:06 +01:00