Skip to content

Commit 10d5d59

Browse files
committed
Update package.json fields
1 parent 70bcd96 commit 10d5d59

File tree

152 files changed

+4711
-1976
lines changed

Some content is hidden

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

152 files changed

+4711
-1976
lines changed

lib/node_modules/@stdlib/math/base/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/math/base/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
"stdmath",
@@ -30,15 +58,5 @@
3058
"magnitude",
3159
"value",
3260
"number"
33-
],
34-
"bugs": {
35-
"url": "https://github.com/stdlib-js/stdlib/issues"
36-
},
37-
"dependencies": {},
38-
"devDependencies": {},
39-
"engines": {
40-
"node": ">=0.10.0",
41-
"npm": ">2.7.0"
42-
},
43-
"license": "Apache-2.0"
61+
]
4462
}

lib/node_modules/@stdlib/math/base/special/abs2/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/special/abs2",
33
"version": "0.0.0",
44
"description": "Compute the squared 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
"stdmath",
@@ -32,15 +60,5 @@
3260
"absolute",
3361
"magnitude",
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/math/base/special/acos/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/special/acos",
33
"version": "0.0.0",
44
"description": "Compute the 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
"stdmath",
@@ -33,15 +61,5 @@
3361
"radians",
3462
"polyfill",
3563
"ponyfill"
36-
],
37-
"bugs": {
38-
"url": "https://github.com/stdlib-js/stdlib/issues"
39-
},
40-
"dependencies": {},
41-
"devDependencies": {},
42-
"engines": {
43-
"node": ">=0.10.0",
44-
"npm": ">2.7.0"
45-
},
46-
"license": "Apache-2.0"
64+
]
4765
}

lib/node_modules/@stdlib/math/base/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/math/base/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
"stdmath",
@@ -38,15 +66,5 @@
3866
"angle",
3967
"polyfill",
4068
"ponyfill"
41-
],
42-
"bugs": {
43-
"url": "https://github.com/stdlib-js/stdlib/issues"
44-
},
45-
"dependencies": {},
46-
"devDependencies": {},
47-
"engines": {
48-
"node": ">=0.10.0",
49-
"npm": ">2.7.0"
50-
},
51-
"license": "Apache-2.0"
69+
]
5270
}

lib/node_modules/@stdlib/math/base/special/acovercos/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/special/acovercos",
33
"version": "0.0.0",
44
"description": "Compute the inverse coversed cosine.",
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
"trigonometry",
4371
"radians",
4472
"angle"
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
}

0 commit comments

Comments
 (0)