Skip to content

Commit cf5b6d6

Browse files
committed
fix: correct package.json formatting
1 parent 065c9af commit cf5b6d6

1 file changed

Lines changed: 63 additions & 66 deletions

File tree

  • lib/node_modules/@stdlib/constants/float16/sqrt-pi
Lines changed: 63 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,64 @@
11
{
2-
"name": "@stdlib/constants/float16/sqrt-pi",
3-
"version": "0.0.0",
4-
"description": "Square root of the mathematical constant π as a half-precision floating-point number.",
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-
{
12-
"name": "The Stdlib Authors",
13-
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14-
}
15-
],
16-
"main": "./lib",
17-
"directories": {
18-
"doc": "./docs",
19-
"example": "./examples",
20-
"lib": "./lib",
21-
"test": "./test"
22-
},
23-
"types": "./docs/types",
24-
"scripts": {},
25-
"homepage": "https://github.com/stdlib-js/stdlib",
26-
"repository": {
27-
"type": "git",
28-
"url": "git://github.com/stdlib-js/stdlib.git"
29-
},
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-
],
50-
"keywords": [
51-
"stdlib",
52-
"stdmath",
53-
"constant",
54-
"const",
55-
"mathematics",
56-
"math",
57-
"pi",
58-
"sqrt",
59-
"square",
60-
"root",
61-
"ieee754",
62-
"half",
63-
"precision",
64-
"floating-point",
65-
"float16"
66-
]
67-
}
2+
"name": "@stdlib/constants/float16/sqrt-pi",
3+
"version": "0.0.0",
4+
"description": "Half-precision (float16) approximation of the square root of π.",
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+
{
12+
"name": "The Stdlib Authors",
13+
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
14+
}
15+
],
16+
"main": "./lib",
17+
"directories": {
18+
"doc": "./docs",
19+
"example": "./examples",
20+
"lib": "./lib",
21+
"test": "./test"
22+
},
23+
"types": "./docs/types",
24+
"scripts": {},
25+
"homepage": "https://github.com/stdlib-js/stdlib",
26+
"repository": {
27+
"type": "git",
28+
"url": "git://github.com/stdlib-js/stdlib.git"
29+
},
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+
],
50+
"keywords": [
51+
"stdlib",
52+
"stdmath",
53+
"constant",
54+
"const",
55+
"mathematics",
56+
"math",
57+
"pi",
58+
"sqrt",
59+
"ieee754",
60+
"float",
61+
"floating-point",
62+
"float16"
63+
]
64+
}

0 commit comments

Comments
 (0)