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-13 15:31:36 -05:00
|
|
|
version = "0.14.0"
|
2022-08-09 15:06:01 -04:00
|
|
|
authors = ["the Deno authors"]
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/denoland/deno"
|
|
|
|
description = "Node compatibility for Deno"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2022-11-13 15:31:36 -05:00
|
|
|
deno_core = { version = "0.159.0", path = "../../core" }
|
2022-09-08 16:01:48 -04:00
|
|
|
once_cell = "1.12.0"
|
2022-08-30 14:09:22 -04:00
|
|
|
path-clean = "=0.1.0"
|
2022-08-20 11:31:33 -04:00
|
|
|
regex = "1"
|
|
|
|
serde = "1.0.136"
|