Skip to content

Commit d7deaf4

Browse files
committed
Update package.json fields
1 parent 028e0a6 commit d7deaf4

File tree

92 files changed

+2775
-1184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+2775
-1184
lines changed

lib/node_modules/@stdlib/bench/harness/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/bench/harness",
33
"version": "0.0.0",
44
"description": "Benchmark harness.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -15,13 +16,40 @@
1516
"bin": {
1617
"bench": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"benchmark": "./benchmark",
22+
"bin": "./bin",
23+
"example": "./examples",
24+
"lib": "./lib",
25+
"test": "./test"
26+
},
27+
"scripts": {},
28+
"homepage": "https://github.com/stdlib-js/stdlib",
2029
"repository": {
2130
"type": "git",
2231
"url": "git://github.com/stdlib-js/stdlib.git"
2332
},
24-
"homepage": "https://github.com/stdlib-js/stdlib",
33+
"bugs": {
34+
"url": "https://github.com/stdlib-js/stdlib/issues"
35+
},
36+
"dependencies": {},
37+
"devDependencies": {},
38+
"engines": {
39+
"node": ">=0.10.0",
40+
"npm": ">2.7.0"
41+
},
42+
"os": [
43+
"aix",
44+
"darwin",
45+
"freebsd",
46+
"linux",
47+
"macos",
48+
"openbsd",
49+
"sunos",
50+
"win32",
51+
"windows"
52+
],
2553
"keywords": [
2654
"stdlib",
2755
"standard",
@@ -34,15 +62,5 @@
3462
"measure",
3563
"performance",
3664
"perf"
37-
],
38-
"bugs": {
39-
"url": "https://github.com/stdlib-js/stdlib/issues"
40-
},
41-
"dependencies": {},
42-
"devDependencies": {},
43-
"engines": {
44-
"node": ">=0.10.0",
45-
"npm": ">2.7.0"
46-
},
47-
"license": "Apache-2.0"
65+
]
4866
}

lib/node_modules/@stdlib/bench/package.json

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/bench",
33
"version": "0.0.0",
44
"description": "Benchmark harness.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -15,13 +16,39 @@
1516
"bin": {
1617
"bench": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"example": "./examples",
23+
"lib": "./lib",
24+
"test": "./test"
25+
},
26+
"scripts": {},
27+
"homepage": "https://github.com/stdlib-js/stdlib",
2028
"repository": {
2129
"type": "git",
2230
"url": "git://github.com/stdlib-js/stdlib.git"
2331
},
24-
"homepage": "https://github.com/stdlib-js/stdlib",
32+
"bugs": {
33+
"url": "https://github.com/stdlib-js/stdlib/issues"
34+
},
35+
"dependencies": {},
36+
"devDependencies": {},
37+
"engines": {
38+
"node": ">=0.10.0",
39+
"npm": ">2.7.0"
40+
},
41+
"os": [
42+
"aix",
43+
"darwin",
44+
"freebsd",
45+
"linux",
46+
"macos",
47+
"openbsd",
48+
"sunos",
49+
"win32",
50+
"windows"
51+
],
2552
"keywords": [
2653
"stdlib",
2754
"standard",
@@ -34,15 +61,5 @@
3461
"measure",
3562
"performance",
3663
"perf"
37-
],
38-
"bugs": {
39-
"url": "https://github.com/stdlib-js/stdlib/issues"
40-
},
41-
"dependencies": {},
42-
"devDependencies": {},
43-
"engines": {
44-
"node": ">=0.10.0",
45-
"npm": ">2.7.0"
46-
},
47-
"license": "Apache-2.0"
64+
]
4865
}

lib/node_modules/@stdlib/fastmath/package.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/fastmath",
33
"version": "0.0.0",
44
"description": "Standard library fast math.",
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,38 @@
1213
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1314
}
1415
],
15-
"scripts": {},
1616
"main": "./lib",
17+
"directories": {
18+
"example": "./examples",
19+
"lib": "./lib",
20+
"test": "./test"
21+
},
22+
"scripts": {},
23+
"homepage": "https://github.com/stdlib-js/stdlib",
1724
"repository": {
1825
"type": "git",
1926
"url": "git://github.com/stdlib-js/stdlib.git"
2027
},
21-
"homepage": "https://github.com/stdlib-js/stdlib",
28+
"bugs": {
29+
"url": "https://github.com/stdlib-js/stdlib/issues"
30+
},
31+
"dependencies": {},
32+
"devDependencies": {},
33+
"engines": {
34+
"node": ">=0.10.0",
35+
"npm": ">2.7.0"
36+
},
37+
"os": [
38+
"aix",
39+
"darwin",
40+
"freebsd",
41+
"linux",
42+
"macos",
43+
"openbsd",
44+
"sunos",
45+
"win32",
46+
"windows"
47+
],
2248
"keywords": [
2349
"stdlib",
2450
"stdfastmath",
@@ -31,15 +57,5 @@
3157
"fastmath",
3258
"fmath",
3359
"fast"
34-
],
35-
"bugs": {
36-
"url": "https://github.com/stdlib-js/stdlib/issues"
37-
},
38-
"dependencies": {},
39-
"devDependencies": {},
40-
"engines": {
41-
"node": ">=0.10.0",
42-
"npm": ">2.7.0"
43-
},
44-
"license": "Apache-2.0"
60+
]
4561
}

lib/node_modules/@stdlib/fastmath/special/abs/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/fastmath/special/abs",
33
"version": "0.0.0",
44
"description": "Compute an absolute value.",
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
"stdfastmath",
@@ -32,15 +60,5 @@
3260
"magnitude",
3361
"value",
3462
"number"
35-
],
36-
"bugs": {
37-
"url": "https://github.com/stdlib-js/stdlib/issues"
38-
},
39-
"dependencies": {},
40-
"devDependencies": {},
41-
"engines": {
42-
"node": ">=0.10.0",
43-
"npm": ">2.7.0"
44-
},
45-
"license": "Apache-2.0"
63+
]
4664
}

lib/node_modules/@stdlib/fastmath/special/acosh/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/fastmath/special/acosh",
33
"version": "0.0.0",
44
"description": "Compute the hyperbolic arccosine of a 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
"stdfastmath",
@@ -40,15 +68,5 @@
4068
"angle",
4169
"polyfill",
4270
"ponyfill"
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
}

0 commit comments

Comments
 (0)