mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
b900e72b3d
* BREAKING(net/unstable): move `get-network-address` module to `unstable-get-network-address` * fix * fix
10 lines
217 B
JSON
10 lines
217 B
JSON
{
|
|
"name": "@std/net",
|
|
"version": "1.0.2",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./get-available-port": "./get_available_port.ts",
|
|
"./unstable-get-network-address": "./unstable_get_network_address.ts"
|
|
}
|
|
}
|