Skip to content

Commit 1a37b5d

Browse files
committed
fix: package.json errors
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: passed - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent 7be66b8 commit 1a37b5d

File tree

1 file changed

+67
-67
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/mul-add

1 file changed

+67
-67
lines changed
Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
{
2-
"name": "@stdlib/complex/float32/base/muladd",
3-
"version": "0.0.0",
4-
"description": "Perform a multiply-add operation involving three single-precision complex floating-point numbers.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/complex/float32/base/muladd",
3+
"version": "0.0.0",
4+
"description": "Perform a multiply-add operation involving three single-precision complex floating-point numbers.",
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-
"gypfile": true,
18-
"directories": {
19-
"benchmark": "./benchmark",
20-
"doc": "./docs",
21-
"example": "./examples",
22-
"include": "./include",
23-
"lib": "./lib",
24-
"src": "./src",
25-
"test": "./test"
26-
},
27-
"types": "./docs/types",
28-
"scripts": {},
29-
"homepage": "https://github.com/stdlib-js/stdlib",
30-
"repository": {
31-
"type": "git",
32-
"url": "git://github.com/stdlib-js/stdlib.git"
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-
"os": [
44-
"aix",
45-
"darwin",
46-
"freebsd",
47-
"linux",
48-
"macos",
49-
"openbsd",
50-
"sunos",
51-
"win32",
52-
"windows"
53-
],
54-
"keywords": [
55-
"stdlib",
56-
"stdmath",
57-
"mathematics",
58-
"math",
59-
"mul",
60-
"mult",
61-
"multiply",
62-
"multiplication",
63-
"addition",
64-
"add",
65-
"arithmetic",
66-
"complex",
67-
"cmplx",
68-
"number"
69-
]
70-
}
14+
}
15+
],
16+
"main": "./lib",
17+
"gypfile": true,
18+
"directories": {
19+
"benchmark": "./benchmark",
20+
"doc": "./docs",
21+
"example": "./examples",
22+
"include": "./include",
23+
"lib": "./lib",
24+
"src": "./src",
25+
"test": "./test"
26+
},
27+
"types": "./docs/types",
28+
"scripts": {},
29+
"homepage": "https://github.com/stdlib-js/stdlib",
30+
"repository": {
31+
"type": "git",
32+
"url": "git://github.com/stdlib-js/stdlib.git"
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+
"os": [
44+
"aix",
45+
"darwin",
46+
"freebsd",
47+
"linux",
48+
"macos",
49+
"openbsd",
50+
"sunos",
51+
"win32",
52+
"windows"
53+
],
54+
"keywords": [
55+
"stdlib",
56+
"stdmath",
57+
"mathematics",
58+
"math",
59+
"mul",
60+
"mult",
61+
"multiply",
62+
"multiplication",
63+
"addition",
64+
"add",
65+
"arithmetic",
66+
"complex",
67+
"cmplx",
68+
"number"
69+
]
70+
}

0 commit comments

Comments
 (0)