Skip to content

Commit ddc36a4

Browse files
committed
Update package.json fields
1 parent 56e8396 commit ddc36a4

File tree

13 files changed

+221
-142
lines changed

13 files changed

+221
-142
lines changed

lib/node_modules/@stdlib/_tools/bib/citation-reference/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/bib/citation-reference",
33
"version": "0.0.0",
44
"description": "Return a reference corresponding to a citation identifier.",
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,29 @@
1516
"bin": {
1617
"citation-reference": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -35,15 +52,5 @@
3552
"bibliography",
3653
"bib",
3754
"csl"
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"
55+
]
4956
}

lib/node_modules/@stdlib/_tools/github/get/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"main": "./lib",
2020
"directories": {
2121
"bin": "./bin",
22+
"doc": "./docs",
2223
"example": "./examples",
2324
"lib": "./lib",
2425
"test": "./test"

lib/node_modules/@stdlib/_tools/links/create/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/links/create",
33
"version": "0.0.0",
44
"description": "Create a link entry in the link database.",
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,29 @@
1516
"bin": {
1617
"insert-link": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -32,15 +49,5 @@
3249
"insert",
3350
"create",
3451
"add"
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"
52+
]
4653
}

lib/node_modules/@stdlib/_tools/links/id2uri/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/links/id2uri",
33
"version": "0.0.0",
44
"description": "Return the URI corresponding to a provided id.",
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,29 @@
1516
"bin": {
1617
"id2uri": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -34,15 +51,5 @@
3451
"fetch",
3552
"get",
3653
"retrieve"
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"
54+
]
4855
}

lib/node_modules/@stdlib/_tools/links/uri2id/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/links/uri2id",
33
"version": "0.0.0",
44
"description": "Return the id corresponding to a provided URI.",
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,29 @@
1516
"bin": {
1617
"uri2id": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -34,15 +51,5 @@
3451
"fetch",
3552
"get",
3653
"retrieve"
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"
54+
]
4855
}

lib/node_modules/@stdlib/_tools/markdown/img-svg-equation/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/markdown/img-svg-equation",
33
"version": "0.0.0",
44
"description": "Generate an HTML string for displaying an SVG equation as an image in a GitHub Markdown file.",
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,29 @@
1516
"bin": {
1617
"gheqn": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -44,15 +61,5 @@
4461
"img",
4562
"svg",
4663
"html"
47-
],
48-
"bugs": {
49-
"url": "https://github.com/stdlib-js/stdlib/issues"
50-
},
51-
"dependencies": {},
52-
"devDependencies": {},
53-
"engines": {
54-
"node": ">=0.10.0",
55-
"npm": ">2.7.0"
56-
},
57-
"license": "Apache-2.0"
64+
]
5865
}

lib/node_modules/@stdlib/_tools/markdown/inline-svg-equation/package.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@stdlib/_tools/markdown/inline-svg-equation",
33
"version": "0.0.0",
44
"description": "Generate an HTML string for inlining an SVG equation in a Markdown.",
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,29 @@
1516
"bin": {
1617
"gheqn": "./bin/cli"
1718
},
18-
"scripts": {},
1919
"main": "./lib",
20+
"directories": {
21+
"bin": "./bin",
22+
"doc": "./docs",
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": ">=6.0.0",
40+
"npm": ">2.7.0"
41+
},
2542
"keywords": [
2643
"stdlib",
2744
"tools",
@@ -43,15 +60,5 @@
4360
"inline",
4461
"svg",
4562
"html"
46-
],
47-
"bugs": {
48-
"url": "https://github.com/stdlib-js/stdlib/issues"
49-
},
50-
"dependencies": {},
51-
"devDependencies": {},
52-
"engines": {
53-
"node": ">=6.0.0",
54-
"npm": ">2.7.0"
55-
},
56-
"license": "Apache-2.0"
63+
]
5764
}

0 commit comments

Comments
 (0)