Skip to content

Commit 3737f0f

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 a7e5ce4 commit 3737f0f

File tree

1 file changed

+74
-74
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/wasm/dnansumkbn2

1 file changed

+74
-74
lines changed
Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,79 @@
11
{
2-
"name": "@stdlib/blas/ext/base/wasm/dasumpw",
3-
"version": "0.0.0",
4-
"description": "Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/blas/ext/base/wasm/dasumpw",
3+
"version": "0.0.0",
4+
"description": "Computes the sum of double-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.",
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-
"browser": {
18-
"./lib/binary.js": "./lib/binary.browser.js"
19-
},
20-
"directories": {
21-
"benchmark": "./benchmark",
22-
"doc": "./docs",
23-
"example": "./examples",
24-
"lib": "./lib",
25-
"scripts": "./scripts",
26-
"src": "./src",
27-
"test": "./test"
28-
},
29-
"types": "./docs/types",
30-
"scripts": {},
31-
"homepage": "https://github.com/stdlib-js/stdlib",
32-
"repository": {
33-
"type": "git",
34-
"url": "git://github.com/stdlib-js/stdlib.git"
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-
"os": [
46-
"aix",
47-
"darwin",
48-
"freebsd",
49-
"linux",
50-
"macos",
51-
"openbsd",
52-
"sunos",
53-
"win32",
54-
"windows"
55-
],
56-
"keywords": [
57-
"stdlib",
58-
"stdmath",
59-
"statistics",
60-
"stats",
61-
"mathematics",
62-
"math",
63-
"blas",
64-
"extended",
65-
"sum",
66-
"total",
67-
"summation",
68-
"strided",
69-
"strided array",
70-
"typed",
71-
"array",
72-
"float64",
73-
"double",
74-
"float64array"
75-
],
76-
"__stdlib__": {
77-
"wasm": true
7814
}
15+
],
16+
"main": "./lib",
17+
"browser": {
18+
"./lib/binary.js": "./lib/binary.browser.js"
19+
},
20+
"directories": {
21+
"benchmark": "./benchmark",
22+
"doc": "./docs",
23+
"example": "./examples",
24+
"lib": "./lib",
25+
"scripts": "./scripts",
26+
"src": "./src",
27+
"test": "./test"
28+
},
29+
"types": "./docs/types",
30+
"scripts": {},
31+
"homepage": "https://github.com/stdlib-js/stdlib",
32+
"repository": {
33+
"type": "git",
34+
"url": "git://github.com/stdlib-js/stdlib.git"
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+
"os": [
46+
"aix",
47+
"darwin",
48+
"freebsd",
49+
"linux",
50+
"macos",
51+
"openbsd",
52+
"sunos",
53+
"win32",
54+
"windows"
55+
],
56+
"keywords": [
57+
"stdlib",
58+
"stdmath",
59+
"statistics",
60+
"stats",
61+
"mathematics",
62+
"math",
63+
"blas",
64+
"extended",
65+
"sum",
66+
"total",
67+
"summation",
68+
"strided",
69+
"strided array",
70+
"typed",
71+
"array",
72+
"float64",
73+
"double",
74+
"float64array"
75+
],
76+
"__stdlib__": {
77+
"wasm": true
7978
}
79+
}

0 commit comments

Comments
 (0)