Skip to content

Commit d40dbaf

Browse files
authored
chore: update package meta data
PR-URL: #1812 Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 31405e7 commit d40dbaf

File tree

22 files changed

+365
-334
lines changed

22 files changed

+365
-334
lines changed

lib/node_modules/@stdlib/constants/int32/max/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"directories": {
1818
"doc": "./docs",
1919
"example": "./examples",
20+
"include": "./include",
2021
"lib": "./lib",
2122
"test": "./test"
2223
},
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,68 @@
11
{
2-
"name": "@stdlib/iter/do-while-each",
3-
"version": "0.0.0",
4-
"description": "Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/iter/do-while-each",
3+
"version": "0.0.0",
4+
"description": "Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated 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-
"stdutils",
54-
"stdutil",
55-
"utilities",
56-
"utility",
57-
"utils",
58-
"util",
59-
"do-while-each",
60-
"whileeach",
61-
"while",
62-
"each",
63-
"iterator",
64-
"iterable",
65-
"iterdowhileeach",
66-
"iterate"
67-
]
68-
}
69-
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+
"stdutils",
54+
"stdutil",
55+
"utilities",
56+
"utility",
57+
"utils",
58+
"util",
59+
"do-while-each",
60+
"whileeach",
61+
"while",
62+
"each",
63+
"iterator",
64+
"iterable",
65+
"iterdowhileeach",
66+
"iterate"
67+
]
68+
}

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

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

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

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

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

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

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

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

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

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

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

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",

lib/node_modules/@stdlib/math/base/special/asec/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/avercos/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",

lib/node_modules/@stdlib/math/base/special/aversin/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",

lib/node_modules/@stdlib/math/base/special/coth/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",

lib/node_modules/@stdlib/math/base/special/ellipe/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
2224
"scripts": "./scripts",
25+
"src": "./src",
2326
"test": "./test"
2427
},
2528
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/log/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/max/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@
1414
}
1515
],
1616
"main": "./lib",
17+
"gypfile": true,
1718
"directories": {
1819
"benchmark": "./benchmark",
1920
"doc": "./docs",
2021
"example": "./examples",
22+
"include": "./include",
2123
"lib": "./lib",
24+
"src": "./src",
2225
"test": "./test"
2326
},
2427
"types": "./docs/types",

lib/node_modules/@stdlib/math/base/special/minabs/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"benchmark": "./benchmark",
2020
"doc": "./docs",
2121
"example": "./examples",
22+
"include": "./include",
2223
"lib": "./lib",
24+
"src": "./src",
2325
"test": "./test"
2426
},
2527
"types": "./docs/types",

lib/node_modules/@stdlib/string/base/stickycase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
"convert"
6464
],
6565
"__stdlib__": {}
66-
}
66+
}

0 commit comments

Comments
 (0)