node_resolver 0.1.1

The Node.js module resolution algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "node_resolver"
version = "0.1.1"
authors = ["The Deno Authors"]
edition = "2021"
license = "MIT"
repository = "https://github.com/denoland/node_resolver"
description = "The Node.js module resolution algorithm"

[dependencies]
anyhow = "1"
path-clean = "=0.1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"