index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
package_json.rs
Age
Commit message (
Expand
)
Author
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-10-04
refactor(node): combine node resolution code for resolving a package subpath ...
David Sherret
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-22
fix(node/package_json): Avoid panic when "exports" field is null (#20588)
Alessandro Scandone
2023-08-08
chore: rename some helpers on the Fs trait (#20097)
Luca Casonato
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-03-30
refactor(ext/node): add NodeEnv::Fs associated type (#18484)
Bartek Iwańczuk
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-06
refactor(npm): use per-thread package.json cache (#17644)
Bartek Iwańczuk
2023-01-10
fix(npm): allow to read package.json if permissions are granted (#17209)
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-13
refactor(npm): create general use `NpmPackageResolver` (#15882)
David Sherret
2022-09-12
fix(npm): support cjs resolution of package subpath with package.json (#15855)
David Sherret
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-08-30
fix(npm): prefer importing esm from esm (#15676)
David Sherret
2022-08-20
feat(unstable): initial support for npm specifiers (#15484)
David Sherret