|
39 | 39 | "url": "https://github.com/stdlib-js/stdlib/issues" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
42 | | - "@stdlib/assert-has-own-property": "^0.0.x", |
43 | | - "@stdlib/assert-is-array": "^0.0.x", |
44 | | - "@stdlib/assert-is-boolean": "^0.0.x", |
45 | | - "@stdlib/assert-is-collection": "^0.0.x", |
46 | | - "@stdlib/assert-is-function": "^0.0.x", |
47 | | - "@stdlib/assert-is-integer": "^0.0.x", |
48 | | - "@stdlib/assert-is-integer-array": "^0.0.x", |
49 | | - "@stdlib/assert-is-nonnegative-integer": "^0.0.x", |
50 | | - "@stdlib/assert-is-nonnegative-integer-array": "^0.0.x", |
51 | | - "@stdlib/assert-is-plain-object": "^0.0.x", |
52 | | - "@stdlib/complex-float32": "^0.0.x", |
53 | | - "@stdlib/complex-float64": "^0.0.x", |
54 | | - "@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.0.x", |
55 | | - "@stdlib/ndarray-base-assert-is-data-type": "^0.0.x", |
56 | | - "@stdlib/ndarray-base-assert-is-index-mode": "^0.0.x", |
57 | | - "@stdlib/ndarray-base-assert-is-order": "^0.0.x", |
58 | | - "@stdlib/ndarray-base-bytes-per-element": "^0.0.x", |
59 | | - "@stdlib/ndarray-base-ctor": "^0.0.x", |
60 | | - "@stdlib/ndarray-base-dtype-char": "^0.0.x", |
61 | | - "@stdlib/ndarray-base-ind": "^0.0.x", |
62 | | - "@stdlib/ndarray-base-iteration-order": "^0.0.x", |
63 | | - "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.0.x", |
64 | | - "@stdlib/ndarray-base-numel": "^0.0.x", |
65 | | - "@stdlib/ndarray-base-strides2order": "^0.0.x", |
66 | | - "@stdlib/ndarray-dtypes": "^0.0.x", |
67 | | - "@stdlib/ndarray-index-modes": "^0.0.x", |
68 | | - "@stdlib/ndarray-orders": "^0.0.x", |
69 | | - "@stdlib/string-format": "^0.0.x", |
70 | | - "@stdlib/types": "^0.0.x", |
71 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x", |
72 | | - "@stdlib/utils-inherit": "^0.0.x", |
73 | | - "@stdlib/utils-library-manifest": "^0.0.x" |
| 42 | + "@stdlib/assert-has-own-property": "^0.0.7", |
| 43 | + "@stdlib/assert-is-array": "^0.0.7", |
| 44 | + "@stdlib/assert-is-boolean": "^0.0.8", |
| 45 | + "@stdlib/assert-is-collection": "^0.0.8", |
| 46 | + "@stdlib/assert-is-function": "^0.0.8", |
| 47 | + "@stdlib/assert-is-integer": "^0.0.8", |
| 48 | + "@stdlib/assert-is-integer-array": "^0.0.8", |
| 49 | + "@stdlib/assert-is-nonnegative-integer": "^0.0.7", |
| 50 | + "@stdlib/assert-is-nonnegative-integer-array": "^0.0.8", |
| 51 | + "@stdlib/assert-is-plain-object": "^0.0.7", |
| 52 | + "@stdlib/complex-float32": "^0.0.7", |
| 53 | + "@stdlib/complex-float64": "^0.0.8", |
| 54 | + "@stdlib/ndarray-base-assert-is-buffer-length-compatible": "^0.0.8", |
| 55 | + "@stdlib/ndarray-base-assert-is-data-type": "^0.0.8", |
| 56 | + "@stdlib/ndarray-base-assert-is-index-mode": "^0.0.7", |
| 57 | + "@stdlib/ndarray-base-assert-is-order": "^0.0.7", |
| 58 | + "@stdlib/ndarray-base-bytes-per-element": "^0.0.8", |
| 59 | + "@stdlib/ndarray-base-ctor": "^0.0.6", |
| 60 | + "@stdlib/ndarray-base-dtype-char": "^0.0.8", |
| 61 | + "@stdlib/ndarray-base-ind": "^0.0.8", |
| 62 | + "@stdlib/ndarray-base-iteration-order": "^0.0.8", |
| 63 | + "@stdlib/ndarray-base-minmax-view-buffer-index": "^0.0.8", |
| 64 | + "@stdlib/ndarray-base-numel": "^0.0.8", |
| 65 | + "@stdlib/ndarray-base-strides2order": "^0.0.6", |
| 66 | + "@stdlib/ndarray-dtypes": "^0.0.9", |
| 67 | + "@stdlib/ndarray-index-modes": "^0.0.8", |
| 68 | + "@stdlib/ndarray-orders": "^0.0.8", |
| 69 | + "@stdlib/string-format": "^0.0.3", |
| 70 | + "@stdlib/types": "^0.0.14", |
| 71 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.7", |
| 72 | + "@stdlib/utils-inherit": "^0.0.8", |
| 73 | + "@stdlib/utils-library-manifest": "^0.0.8" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@stdlib/array-complex128": "^0.0.x", |
77 | | - "@stdlib/array-complex64": "^0.0.x", |
78 | | - "@stdlib/array-float32": "^0.0.x", |
79 | | - "@stdlib/array-float64": "^0.0.x", |
80 | | - "@stdlib/assert-has-property": "^0.0.x", |
81 | | - "@stdlib/assert-instance-of": "^0.0.x", |
82 | | - "@stdlib/assert-is-positive-integer": "^0.0.x", |
83 | | - "@stdlib/bench": "^0.0.x", |
84 | | - "@stdlib/complex-imagf": "^0.0.x", |
85 | | - "@stdlib/complex-realf": "^0.0.x", |
86 | | - "@stdlib/math-base-special-floor": "^0.0.x", |
87 | | - "@stdlib/random-base-randu": "^0.0.x", |
| 76 | + "@stdlib/array-complex128": "^0.0.6", |
| 77 | + "@stdlib/array-complex64": "^0.0.6", |
| 78 | + "@stdlib/array-float32": "^0.0.6", |
| 79 | + "@stdlib/array-float64": "^0.0.6", |
| 80 | + "@stdlib/assert-has-property": "^0.0.7", |
| 81 | + "@stdlib/assert-instance-of": "^0.0.8", |
| 82 | + "@stdlib/assert-is-positive-integer": "^0.0.7", |
| 83 | + "@stdlib/bench": "^0.0.12", |
| 84 | + "@stdlib/complex-imagf": "^0.0.1", |
| 85 | + "@stdlib/complex-realf": "^0.0.1", |
| 86 | + "@stdlib/math-base-special-floor": "^0.0.8", |
| 87 | + "@stdlib/random-base-randu": "^0.0.8", |
88 | 88 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
89 | 89 | "istanbul": "^0.4.1", |
90 | 90 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git" |
|
126 | 126 | ], |
127 | 127 | "__stdlib__": {}, |
128 | 128 | "funding": { |
129 | | - "type": "patreon", |
130 | | - "url": "https://www.patreon.com/athan" |
| 129 | + "type": "opencollective", |
| 130 | + "url": "https://opencollective.com/stdlib" |
131 | 131 | } |
132 | 132 | } |
0 commit comments