Skip to content

Commit a4ca762

Browse files
committed
chore: update package.json
--- 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 ---
1 parent 8162279 commit a4ca762

File tree

1 file changed

+78
-78
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnancusumkbn2

1 file changed

+78
-78
lines changed
Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,83 @@
11
{
2-
"name": "@stdlib/blas/ext/base/dnancusumkbn2",
3-
"version": "0.0.0",
4-
"description": "Calculate the cumulative sum of double-precision floating-point strided array elements, ignoring NaN values using a second-order iterative Kahan–Babuška algorithm.",
5-
"license": "Apache-2.0",
6-
"author": {
2+
"name": "@stdlib/blas/ext/base/dnancusumkbn2",
3+
"version": "0.0.0",
4+
"description": "Calculate the cumulative sum of double-precision floating-point strided array elements, ignoring NaN values 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": "./lib/main.js",
18-
"gypfile": true,
19-
"directories": {
20-
"benchmark": "./benchmark",
21-
"doc": "./docs",
22-
"example": "./examples",
23-
"include": "./include",
24-
"lib": "./lib",
25-
"src": "./src",
26-
"test": "./test"
27-
},
28-
"types": "./docs/types",
29-
"scripts": {},
30-
"homepage": "https://github.com/stdlib-js/stdlib",
31-
"repository": {
32-
"type": "git",
33-
"url": "git://github.com/stdlib-js/stdlib.git"
34-
},
35-
"bugs": {
36-
"url": "https://github.com/stdlib-js/stdlib/issues"
37-
},
38-
"dependencies": {},
39-
"devDependencies": {},
40-
"engines": {
41-
"node": ">=0.10.0",
42-
"npm": ">2.7.0"
43-
},
44-
"os": [
45-
"aix",
46-
"darwin",
47-
"freebsd",
48-
"linux",
49-
"macos",
50-
"openbsd",
51-
"sunos",
52-
"win32",
53-
"windows"
54-
],
55-
"keywords": [
56-
"stdlib",
57-
"stdmath",
58-
"statistics",
59-
"stats",
60-
"mathematics",
61-
"math",
62-
"blas",
63-
"extended",
64-
"sum",
65-
"total",
66-
"kahan",
67-
"compensated",
68-
"kbn",
69-
"summation",
70-
"cumulative",
71-
"accumulate",
72-
"strided",
73-
"strided array",
74-
"typed",
75-
"array",
76-
"float64",
77-
"double",
78-
"float64array"
79-
],
80-
"__stdlib__": {
81-
"wasm": false
8214
}
15+
],
16+
"main": "./lib",
17+
"browser": "./lib/main.js",
18+
"gypfile": true,
19+
"directories": {
20+
"benchmark": "./benchmark",
21+
"doc": "./docs",
22+
"example": "./examples",
23+
"include": "./include",
24+
"lib": "./lib",
25+
"src": "./src",
26+
"test": "./test"
27+
},
28+
"types": "./docs/types",
29+
"scripts": {},
30+
"homepage": "https://github.com/stdlib-js/stdlib",
31+
"repository": {
32+
"type": "git",
33+
"url": "git://github.com/stdlib-js/stdlib.git"
34+
},
35+
"bugs": {
36+
"url": "https://github.com/stdlib-js/stdlib/issues"
37+
},
38+
"dependencies": {},
39+
"devDependencies": {},
40+
"engines": {
41+
"node": ">=0.10.0",
42+
"npm": ">2.7.0"
43+
},
44+
"os": [
45+
"aix",
46+
"darwin",
47+
"freebsd",
48+
"linux",
49+
"macos",
50+
"openbsd",
51+
"sunos",
52+
"win32",
53+
"windows"
54+
],
55+
"keywords": [
56+
"stdlib",
57+
"stdmath",
58+
"statistics",
59+
"stats",
60+
"mathematics",
61+
"math",
62+
"blas",
63+
"extended",
64+
"sum",
65+
"total",
66+
"kahan",
67+
"compensated",
68+
"kbn",
69+
"summation",
70+
"cumulative",
71+
"accumulate",
72+
"strided",
73+
"strided array",
74+
"typed",
75+
"array",
76+
"float64",
77+
"double",
78+
"float64array"
79+
],
80+
"__stdlib__": {
81+
"wasm": false
8382
}
83+
}

0 commit comments

Comments
 (0)