deno/cli/npm
Bartek Iwańczuk 4a250b2f25
feat: add --no-npm flag to disable npm: imports (#15673)
This commit adds "--no-npm" flag, it's similar to "--no-remote"
flag. This flag makes Deno error out if "npm:" specifier is encountered.
2022-09-07 15:33:51 +02:00
..
semver fix(npm): respect latest dist tag for getting current version (#15746) 2022-09-02 13:06:42 -04:00
cache.rs feat(info): add information about npm modules cache (#15750) 2022-09-03 15:31:01 +02:00
mod.rs feat: add --no-npm flag to disable npm: imports (#15673) 2022-09-07 15:33:51 +02:00
registry.rs fix(npm): respect latest dist tag for getting current version (#15746) 2022-09-02 13:06:42 -04:00
resolution.rs fix(npm): respect latest dist tag for getting current version (#15746) 2022-09-02 13:06:42 -04:00
tarball.rs fix(npm): better node version and version requirement compatibility (#15714) 2022-09-01 11:50:12 -04:00