-
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathjsr.json
More file actions
32 lines (32 loc) · 825 Bytes
/
Copy pathjsr.json
File metadata and controls
32 lines (32 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "@noble/hashes",
"version": "2.2.0",
"exports": {
".": "./src/index.ts",
"./_md.js": "./src/_md.ts",
"./argon2.js": "./src/argon2.ts",
"./blake1.js": "./src/blake1.ts",
"./blake2.js": "./src/blake2.ts",
"./blake3.js": "./src/blake3.ts",
"./eskdf.js": "./src/eskdf.ts",
"./hkdf.js": "./src/hkdf.ts",
"./hmac.js": "./src/hmac.ts",
"./legacy.js": "./src/legacy.ts",
"./pbkdf2.js": "./src/pbkdf2.ts",
"./scrypt.js": "./src/scrypt.ts",
"./sha2.js": "./src/sha2.ts",
"./sha3-addons.js": "./src/sha3-addons.ts",
"./sha3.js": "./src/sha3.ts",
"./webcrypto.js": "./src/webcrypto.ts",
"./utils.js": "./src/utils.ts"
},
"publish": {
"include": [
"src",
"jsr.json",
"LICENSE",
"README.md"
]
},
"license": "MIT"
}