-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
35 lines (35 loc) · 986 Bytes
/
package-lock.json
File metadata and controls
35 lines (35 loc) · 986 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
33
34
35
{
"name": "digital-filter",
"version": "2.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "digital-filter",
"version": "2.3.0",
"license": "MIT",
"dependencies": {
"window-function": "^3.0.0"
},
"devDependencies": {
"tst": "^9.4.0"
}
},
"node_modules/tst": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/tst/-/tst-9.4.0.tgz",
"integrity": "sha512-LFC1yasMqhvL9hBJdA07nozlfS1RGy/7uiBCwRZcQH9zB4+n7XpxwYszzK//WQ2JVOLAUgU3d8ABEcrFLZE0vg==",
"dev": true,
"license": "MIT"
},
"node_modules/window-function": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/window-function/-/window-function-3.0.0.tgz",
"integrity": "sha512-aAVynK4nAKzO52KFRN1h0Wff9mvbQc9PIsV6aiCLG8jtJGsHC4C3UD+7yL26OgNb19lb/0Cb+6l9AIZaNW/QRg==",
"license": "MIT",
"engines": {
"node": ">=18"
}
}
}
}