-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.17 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.17 KB
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
{
"name": "dfa-variability",
"description": "Detrended Fluctuation Analysis (DFA) for JavaScript — measure fractal scaling, Hurst exponent, long-range correlations, 1/f noise, and HRV variability in time series data. Computes alpha, alpha1, alpha2, SDNN, RMSSD, and PNN50.",
"keywords": [
"detrended-fluctuation-analysis",
"dfa",
"time-series",
"fractal",
"hurst-exponent",
"long-range-correlation",
"1/f-noise",
"heart-rate-variability",
"hrv",
"scaling-exponent",
"alpha-exponent",
"sdnn",
"rmssd",
"signal-processing",
"power-law"
],
"main": "./dfa",
"author": "Dmitry Paranyushkin <contact@noduslabs.com> (http://noduslabs.com)",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/deemeetree/dfa.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"licenses": [
{
"type": "AGPLv3",
"url": "http://github.com/deemeetree/dfa/LICENSE"
}
],
"bugs": {
"url": "https://github.com/deemeetree/dfa/issues"
},
"homepage": "https://github.com/deemeetree/dfa#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "AGPLv3",
"dependencies": {}
}