import_map 0.18.1

An implementation of WICG Import Maps specification
Documentation
[dependencies.indexmap]
features = ["serde"]
version = "2.1.0"

[dependencies.log]
optional = true
version = "0.4.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.129"

[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.111"

[dependencies.url]
features = ["serde"]
version = "2.3.1"
[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.walkdir]
version = "2.3.2"

[features]
default = ["logging"]
ext = []
logging = ["log"]

[package]
authors = ["the Deno authors"]
description = "An implementation of WICG Import Maps specification"
edition = "2021"
homepage = "https://deno.land/"
license = "MIT"
name = "import_map"
readme = "README.md"
repository = "https://github.com/denoland/import_map"
version = "0.18.1"