Skip to content

Commit b62f3c0

Browse files
committed
Update package.json fields
1 parent 74a17a9 commit b62f3c0

File tree

18 files changed

+556
-234
lines changed

18 files changed

+556
-234
lines changed

lib/node_modules/@stdlib/math/base/assert/int32-is-even/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/math/base/assert/int32-is-even",
33
"version": "0.0.0",
44
"description": "Test if a 32-bit integer is even.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -12,13 +13,40 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1726
"repository": {
1827
"type": "git",
1928
"url": "git://github.com/stdlib-js/stdlib.git"
2029
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
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+
],
2250
"keywords": [
2351
"stdlib",
2452
"stdmath",
@@ -42,15 +70,5 @@
4270
"validate",
4371
"test",
4472
"valid"
45-
],
46-
"bugs": {
47-
"url": "https://github.com/stdlib-js/stdlib/issues"
48-
},
49-
"dependencies": {},
50-
"devDependencies": {},
51-
"engines": {
52-
"node": ">=0.10.0",
53-
"npm": ">2.7.0"
54-
},
55-
"license": "Apache-2.0"
73+
]
5674
}

lib/node_modules/@stdlib/math/base/assert/int32-is-odd/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/math/base/assert/int32-is-odd",
33
"version": "0.0.0",
44
"description": "Test if a 32-bit integer is odd.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -12,13 +13,40 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1726
"repository": {
1827
"type": "git",
1928
"url": "git://github.com/stdlib-js/stdlib.git"
2029
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
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+
],
2250
"keywords": [
2351
"stdlib",
2452
"stdmath",
@@ -42,15 +70,5 @@
4270
"validate",
4371
"test",
4472
"valid"
45-
],
46-
"bugs": {
47-
"url": "https://github.com/stdlib-js/stdlib/issues"
48-
},
49-
"dependencies": {},
50-
"devDependencies": {},
51-
"engines": {
52-
"node": ">=0.10.0",
53-
"npm": ">2.7.0"
54-
},
55-
"license": "Apache-2.0"
73+
]
5674
}

lib/node_modules/@stdlib/math/base/assert/is-even/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/math/base/assert/is-even",
33
"version": "0.0.0",
44
"description": "Test if a finite numeric value is an even number.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -12,13 +13,40 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1726
"repository": {
1827
"type": "git",
1928
"url": "git://github.com/stdlib-js/stdlib.git"
2029
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
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+
],
2250
"keywords": [
2351
"stdlib",
2452
"stdmath",
@@ -40,15 +68,5 @@
4068
"iseven",
4169
"type",
4270
"check"
43-
],
44-
"bugs": {
45-
"url": "https://github.com/stdlib-js/stdlib/issues"
46-
},
47-
"dependencies": {},
48-
"devDependencies": {},
49-
"engines": {
50-
"node": ">=0.10.0",
51-
"npm": ">2.7.0"
52-
},
53-
"license": "Apache-2.0"
71+
]
5472
}

lib/node_modules/@stdlib/math/base/assert/is-finite/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/math/base/assert/is-finite",
33
"version": "0.0.0",
44
"description": "Test if a numeric value is finite.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -12,13 +13,40 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1726
"repository": {
1827
"type": "git",
1928
"url": "git://github.com/stdlib-js/stdlib.git"
2029
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
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+
],
2250
"keywords": [
2351
"stdlib",
2452
"stdmath",
@@ -42,15 +70,5 @@
4270
"isfinite",
4371
"type",
4472
"check"
45-
],
46-
"bugs": {
47-
"url": "https://github.com/stdlib-js/stdlib/issues"
48-
},
49-
"dependencies": {},
50-
"devDependencies": {},
51-
"engines": {
52-
"node": ">=0.10.0",
53-
"npm": ">2.7.0"
54-
},
55-
"license": "Apache-2.0"
73+
]
5674
}

lib/node_modules/@stdlib/math/base/assert/is-infinite/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/math/base/assert/is-infinite",
33
"version": "0.0.0",
44
"description": "Test if a numeric value is infinite.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -12,13 +13,40 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1726
"repository": {
1827
"type": "git",
1928
"url": "git://github.com/stdlib-js/stdlib.git"
2029
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
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+
],
2250
"keywords": [
2351
"stdlib",
2452
"stdmath",
@@ -47,15 +75,5 @@
4775
"infinite",
4876
"type",
4977
"check"
50-
],
51-
"bugs": {
52-
"url": "https://github.com/stdlib-js/stdlib/issues"
53-
},
54-
"dependencies": {},
55-
"devDependencies": {},
56-
"engines": {
57-
"node": ">=0.10.0",
58-
"npm": ">2.7.0"
59-
},
60-
"license": "Apache-2.0"
78+
]
6179
}

0 commit comments

Comments
 (0)