summaryrefslogtreecommitdiff
path: root/cli/args/package_json.rs
AgeCommit message (Expand)Author
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-15fix(npm): "not implemented scheme" message should properly show the scheme (#...David Sherret
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-25fix(npm): skip analyzing more specifiers in package.json (#17938)David Sherret
2023-02-24fix: ignore workspace specifiers in package.json (#17934)David Sherret
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek IwaƄczuk