Skip to content

Commit 233af34

Browse files
committed
Update package.json fields
1 parent a99db67 commit 233af34

File tree

143 files changed

+4428
-1859
lines changed

Some content is hidden

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

143 files changed

+4428
-1859
lines changed

lib/node_modules/@stdlib/assert/contains/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/assert/contains",
33
"version": "0.0.0",
44
"description": "Test if an array-like value contains a search 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
"stdassert",
@@ -34,15 +62,5 @@
3462
"str",
3563
"find",
3664
"check"
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/assert/deep-has-own-property/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/assert/deep-has-own-property",
33
"version": "0.0.0",
44
"description": "Test whether an object contains a nested key path.",
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
"stdassert",
@@ -43,15 +71,5 @@
4371
"hasown",
4472
"hasownprop",
4573
"hasownproperty"
46-
],
47-
"bugs": {
48-
"url": "https://github.com/stdlib-js/stdlib/issues"
49-
},
50-
"dependencies": {},
51-
"devDependencies": {},
52-
"engines": {
53-
"node": ">=0.10.0",
54-
"npm": ">2.7.0"
55-
},
56-
"license": "Apache-2.0"
74+
]
5775
}

lib/node_modules/@stdlib/assert/deep-has-property/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/assert/deep-has-property",
33
"version": "0.0.0",
44
"description": "Test whether an object contains a nested key path, either own or inherited.",
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
"stdassert",
@@ -45,15 +73,5 @@
4573
"hasprop",
4674
"hasproperty",
4775
"hasownproperty"
48-
],
49-
"bugs": {
50-
"url": "https://github.com/stdlib-js/stdlib/issues"
51-
},
52-
"dependencies": {},
53-
"devDependencies": {},
54-
"engines": {
55-
"node": ">=0.10.0",
56-
"npm": ">2.7.0"
57-
},
58-
"license": "Apache-2.0"
76+
]
5977
}

lib/node_modules/@stdlib/assert/has-own-property/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/assert/has-own-property",
33
"version": "0.0.0",
44
"description": "Test if an object has a specified property.",
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
"stdassert",
@@ -38,15 +66,5 @@
3866
"test",
3967
"check",
4068
"validate"
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/assert/has-property/package.json

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/assert/has-property",
33
"version": "0.0.0",
44
"description": "Test if an object has a specified property, either own or inherited.",
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
"stdassert",
@@ -42,15 +70,5 @@
4270
"test",
4371
"check",
4472
"validate"
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)