2022-08-09 15:06:01 -04:00
|
|
|
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
|
|
|
|
|
|
|
|
[package]
|
|
|
|
name = "deno_node"
|
2022-11-24 17:59:42 -05:00
|
|
|
version = "0.16.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-08-09 15:06:01 -04:00
|
|
|
readme = "README.md"
|
2022-11-22 15:07:35 -05:00
|
|
|
repository.workspace = true
|
2022-08-09 15:06:01 -04:00
|
|
|
description = "Node compatibility for Deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-22 15:07:35 -05:00
|
|
|
deno_core.workspace = true
|
|
|
|
once_cell.workspace = true
|
2022-08-30 14:09:22 -04:00
|
|
|
path-clean = "=0.1.0"
|
2022-11-22 15:07:35 -05:00
|
|
|
regex.workspace = true
|
|
|
|
serde = "1.0.144"
|