Skip to content

Commit d78524d

Browse files
committed
chore: fix meta data
1 parent 292fcac commit d78524d

File tree

1 file changed

+66
-69
lines changed

1 file changed

+66
-69
lines changed
Lines changed: 66 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,69 @@
11
{
2-
"name": "@stdlib/array/base/unary5d-by",
3-
"version": "0.0.0",
4-
"description": "Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/array/base/unary5d-by",
3+
"version": "0.0.0",
4+
"description": "Apply a unary function to each element retrieved from a five-dimensional nested input array according to a callback function and assign results to elements in a five-dimensional nested output array.",
5+
"license": "Apache-2.0",
6+
"author": {
7+
"name": "The Stdlib Authors",
8+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9+
},
10+
"contributors": [
11+
{
712
"name": "The Stdlib Authors",
813
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
9-
},
10-
"contributors": [
11-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"benchmark": "./benchmark",
19-
"doc": "./docs",
20-
"example": "./examples",
21-
"lib": "./lib",
22-
"test": "./test"
23-
},
24-
"types": "./docs/types",
25-
"scripts": {},
26-
"homepage": "https://github.com/stdlib-js/stdlib",
27-
"repository": {
28-
"type": "git",
29-
"url": "git://github.com/stdlib-js/stdlib.git"
30-
},
31-
"bugs": {
32-
"url": "https://github.com/stdlib-js/stdlib/issues"
33-
},
34-
"dependencies": {},
35-
"devDependencies": {
36-
"eslint": "9.15.0"
37-
},
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-
],
53-
"keywords": [
54-
"stdlib",
55-
"base",
56-
"array",
57-
"multidimensional",
58-
"ndarray",
59-
"matrix",
60-
"5d",
61-
"unary",
62-
"apply",
63-
"foreach",
64-
"map",
65-
"transform",
66-
"accessor",
67-
"callback",
68-
"clbk"
69-
],
70-
"__stdlib__": {}
71-
}
72-
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"benchmark": "./benchmark",
19+
"doc": "./docs",
20+
"example": "./examples",
21+
"lib": "./lib",
22+
"test": "./test"
23+
},
24+
"types": "./docs/types",
25+
"scripts": {},
26+
"homepage": "https://github.com/stdlib-js/stdlib",
27+
"repository": {
28+
"type": "git",
29+
"url": "git://github.com/stdlib-js/stdlib.git"
30+
},
31+
"bugs": {
32+
"url": "https://github.com/stdlib-js/stdlib/issues"
33+
},
34+
"dependencies": {},
35+
"devDependencies": {},
36+
"engines": {
37+
"node": ">=0.10.0",
38+
"npm": ">2.7.0"
39+
},
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+
"base",
54+
"array",
55+
"multidimensional",
56+
"ndarray",
57+
"matrix",
58+
"5d",
59+
"unary",
60+
"apply",
61+
"foreach",
62+
"map",
63+
"transform",
64+
"accessor",
65+
"callback",
66+
"clbk"
67+
],
68+
"__stdlib__": {}
69+
}

0 commit comments

Comments
 (0)