|  | 
| 1 | 1 | { | 
| 2 |  | -    "name": "@stdlib/blas/base/wasm/scasum", | 
| 3 |  | -    "version": "0.0.0", | 
| 4 |  | -    "description": "Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.", | 
| 5 |  | -    "license": "Apache-2.0", | 
| 6 |  | -    "author": { | 
|  | 2 | +  "name": "@stdlib/blas/base/wasm/scasum", | 
|  | 3 | +  "version": "0.0.0", | 
|  | 4 | +  "description": "Compute the sum of the absolute values of the real and imaginary components of a single-precision complex floating-point vector.", | 
|  | 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 | +    { | 
| 7 | 12 |       "name": "The Stdlib Authors", | 
| 8 | 13 |       "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 |  | -      "mathematics", | 
| 60 |  | -      "math", | 
| 61 |  | -      "blas", | 
| 62 |  | -      "level 1", | 
| 63 |  | -      "scasum", | 
| 64 |  | -      "linear", | 
| 65 |  | -      "algebra", | 
| 66 |  | -      "subroutines", | 
| 67 |  | -      "sum", | 
| 68 |  | -      "vector", | 
| 69 |  | -      "array", | 
| 70 |  | -      "ndarray", | 
| 71 |  | -      "float32", | 
| 72 |  | -      "float", | 
| 73 |  | -      "float32array", | 
| 74 |  | -      "webassembly", | 
| 75 |  | -      "wasm" | 
| 76 |  | -    ], | 
| 77 |  | -    "__stdlib__": { | 
| 78 |  | -      "wasm": true | 
| 79 | 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 | +    "mathematics", | 
|  | 60 | +    "math", | 
|  | 61 | +    "blas", | 
|  | 62 | +    "level 1", | 
|  | 63 | +    "scasum", | 
|  | 64 | +    "linear", | 
|  | 65 | +    "algebra", | 
|  | 66 | +    "subroutines", | 
|  | 67 | +    "sum", | 
|  | 68 | +    "vector", | 
|  | 69 | +    "array", | 
|  | 70 | +    "ndarray", | 
|  | 71 | +    "complex64", | 
|  | 72 | +    "complex", | 
|  | 73 | +    "complex64array", | 
|  | 74 | +    "webassembly", | 
|  | 75 | +    "wasm" | 
|  | 76 | +  ], | 
|  | 77 | +  "__stdlib__": { | 
|  | 78 | +    "wasm": true | 
| 80 | 79 |   } | 
|  | 80 | +} | 
0 commit comments