-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
80 lines (80 loc) · 2.15 KB
/
package-lock.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "micro-rsa-dsa-dh",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "micro-rsa-dsa-dh",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@noble/hashes": "1.7.0"
},
"devDependencies": {
"@paulmillr/jsbt": "0.3.0",
"micro-should": "0.5.1",
"prettier": "3.1.1",
"typescript": "5.5.2"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@noble/hashes": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.7.0.tgz",
"integrity": "sha512-HXydb0DgzTpDPwbVeDGCG1gIu7X6+AuU6Zl6av/E/KG8LMsvPntvq+w17CHRpKBmN6Ybdrt1eP3k4cj8DJa78w==",
"license": "MIT",
"engines": {
"node": "^14.21.3 || >=16"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/@paulmillr/jsbt": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@paulmillr/jsbt/-/jsbt-0.3.0.tgz",
"integrity": "sha512-lpHkZMDjG8U8SGWjYNN3q+slbiNFxRdnu2V7kDnL+OMdP8/EMGZuZjYaQ13gGsANFowKFpZdsh6q2gDfHXBn/w==",
"dev": true,
"license": "MIT",
"bin": {
"jsbt": "jsbt.js"
}
},
"node_modules/micro-should": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/micro-should/-/micro-should-0.5.1.tgz",
"integrity": "sha512-i3BdNfiAf4PyEEjyxNO2Ex/C0V4ux9ZCKyxSbF6p/n9+UqhRsUbae8PfTM9Came91lGzJLEFlAtAEkY4eSpq6w==",
"dev": true,
"license": "MIT"
},
"node_modules/prettier": {
"version": "3.1.1",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/typescript": {
"version": "5.5.2",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}