/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/node_shim/Cargo.toml
19 строк
345 B
denobot
chore: forward v2.9.5 release commit to main (#36452)
06 авг 2026, 18:08
Не верифицирован
06 авг 2026, 18:08
903d670
Код
Авторство
О чём код?
# Copyright 2018-2026 the Deno authors. MIT license. [package] name = "node_shim" version = "0.32.0" edition = "2024" license = "MIT" description = "A crate that maps Node.js CLI arguments into Deno arguments." [lib] path = "lib.rs" [[bin]] name = "node_shim" path = "main.rs" [dependencies] serde_json.workspace = true url.workspace = true