-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.69 KB
/
package.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "@stdlib/simulate-iter",
"version": "0.2.1",
"description": "Simulation iterators.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"example": "./examples",
"lib": "./lib",
"test": "./test"
},
"types": "./docs/types",
"scripts": {
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples",
"benchmark": "make benchmark"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/simulate-iter.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/simulate-iter-awgn": "^0.2.1",
"@stdlib/simulate-iter-awln": "^0.2.1",
"@stdlib/simulate-iter-awun": "^0.2.1",
"@stdlib/simulate-iter-bartlett-hann-pulse": "^0.2.1",
"@stdlib/simulate-iter-bartlett-pulse": "^0.2.1",
"@stdlib/simulate-iter-cosine-wave": "^0.2.1",
"@stdlib/simulate-iter-dirac-comb": "^0.2.1",
"@stdlib/simulate-iter-flat-top-pulse": "^0.2.1",
"@stdlib/simulate-iter-hann-pulse": "^0.2.1",
"@stdlib/simulate-iter-lanczos-pulse": "^0.2.1",
"@stdlib/simulate-iter-periodic-sinc": "^0.2.1",
"@stdlib/simulate-iter-pulse": "^0.2.1",
"@stdlib/simulate-iter-sawtooth-wave": "^0.2.1",
"@stdlib/simulate-iter-sine-wave": "^0.2.1",
"@stdlib/simulate-iter-square-wave": "^0.2.1",
"@stdlib/simulate-iter-triangle-wave": "^0.2.1",
"@stdlib/utils-define-read-only-property": "^0.2.1"
},
"devDependencies": {
"@stdlib/array-float64": "^0.2.1",
"@stdlib/array-to-iterator": "^0.2.1",
"@stdlib/array-uint32": "^0.2.1",
"@stdlib/assert-has-own-property": "^0.2.1",
"@stdlib/assert-is-boolean": "^0.2.1",
"@stdlib/assert-is-function": "^0.2.1",
"@stdlib/assert-is-integer": "^0.2.1",
"@stdlib/assert-is-iterator-like": "^0.2.1",
"@stdlib/assert-is-nonnegative-integer": "^0.2.1",
"@stdlib/assert-is-nonnegative-number": "^0.2.1",
"@stdlib/assert-is-number": "^0.2.1",
"@stdlib/assert-is-plain-object": "^0.2.1",
"@stdlib/assert-is-positive-integer": "^0.2.1",
"@stdlib/assert-is-positive-number": "^0.2.1",
"@stdlib/assert-is-uint32array": "^0.2.1",
"@stdlib/constants-float64-eps": "^0.2.1",
"@stdlib/constants-float64-half-pi": "^0.2.1",
"@stdlib/constants-float64-pi": "^0.2.1",
"@stdlib/constants-float64-pinf": "^0.2.1",
"@stdlib/constants-float64-sqrt-three": "^0.2.1",
"@stdlib/constants-float64-sqrt-two": "^0.2.1",
"@stdlib/constants-uint32-max": "^0.2.1",
"@stdlib/math-base-assert-is-even": "^0.2.2",
"@stdlib/math-base-assert-is-nan": "^0.2.1",
"@stdlib/math-base-special-abs": "^0.2.1",
"@stdlib/math-base-special-asin": "^0.2.2",
"@stdlib/math-base-special-atan": "^0.2.2",
"@stdlib/math-base-special-cospi": "^0.3.1",
"@stdlib/math-base-special-floor": "^0.2.2",
"@stdlib/math-base-special-sinc": "^0.2.1",
"@stdlib/math-base-special-sinpi": "^0.2.1",
"@stdlib/math-base-special-tan": "^0.2.2",
"@stdlib/math-base-special-wrap": "^0.2.2",
"@stdlib/random-base-box-muller": "^0.2.1",
"@stdlib/random-base-improved-ziggurat": "^0.2.1",
"@stdlib/random-base-laplace": "^0.2.1",
"@stdlib/random-base-minstd-shuffle": "^0.2.1",
"@stdlib/random-base-uniform": "^0.2.1",
"@stdlib/random-iter-randu": "^0.2.1",
"@stdlib/string-format": "^0.2.1",
"@stdlib/symbol-iterator": "^0.2.1",
"@stdlib/utils-constant-function": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.2.2",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.2.1",
"@stdlib/utils-keys": "^0.2.1",
"@stdlib/utils-noop": "^0.2.1",
"proxyquire": "^2.0.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
"@stdlib/bench-harness": "^0.2.1"
},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"standard",
"library",
"std",
"lib",
"simulation",
"simulate",
"iterator",
"iterable",
"iteration",
"iter"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}