mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
dc14633394
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
13 lines
213 B
JSON
13 lines
213 B
JSON
{
|
|
"name": "@std/crypto",
|
|
"version": "1.0.1",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./crypto": "./crypto.ts",
|
|
"./timing-safe-equal": "./timing_safe_equal.ts"
|
|
},
|
|
"exclude": [
|
|
"_wasm/target"
|
|
]
|
|
}
|