|
53 | 53 | "url": "https://github.com/stdlib-js/stdlib/issues" |
54 | 54 | }, |
55 | 55 | "dependencies":{ |
56 | | -"@stdlib/array": "git+https://github.com/stdlib-js/array.git#main", |
57 | | -"@stdlib/assert": "git+https://github.com/stdlib-js/assert.git#main", |
58 | | -"@stdlib/bench": "git+https://github.com/stdlib-js/bench.git#main", |
59 | | -"@stdlib/bigint": "git+https://github.com/stdlib-js/bigint.git#main", |
60 | | -"@stdlib/blas": "git+https://github.com/stdlib-js/blas.git#main", |
61 | | -"@stdlib/boolean": "git+https://github.com/stdlib-js/boolean.git#main", |
62 | | -"@stdlib/buffer": "git+https://github.com/stdlib-js/buffer.git#main", |
63 | | -"@stdlib/cli": "git+https://github.com/stdlib-js/cli.git#main", |
64 | | -"@stdlib/complex": "git+https://github.com/stdlib-js/complex.git#main", |
65 | | -"@stdlib/console": "git+https://github.com/stdlib-js/console.git#main", |
66 | | -"@stdlib/constants": "git+https://github.com/stdlib-js/constants.git#main", |
67 | | -"@stdlib/datasets": "git+https://github.com/stdlib-js/datasets.git#main", |
68 | | -"@stdlib/error": "git+https://github.com/stdlib-js/error.git#main", |
69 | | -"@stdlib/fs": "git+https://github.com/stdlib-js/fs.git#main", |
70 | | -"@stdlib/function": "git+https://github.com/stdlib-js/function.git#main", |
71 | | -"@stdlib/iter": "git+https://github.com/stdlib-js/iter.git#main", |
72 | | -"@stdlib/math": "git+https://github.com/stdlib-js/math.git#main", |
73 | | -"@stdlib/ml": "git+https://github.com/stdlib-js/ml.git#main", |
74 | | -"@stdlib/namespace": "git+https://github.com/stdlib-js/namespace.git#main", |
75 | | -"@stdlib/napi": "git+https://github.com/stdlib-js/napi.git#main", |
76 | | -"@stdlib/ndarray": "git+https://github.com/stdlib-js/ndarray.git#main", |
77 | | -"@stdlib/net": "git+https://github.com/stdlib-js/net.git#main", |
78 | | -"@stdlib/nlp": "git+https://github.com/stdlib-js/nlp.git#main", |
79 | | -"@stdlib/number": "git+https://github.com/stdlib-js/number.git#main", |
80 | | -"@stdlib/object": "git+https://github.com/stdlib-js/object.git#main", |
81 | | -"@stdlib/os": "git+https://github.com/stdlib-js/os.git#main", |
82 | | -"@stdlib/plot": "git+https://github.com/stdlib-js/plot.git#main", |
83 | | -"@stdlib/process": "git+https://github.com/stdlib-js/process.git#main", |
84 | | -"@stdlib/proxy": "git+https://github.com/stdlib-js/proxy.git#main", |
85 | | -"@stdlib/random": "git+https://github.com/stdlib-js/random.git#main", |
86 | | -"@stdlib/regexp": "git+https://github.com/stdlib-js/regexp.git#main", |
87 | | -"@stdlib/repl": "git+https://github.com/stdlib-js/repl.git#main", |
88 | | -"@stdlib/simulate": "git+https://github.com/stdlib-js/simulate.git#main", |
89 | | -"@stdlib/slice": "git+https://github.com/stdlib-js/slice.git#main", |
90 | | -"@stdlib/stats": "git+https://github.com/stdlib-js/stats.git#main", |
91 | | -"@stdlib/streams": "git+https://github.com/stdlib-js/streams.git#main", |
92 | | -"@stdlib/strided": "git+https://github.com/stdlib-js/strided.git#main", |
93 | | -"@stdlib/string": "git+https://github.com/stdlib-js/string.git#main", |
94 | | -"@stdlib/symbol": "git+https://github.com/stdlib-js/symbol.git#main", |
95 | | -"@stdlib/time": "git+https://github.com/stdlib-js/time.git#main", |
96 | | -"@stdlib/types": "git+https://github.com/stdlib-js/types.git#main", |
97 | | -"@stdlib/utils": "git+https://github.com/stdlib-js/utils.git#main", |
| 56 | +"@stdlib/array": "^0.1.1", |
| 57 | +"@stdlib/assert": "^0.1.1", |
| 58 | +"@stdlib/bench": "^0.2.0", |
| 59 | +"@stdlib/bigint": "^0.1.1", |
| 60 | +"@stdlib/blas": "^0.1.1", |
| 61 | +"@stdlib/boolean": "^0.1.1", |
| 62 | +"@stdlib/buffer": "^0.1.1", |
| 63 | +"@stdlib/cli": "^0.1.1", |
| 64 | +"@stdlib/complex": "^0.1.1", |
| 65 | +"@stdlib/console": "^0.1.1", |
| 66 | +"@stdlib/constants": "^0.1.1", |
| 67 | +"@stdlib/datasets": "^0.1.0", |
| 68 | +"@stdlib/error": "^0.1.1", |
| 69 | +"@stdlib/fs": "^0.1.1", |
| 70 | +"@stdlib/function": "^0.1.1", |
| 71 | +"@stdlib/iter": "^0.1.1", |
| 72 | +"@stdlib/math": "^0.1.1", |
| 73 | +"@stdlib/ml": "^0.1.1", |
| 74 | +"@stdlib/namespace": "^0.1.1", |
| 75 | +"@stdlib/napi": "^0.1.1", |
| 76 | +"@stdlib/ndarray": "^0.1.1", |
| 77 | +"@stdlib/net": "^0.1.1", |
| 78 | +"@stdlib/nlp": "^0.1.1", |
| 79 | +"@stdlib/number": "^0.1.1", |
| 80 | +"@stdlib/object": "^0.1.1", |
| 81 | +"@stdlib/os": "^0.1.1", |
| 82 | +"@stdlib/plot": "^0.1.1", |
| 83 | +"@stdlib/process": "^0.1.1", |
| 84 | +"@stdlib/proxy": "^0.1.1", |
| 85 | +"@stdlib/random": "^0.1.1", |
| 86 | +"@stdlib/regexp": "^0.1.1", |
| 87 | +"@stdlib/repl": "^0.1.1", |
| 88 | +"@stdlib/simulate": "^0.1.1", |
| 89 | +"@stdlib/slice": "^0.1.1", |
| 90 | +"@stdlib/stats": "^0.1.1", |
| 91 | +"@stdlib/streams": "^0.1.1", |
| 92 | +"@stdlib/strided": "^0.1.1", |
| 93 | +"@stdlib/string": "^0.1.1", |
| 94 | +"@stdlib/symbol": "^0.1.1", |
| 95 | +"@stdlib/time": "^0.1.1", |
| 96 | +"@stdlib/types": "^0.2.0", |
| 97 | +"@stdlib/utils": "^0.1.1", |
98 | 98 | "acorn": "^8.1.0", |
99 | 99 | "acorn-loose": "^8.0.2", |
100 | 100 | "acorn-walk": "^8.0.2", |
|
0 commit comments