mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-25 14:43:39 +00:00
12 lines
233 B
TOML
12 lines
233 B
TOML
[package]
|
|
name = "validate_package_name"
|
|
description = "validate npm package names"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.5.0"
|
|
regex = "1.10.5"
|
|
thiserror = "1.0.62"
|
|
urlencoding = "2.1.3"
|