Skip to content

Commit c03fbea

Browse files
fix: requested changes for merging
2 parents 339177b + 15a1229 commit c03fbea

File tree

19 files changed

+413
-325
lines changed

19 files changed

+413
-325
lines changed

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Adarsh Palaskar <83298237+adarshpalaskar1@users.noreply.github.com>
56
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
67
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
78
Ali Salesi <ali_sal1381@yahoo.com>
@@ -42,6 +43,7 @@ Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
4243
Pranav Goswami <goswami.4@iitj.ac.in>
4344
Praneki <97080887+PraneGIT@users.noreply.github.com>
4445
Pratik <97464067+Pratik772846@users.noreply.github.com>
46+
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
4547
Ricky Reusser <rsreusser@gmail.com>
4648
Robert Gislason <gztown2216@yahoo.com>
4749
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
@@ -54,6 +56,7 @@ Shubham <shubh622005@gmail.com>
5456
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
5557
Spandan Barve <114365550+marsian83@users.noreply.github.com>
5658
Stephannie Jiménez Gacha <steff456@hotmail.com>
59+
Utkarsh <137638507+Ut-the-pro@users.noreply.github.com>
5760
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
5861
orimiles5 <97595296+orimiles5@users.noreply.github.com>
5962
rei2hu <reimu@reimu.ws>
Lines changed: 61 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,64 @@
11
{
2-
"name": "@stdlib/array/base/count-same-value-zero",
3-
"version": "0.0.0",
4-
"description": "Count the number of elements that are equal to a given value in an array.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/array/base/count-same-value-zero",
3+
"version": "0.0.0",
4+
"description": "Count the number of elements that are equal to a given value in an array.",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "The Stdlib Authors",
8+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9+
},
10+
"contributors": [
11+
{
712
"name": "The Stdlib Authors",
813
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
24-
"types": "./docs/types",
25-
"scripts": {},
26-
"homepage": "https://github.com/stdlib-js/stdlib",
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/stdlib-js/stdlib.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/stdlib-js/stdlib/issues"
33-
},
34-
"dependencies": {},
35-
"devDependencies": {},
36-
"engines": {
37-
"node": ">=0.10.0",
38-
"npm": ">2.7.0"
39-
},
40-
"os": [
41-
"aix",
42-
"darwin",
43-
"freebsd",
44-
"linux",
45-
"macos",
46-
"openbsd",
47-
"sunos",
48-
"win32",
49-
"windows"
50-
],
51-
"keywords": [
52-
"stdlib",
53-
"stdtypes",
54-
"types",
55-
"data",
56-
"structure",
57-
"array",
58-
"count",
59-
"sum",
60-
"summation",
61-
"countif",
62-
"total",
63-
"same"
64-
]
65-
}
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"lib": "./lib",
21+
"test": "./test"
22+
},
23+
"types": "./docs/types",
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
26+
"repository": {
27+
"type": "git",
28+
"url": "git://github.com/stdlib-js/stdlib.git"
29+
},
30+
"bugs": {
31+
"url": "https://github.com/stdlib-js/stdlib/issues"
32+
},
33+
"dependencies": {},
34+
"devDependencies": {},
35+
"engines": {
36+
"node": ">=0.10.0",
37+
"npm": ">2.7.0"
38+
},
39+
"os": [
40+
"aix",
41+
"darwin",
42+
"freebsd",
43+
"linux",
44+
"macos",
45+
"openbsd",
46+
"sunos",
47+
"win32",
48+
"windows"
49+
],
50+
"keywords": [
51+
"stdlib",
52+
"stdtypes",
53+
"types",
54+
"data",
55+
"structure",
56+
"array",
57+
"count",
58+
"sum",
59+
"summation",
60+
"countif",
61+
"total",
62+
"same"
63+
]
64+
}
Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11
{
2-
"name": "@stdlib/array/base/with",
3-
"version": "0.0.0",
4-
"description": "Return a new array after replacing an index with a given value.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/array/base/with",
3+
"version": "0.0.0",
4+
"description": "Return a new array after replacing an index with a given value.",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "The Stdlib Authors",
8+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9+
},
10+
"contributors": [
11+
{
712
"name": "The Stdlib Authors",
813
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
24-
"types": "./docs/types",
25-
"scripts": {},
26-
"homepage": "https://github.com/stdlib-js/stdlib",
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/stdlib-js/stdlib.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/stdlib-js/stdlib/issues"
33-
},
34-
"dependencies": {},
35-
"devDependencies": {},
36-
"engines": {
37-
"node": ">=0.10.0",
38-
"npm": ">2.7.0"
39-
},
40-
"os": [
41-
"aix",
42-
"darwin",
43-
"freebsd",
44-
"linux",
45-
"macos",
46-
"openbsd",
47-
"sunos",
48-
"win32",
49-
"windows"
50-
],
51-
"keywords": [
52-
"stdlib",
53-
"base",
54-
"array",
55-
"typed",
56-
"collection",
57-
"vector",
58-
"with",
59-
"get",
60-
"getter",
61-
"accessor",
62-
"access",
63-
"retrieve"
64-
],
65-
"__stdlib__": {}
66-
}
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"types": "./docs/types",
25+
"scripts": {},
26+
"homepage": "https://github.com/stdlib-js/stdlib",
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/stdlib-js/stdlib.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/stdlib-js/stdlib/issues"
33+
},
34+
"dependencies": {},
35+
"devDependencies": {},
36+
"engines": {
37+
"node": ">=0.10.0",
38+
"npm": ">2.7.0"
39+
},
40+
"os": [
41+
"aix",
42+
"darwin",
43+
"freebsd",
44+
"linux",
45+
"macos",
46+
"openbsd",
47+
"sunos",
48+
"win32",
49+
"windows"
50+
],
51+
"keywords": [
52+
"stdlib",
53+
"base",
54+
"array",
55+
"typed",
56+
"collection",
57+
"vector",
58+
"with",
59+
"get",
60+
"getter",
61+
"accessor",
62+
"access",
63+
"retrieve"
64+
],
65+
"__stdlib__": {}
66+
}

0 commit comments

Comments
 (0)