@stdlib/utils-map2-right 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +18 -46
package/README.md
CHANGED
|
@@ -367,8 +367,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
|
|
|
367
367
|
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-map2-right.svg
|
|
368
368
|
[npm-url]: https://npmjs.org/package/@stdlib/utils-map2-right
|
|
369
369
|
|
|
370
|
-
[test-image]: https://github.com/stdlib-js/utils-map2-right/actions/workflows/test.yml/badge.svg?branch=v0.2.
|
|
371
|
-
[test-url]: https://github.com/stdlib-js/utils-map2-right/actions/workflows/test.yml?query=branch:v0.2.
|
|
370
|
+
[test-image]: https://github.com/stdlib-js/utils-map2-right/actions/workflows/test.yml/badge.svg?branch=v0.2.1
|
|
371
|
+
[test-url]: https://github.com/stdlib-js/utils-map2-right/actions/workflows/test.yml?query=branch:v0.2.1
|
|
372
372
|
|
|
373
373
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-map2-right/main.svg
|
|
374
374
|
[coverage-url]: https://codecov.io/github/stdlib-js/utils-map2-right?branch=main
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/utils-map2-right",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Apply a function to elements in two input arrays while iterating from right to left and assign the results to an output array.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -15,19 +15,12 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
|
-
"benchmark": "./benchmark",
|
|
19
18
|
"doc": "./docs",
|
|
20
|
-
"example": "./examples",
|
|
21
19
|
"lib": "./lib",
|
|
22
|
-
"
|
|
20
|
+
"dist": "./dist"
|
|
23
21
|
},
|
|
24
22
|
"types": "./docs/types",
|
|
25
|
-
"scripts": {
|
|
26
|
-
"test": "make test",
|
|
27
|
-
"test-cov": "make test-cov",
|
|
28
|
-
"examples": "make examples",
|
|
29
|
-
"benchmark": "make benchmark"
|
|
30
|
-
},
|
|
23
|
+
"scripts": {},
|
|
31
24
|
"homepage": "https://stdlib.io",
|
|
32
25
|
"repository": {
|
|
33
26
|
"type": "git",
|
|
@@ -37,43 +30,22 @@
|
|
|
37
30
|
"url": "https://github.com/stdlib-js/stdlib/issues"
|
|
38
31
|
},
|
|
39
32
|
"dependencies": {
|
|
40
|
-
"@stdlib/array-base-arraylike2object": "^0.2.
|
|
41
|
-
"@stdlib/array-base-zeros": "^0.2.
|
|
42
|
-
"@stdlib/assert-is-array-like-object": "^0.2.
|
|
43
|
-
"@stdlib/assert-is-function": "^0.2.
|
|
44
|
-
"@stdlib/assert-is-ndarray-like": "^0.2.
|
|
45
|
-
"@stdlib/ndarray-base-assert-is-read-only": "^0.2.
|
|
46
|
-
"@stdlib/ndarray-base-broadcast-shapes": "^0.2.
|
|
47
|
-
"@stdlib/ndarray-base-maybe-broadcast-array": "^0.2.
|
|
48
|
-
"@stdlib/ndarray-base-ndarraylike2object": "^0.2.
|
|
49
|
-
"@stdlib/ndarray-base-vind2bind": "^0.2.
|
|
50
|
-
"@stdlib/ndarray-zeros": "^0.2.
|
|
51
|
-
"@stdlib/string-format": "^0.2.
|
|
52
|
-
"@stdlib/
|
|
53
|
-
"@stdlib/
|
|
54
|
-
"@stdlib/error-tools-fmtprodmsg": "^0.2.0"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@stdlib/array-base-filled": "^0.2.0",
|
|
58
|
-
"@stdlib/array-complex64": "^0.1.0",
|
|
59
|
-
"@stdlib/array-filled-by": "^0.1.0",
|
|
60
|
-
"@stdlib/array-float64": "^0.2.0",
|
|
61
|
-
"@stdlib/assert-is-array": "^0.2.0",
|
|
62
|
-
"@stdlib/complex-imagf": "^0.2.0",
|
|
63
|
-
"@stdlib/complex-realf": "^0.2.0",
|
|
64
|
-
"@stdlib/math-base-ops-add": "^0.2.0",
|
|
65
|
-
"@stdlib/math-base-ops-caddf": "^0.2.0",
|
|
66
|
-
"@stdlib/math-base-special-pow": "^0.2.0",
|
|
67
|
-
"@stdlib/ndarray-array": "^0.1.0",
|
|
68
|
-
"@stdlib/ndarray-ctor": "^0.1.0",
|
|
69
|
-
"@stdlib/random-base-discrete-uniform": "^0.1.0",
|
|
70
|
-
"@stdlib/utils-nary-function": "^0.2.0",
|
|
71
|
-
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
|
|
72
|
-
"istanbul": "^0.4.1",
|
|
73
|
-
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
|
|
74
|
-
"@stdlib/bench-harness": "^0.2.0",
|
|
75
|
-
"@stdlib/bench": "^0.3.1"
|
|
33
|
+
"@stdlib/array-base-arraylike2object": "^0.2.1",
|
|
34
|
+
"@stdlib/array-base-zeros": "^0.2.1",
|
|
35
|
+
"@stdlib/assert-is-array-like-object": "^0.2.1",
|
|
36
|
+
"@stdlib/assert-is-function": "^0.2.1",
|
|
37
|
+
"@stdlib/assert-is-ndarray-like": "^0.2.1",
|
|
38
|
+
"@stdlib/ndarray-base-assert-is-read-only": "^0.2.1",
|
|
39
|
+
"@stdlib/ndarray-base-broadcast-shapes": "^0.2.1",
|
|
40
|
+
"@stdlib/ndarray-base-maybe-broadcast-array": "^0.2.1",
|
|
41
|
+
"@stdlib/ndarray-base-ndarraylike2object": "^0.2.1",
|
|
42
|
+
"@stdlib/ndarray-base-vind2bind": "^0.2.1",
|
|
43
|
+
"@stdlib/ndarray-zeros": "^0.2.1",
|
|
44
|
+
"@stdlib/string-format": "^0.2.1",
|
|
45
|
+
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1",
|
|
46
|
+
"@stdlib/error-tools-fmtprodmsg": "^0.2.1"
|
|
76
47
|
},
|
|
48
|
+
"devDependencies": {},
|
|
77
49
|
"engines": {
|
|
78
50
|
"node": ">=0.10.0",
|
|
79
51
|
"npm": ">2.7.0"
|