Skip to content

Commit 85cdd30

Browse files
committed
Update package.json fields
1 parent 93a146e commit 85cdd30

File tree

102 files changed

+2531
-1054
lines changed

Some content is hidden

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

102 files changed

+2531
-1054
lines changed

lib/node_modules/@stdlib/_tools/browserify/file-list/package.json

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/browserify/file-list",
33
"version": "0.0.0",
44
"description": "Bundle one or more files into a single file using browserify.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -15,19 +16,19 @@
1516
"bin": {
1617
"browserify-file-list": "./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",
25-
"keywords": [
26-
"stdlib",
27-
"tools",
28-
"bundle",
29-
"browserify"
30-
],
3132
"bugs": {
3233
"url": "https://github.com/stdlib-js/stdlib/issues"
3334
},
@@ -37,5 +38,21 @@
3738
"node": ">=0.10.0",
3839
"npm": ">2.7.0"
3940
},
40-
"license": "Apache-2.0"
41+
"os": [
42+
"aix",
43+
"darwin",
44+
"freebsd",
45+
"linux",
46+
"macos",
47+
"openbsd",
48+
"sunos",
49+
"win32",
50+
"windows"
51+
],
52+
"keywords": [
53+
"stdlib",
54+
"tools",
55+
"bundle",
56+
"browserify"
57+
]
4158
}

lib/node_modules/@stdlib/_tools/browserify/string/package.json

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/browserify/string",
33
"version": "0.0.0",
44
"description": "Create a bundle from a string using browserify.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -15,20 +16,18 @@
1516
"bin": {
1617
"browserify-string": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"example": "./examples",
23+
"lib": "./lib"
24+
},
25+
"scripts": {},
26+
"homepage": "https://github.com/stdlib-js/stdlib",
2027
"repository": {
2128
"type": "git",
2229
"url": "git://github.com/stdlib-js/stdlib.git"
2330
},
24-
"homepage": "https://github.com/stdlib-js/stdlib",
25-
"keywords": [
26-
"stdlib",
27-
"tools",
28-
"bundle",
29-
"browserify",
30-
"string"
31-
],
3231
"bugs": {
3332
"url": "https://github.com/stdlib-js/stdlib/issues"
3433
},
@@ -38,5 +37,22 @@
3837
"node": ">=0.10.0",
3938
"npm": ">2.7.0"
4039
},
41-
"license": "Apache-2.0"
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+
"tools",
54+
"bundle",
55+
"browserify",
56+
"string"
57+
]
4258
}

lib/node_modules/@stdlib/_tools/bundle/pkg-list/package.json

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/bundle/pkg-list",
33
"version": "0.0.0",
44
"description": "Create a custom bundle from a list of packages.",
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
"bundle-pkg-list": "./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
"tools",
@@ -33,15 +60,5 @@
3360
"dependencies",
3461
"deps",
3562
"browserify"
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"
63+
]
4764
}

lib/node_modules/@stdlib/_tools/eslint/rules/empty-line-before-comment/package.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/eslint/rules/empty-line-before-comment",
33
"version": "0.0.0",
44
"description": "ESLint rule to enforce empty lines before comments.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -13,13 +14,38 @@
1314
}
1415
],
1516
"bin": {},
16-
"scripts": {},
1717
"main": "./lib",
18+
"directories": {
19+
"example": "./examples",
20+
"lib": "./lib",
21+
"test": "./test"
22+
},
23+
"scripts": {},
24+
"homepage": "https://github.com/stdlib-js/stdlib",
1825
"repository": {
1926
"type": "git",
2027
"url": "git://github.com/stdlib-js/stdlib.git"
2128
},
22-
"homepage": "https://github.com/stdlib-js/stdlib",
29+
"bugs": {
30+
"url": "https://github.com/stdlib-js/stdlib/issues"
31+
},
32+
"dependencies": {},
33+
"devDependencies": {},
34+
"engines": {
35+
"node": ">=0.10.0",
36+
"npm": ">2.7.0"
37+
},
38+
"os": [
39+
"aix",
40+
"darwin",
41+
"freebsd",
42+
"linux",
43+
"macos",
44+
"openbsd",
45+
"sunos",
46+
"win32",
47+
"windows"
48+
],
2349
"keywords": [
2450
"stdlib",
2551
"tools",
@@ -35,15 +61,5 @@
3561
"empty",
3662
"line",
3763
"comment"
38-
],
39-
"bugs": {
40-
"url": "https://github.com/stdlib-js/stdlib/issues"
41-
},
42-
"dependencies": {},
43-
"devDependencies": {},
44-
"engines": {
45-
"node": ">=0.10.0",
46-
"npm": ">2.7.0"
47-
},
48-
"license": "Apache-2.0"
64+
]
4965
}

lib/node_modules/@stdlib/_tools/eslint/rules/no-internal-require/package.json

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/eslint/rules/no-internal-require",
33
"version": "0.0.0",
44
"description": "ESLint rule disallowing require() calls into internals of another stdlib package.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -13,13 +14,38 @@
1314
}
1415
],
1516
"bin": {},
16-
"scripts": {},
1717
"main": "./lib",
18+
"directories": {
19+
"example": "./examples",
20+
"lib": "./lib",
21+
"test": "./test"
22+
},
23+
"scripts": {},
24+
"homepage": "https://github.com/stdlib-js/stdlib",
1825
"repository": {
1926
"type": "git",
2027
"url": "git://github.com/stdlib-js/stdlib.git"
2128
},
22-
"homepage": "https://github.com/stdlib-js/stdlib",
29+
"bugs": {
30+
"url": "https://github.com/stdlib-js/stdlib/issues"
31+
},
32+
"dependencies": {},
33+
"devDependencies": {},
34+
"engines": {
35+
"node": ">=0.10.0",
36+
"npm": ">2.7.0"
37+
},
38+
"os": [
39+
"aix",
40+
"darwin",
41+
"freebsd",
42+
"linux",
43+
"macos",
44+
"openbsd",
45+
"sunos",
46+
"win32",
47+
"windows"
48+
],
2349
"keywords": [
2450
"stdlib",
2551
"tools",
@@ -37,15 +63,5 @@
3763
"private",
3864
"surface",
3965
"area"
40-
],
41-
"bugs": {
42-
"url": "https://github.com/stdlib-js/stdlib/issues"
43-
},
44-
"dependencies": {},
45-
"devDependencies": {},
46-
"engines": {
47-
"node": ">=0.10.0",
48-
"npm": ">2.7.0"
49-
},
50-
"license": "Apache-2.0"
66+
]
5167
}

lib/node_modules/@stdlib/_tools/eslint/rules/package.json

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/eslint/rules",
33
"version": "0.0.0",
44
"description": "Custom ESLint rules.",
5+
"license": "Apache-2.0",
56
"author": {
67
"name": "The Stdlib Authors",
78
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
@@ -13,13 +14,39 @@
1314
}
1415
],
1516
"bin": {},
16-
"scripts": {},
1717
"main": "./lib",
18+
"directories": {
19+
"example": "./examples",
20+
"lib": "./lib",
21+
"scripts": "./scripts",
22+
"test": "./test"
23+
},
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
1826
"repository": {
1927
"type": "git",
2028
"url": "git://github.com/stdlib-js/stdlib.git"
2129
},
22-
"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+
],
2350
"keywords": [
2451
"stdlib",
2552
"tools",
@@ -30,15 +57,5 @@
3057
"rules",
3158
"rule",
3259
"plugin"
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"
60+
]
4461
}

0 commit comments

Comments
 (0)