-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
34 lines (34 loc) · 1.05 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
{
"name": "waveform-data-generator",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "waveform-data-generator",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"marked": "14.1.1"
}
},
"node_modules/marked": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz",
"integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ==",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 18"
}
}
},
"dependencies": {
"marked": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/marked/-/marked-14.1.1.tgz",
"integrity": "sha512-eS59oxof5eBVDCKTs+mJbvB/6Vq137GbimF9wkTIlto2/B2ppY5nigUUQgKVmA3bI2mPTIshUyDj5j612ZxlQQ=="
}
}
}