|
1 | 1 | {
|
2 | 2 | "name": "@stdlib/random-base",
|
3 |
| - "version": "0.0.6", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Base pseudorandom number generators.",
|
5 | 5 | "license": "Apache-2.0",
|
6 | 6 | "author": {
|
|
81 | 81 | "@stdlib/random-base-triangular": "^0.0.6",
|
82 | 82 | "@stdlib/random-base-uniform": "^0.0.6",
|
83 | 83 | "@stdlib/random-base-weibull": "^0.0.6",
|
84 |
| - "@stdlib/utils-define-read-only-property": "^0.0.8", |
85 |
| - "@stdlib/utils-library-manifest": "^0.0.8" |
| 84 | + "@stdlib/utils-define-read-only-property": "^0.1.0", |
| 85 | + "@stdlib/utils-library-manifest": "^0.1.0" |
86 | 86 | },
|
87 | 87 | "devDependencies": {
|
88 |
| - "@stdlib/array-int32": "^0.0.6", |
89 |
| - "@stdlib/array-to-json": "^0.0.7", |
90 |
| - "@stdlib/array-uint32": "^0.0.6", |
91 |
| - "@stdlib/assert-contains": "^0.0.7", |
92 |
| - "@stdlib/assert-has-own-property": "^0.0.7", |
93 |
| - "@stdlib/assert-is-array": "^0.0.7", |
94 |
| - "@stdlib/assert-is-array-like-object": "^0.0.8", |
95 |
| - "@stdlib/assert-is-boolean": "^0.0.8", |
96 |
| - "@stdlib/assert-is-collection": "^0.0.8", |
97 |
| - "@stdlib/assert-is-function": "^0.0.8", |
98 |
| - "@stdlib/assert-is-int32array": "^0.0.8", |
99 |
| - "@stdlib/assert-is-integer": "^0.0.8", |
100 |
| - "@stdlib/assert-is-nan": "^0.0.8", |
101 |
| - "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
102 |
| - "@stdlib/assert-is-number": "^0.0.7", |
103 |
| - "@stdlib/assert-is-plain-object": "^0.0.7", |
104 |
| - "@stdlib/assert-is-positive-integer": "^0.0.7", |
105 |
| - "@stdlib/assert-is-positive-number": "^0.0.7", |
106 |
| - "@stdlib/assert-is-prng-like": "^0.0.8", |
107 |
| - "@stdlib/assert-is-probability": "^0.0.7", |
108 |
| - "@stdlib/assert-is-string": "^0.0.8", |
109 |
| - "@stdlib/assert-is-uint32array": "^0.0.8", |
110 |
| - "@stdlib/bench": "^0.0.12", |
111 |
| - "@stdlib/blas-base-gcopy": "^0.0.8", |
112 |
| - "@stdlib/constants-float64-eps": "^0.0.8", |
113 |
| - "@stdlib/constants-float64-half-pi": "^0.0.8", |
114 |
| - "@stdlib/constants-float64-ln-sqrt-two-pi": "^0.0.8", |
115 |
| - "@stdlib/constants-float64-max-safe-integer": "^0.0.8", |
116 |
| - "@stdlib/constants-float64-pi": "^0.0.8", |
117 |
| - "@stdlib/constants-float64-pinf": "^0.0.8", |
118 |
| - "@stdlib/constants-float64-two-pi": "^0.0.8", |
119 |
| - "@stdlib/constants-int32-max": "^0.0.7", |
120 |
| - "@stdlib/constants-uint32-max": "^0.0.7", |
121 |
| - "@stdlib/fs-exists": "^0.0.8", |
122 |
| - "@stdlib/fs-read-dir": "^0.0.8", |
123 |
| - "@stdlib/fs-write-file": "^0.0.8", |
124 |
| - "@stdlib/math-base-assert-is-integer": "^0.0.7", |
125 |
| - "@stdlib/math-base-assert-is-nan": "^0.0.8", |
126 |
| - "@stdlib/math-base-assert-is-nonnegative-integer": "^0.0.7", |
127 |
| - "@stdlib/math-base-assert-is-positive-integer": "^0.0.7", |
128 |
| - "@stdlib/math-base-assert-is-probability": "^0.0.7", |
129 |
| - "@stdlib/math-base-ops-umul": "^0.0.1", |
130 |
| - "@stdlib/math-base-special-abs": "^0.0.6", |
131 |
| - "@stdlib/math-base-special-ceil": "^0.0.8", |
132 |
| - "@stdlib/math-base-special-cos": "^0.0.6", |
133 |
| - "@stdlib/math-base-special-exp": "^0.0.6", |
134 |
| - "@stdlib/math-base-special-factorial": "^0.0.6", |
135 |
| - "@stdlib/math-base-special-factorialln": "^0.0.6", |
136 |
| - "@stdlib/math-base-special-floor": "^0.0.8", |
137 |
| - "@stdlib/math-base-special-ln": "^0.0.6", |
138 |
| - "@stdlib/math-base-special-max": "^0.0.7", |
139 |
| - "@stdlib/math-base-special-pow": "^0.0.7", |
140 |
| - "@stdlib/math-base-special-round": "^0.0.7", |
141 |
| - "@stdlib/math-base-special-signum": "^0.0.8", |
142 |
| - "@stdlib/math-base-special-sin": "^0.0.6", |
143 |
| - "@stdlib/math-base-special-sqrt": "^0.0.8", |
144 |
| - "@stdlib/math-base-special-tan": "^0.0.6", |
145 |
| - "@stdlib/object-assign": "github:stdlib-js/object-assign#main", |
146 |
| - "@stdlib/process-env": "^0.0.7", |
147 |
| - "@stdlib/stats-base-dists-cosine-quantile": "^0.0.7", |
148 |
| - "@stdlib/stats-base-dists-normal-quantile": "^0.0.7", |
| 88 | + "@stdlib/array-int32": "^0.1.0", |
| 89 | + "@stdlib/array-to-json": "^0.1.0", |
| 90 | + "@stdlib/array-uint32": "^0.1.0", |
| 91 | + "@stdlib/assert-contains": "^0.1.0", |
| 92 | + "@stdlib/assert-has-own-property": "^0.1.0", |
| 93 | + "@stdlib/assert-is-array": "^0.1.0", |
| 94 | + "@stdlib/assert-is-array-like-object": "^0.1.0", |
| 95 | + "@stdlib/assert-is-boolean": "^0.1.0", |
| 96 | + "@stdlib/assert-is-collection": "^0.1.0", |
| 97 | + "@stdlib/assert-is-function": "^0.1.0", |
| 98 | + "@stdlib/assert-is-int32array": "^0.1.0", |
| 99 | + "@stdlib/assert-is-integer": "^0.1.0", |
| 100 | + "@stdlib/assert-is-nan": "^0.1.0", |
| 101 | + "@stdlib/assert-is-nonnegative-integer": "^0.1.0", |
| 102 | + "@stdlib/assert-is-number": "^0.1.0", |
| 103 | + "@stdlib/assert-is-plain-object": "^0.1.0", |
| 104 | + "@stdlib/assert-is-positive-integer": "^0.1.0", |
| 105 | + "@stdlib/assert-is-positive-number": "^0.1.0", |
| 106 | + "@stdlib/assert-is-prng-like": "^0.1.0", |
| 107 | + "@stdlib/assert-is-probability": "^0.1.0", |
| 108 | + "@stdlib/assert-is-string": "^0.1.0", |
| 109 | + "@stdlib/assert-is-uint32array": "^0.1.0", |
| 110 | + "@stdlib/bench": "^0.1.0", |
| 111 | + "@stdlib/blas-base-gcopy": "^0.1.0", |
| 112 | + "@stdlib/constants-float64-eps": "^0.1.0", |
| 113 | + "@stdlib/constants-float64-half-pi": "^0.1.0", |
| 114 | + "@stdlib/constants-float64-ln-sqrt-two-pi": "^0.1.0", |
| 115 | + "@stdlib/constants-float64-max-safe-integer": "^0.1.0", |
| 116 | + "@stdlib/constants-float64-pi": "^0.1.0", |
| 117 | + "@stdlib/constants-float64-pinf": "^0.1.0", |
| 118 | + "@stdlib/constants-float64-two-pi": "^0.1.0", |
| 119 | + "@stdlib/constants-int32-max": "^0.1.0", |
| 120 | + "@stdlib/constants-uint32-max": "^0.1.0", |
| 121 | + "@stdlib/fs-exists": "^0.1.0", |
| 122 | + "@stdlib/fs-read-dir": "^0.1.0", |
| 123 | + "@stdlib/fs-write-file": "^0.1.0", |
| 124 | + "@stdlib/math-base-assert-is-integer": "^0.1.0", |
| 125 | + "@stdlib/math-base-assert-is-nan": "^0.1.0", |
| 126 | + "@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.0", |
| 127 | + "@stdlib/math-base-assert-is-positive-integer": "^0.1.0", |
| 128 | + "@stdlib/math-base-assert-is-probability": "^0.1.0", |
| 129 | + "@stdlib/math-base-ops-umul": "^0.1.0", |
| 130 | + "@stdlib/math-base-special-abs": "^0.1.0", |
| 131 | + "@stdlib/math-base-special-ceil": "^0.1.0", |
| 132 | + "@stdlib/math-base-special-cos": "^0.1.0", |
| 133 | + "@stdlib/math-base-special-exp": "^0.1.0", |
| 134 | + "@stdlib/math-base-special-factorial": "^0.1.0", |
| 135 | + "@stdlib/math-base-special-factorialln": "^0.1.0", |
| 136 | + "@stdlib/math-base-special-floor": "^0.1.0", |
| 137 | + "@stdlib/math-base-special-ln": "^0.1.0", |
| 138 | + "@stdlib/math-base-special-max": "^0.1.0", |
| 139 | + "@stdlib/math-base-special-pow": "^0.1.0", |
| 140 | + "@stdlib/math-base-special-round": "^0.1.0", |
| 141 | + "@stdlib/math-base-special-signum": "^0.1.0", |
| 142 | + "@stdlib/math-base-special-sin": "^0.1.0", |
| 143 | + "@stdlib/math-base-special-sqrt": "^0.1.0", |
| 144 | + "@stdlib/math-base-special-tan": "^0.1.0", |
| 145 | + "@stdlib/object-assign": "^0.1.0", |
| 146 | + "@stdlib/process-env": "^0.1.0", |
| 147 | + "@stdlib/stats-base-dists-cosine-quantile": "^0.1.0", |
| 148 | + "@stdlib/stats-base-dists-normal-quantile": "^0.1.0", |
149 | 149 | "@stdlib/stats-chi2gof": "^0.0.8",
|
150 |
| - "@stdlib/stats-kstest": "^0.0.7", |
151 |
| - "@stdlib/string-format": "^0.0.3", |
152 |
| - "@stdlib/time-current-year": "^0.0.2", |
153 |
| - "@stdlib/time-now": "^0.0.9", |
154 |
| - "@stdlib/utils-constant-function": "^0.0.8", |
155 |
| - "@stdlib/utils-copy": "^0.0.7", |
156 |
| - "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.0.7", |
157 |
| - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
158 |
| - "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.0.7", |
159 |
| - "@stdlib/utils-keys": "^0.0.7", |
160 |
| - "@stdlib/utils-noop": "^0.0.14", |
161 |
| - "@stdlib/utils-parse-json": "^0.0.8", |
| 150 | + "@stdlib/stats-kstest": "^0.1.0", |
| 151 | + "@stdlib/string-format": "^0.1.0", |
| 152 | + "@stdlib/time-current-year": "^0.1.0", |
| 153 | + "@stdlib/time-now": "^0.1.0", |
| 154 | + "@stdlib/utils-constant-function": "^0.1.0", |
| 155 | + "@stdlib/utils-copy": "^0.1.0", |
| 156 | + "@stdlib/utils-define-nonenumerable-read-only-accessor": "^0.1.0", |
| 157 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0", |
| 158 | + "@stdlib/utils-define-nonenumerable-read-write-accessor": "^0.1.0", |
| 159 | + "@stdlib/utils-keys": "^0.1.0", |
| 160 | + "@stdlib/utils-noop": "^0.1.0", |
| 161 | + "@stdlib/utils-parse-json": "^0.1.0", |
162 | 162 | "proxyquire": "^2.0.0",
|
163 | 163 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
164 | 164 | "istanbul": "^0.4.1",
|
|
0 commit comments