From 53b2b440e608485e0d9bdfb77f4d60cd11cf7a5c Mon Sep 17 00:00:00 2001 From: kgryte Date: Sun, 5 Mar 2023 01:48:10 +0000 Subject: [PATCH] chore: update package meta data --- .../@stdlib/blas/base/drotg/package.json | 140 +++++++++--------- .../math/base/special/lucas/package.json | 2 + .../math/base/special/negalucas/package.json | 2 + 3 files changed, 74 insertions(+), 70 deletions(-) diff --git a/lib/node_modules/@stdlib/blas/base/drotg/package.json b/lib/node_modules/@stdlib/blas/base/drotg/package.json index 0f17f7eea2a..08b1975ad98 100644 --- a/lib/node_modules/@stdlib/blas/base/drotg/package.json +++ b/lib/node_modules/@stdlib/blas/base/drotg/package.json @@ -1,73 +1,73 @@ { - "name": "@stdlib/blas/base/drotg", - "version": "0.0.0", - "description": "Construct a Givens plane rotation.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/blas/base/drotg", + "version": "0.0.0", + "description": "Construct a Givens plane rotation.", + "license": "Apache-2.0", + "author": { + "name": "The Stdlib Authors", + "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" + }, + "contributors": [ + { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" - }, - "contributors": [ - { - "name": "The Stdlib Authors", - "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" - } - ], - "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, - "types": "./docs/types", - "scripts": {}, - "homepage": "https://github.com/stdlib-js/stdlib", - "repository": { - "type": "git", - "url": "git://github.com/stdlib-js/stdlib.git" - }, - "bugs": { - "url": "https://github.com/stdlib-js/stdlib/issues" - }, - "dependencies": {}, - "devDependencies": {}, - "engines": { - "node": ">=0.10.0", - "npm": ">2.7.0" - }, - "os": [ - "aix", - "darwin", - "freebsd", - "linux", - "macos", - "openbsd", - "sunos", - "win32", - "windows" - ], - "keywords": [ - "stdlib", - "stdmath", - "mathematics", - "math", - "blas", - "level 1", - "drotg", - "givens", - "rotation", - "matrix", - "linear", - "algebra", - "subroutines", - "vector", - "array", - "ndarray", - "float64", - "float", - "double", - "float64array" - ] - } + } + ], + "main": "./lib", + "directories": { + "benchmark": "./benchmark", + "doc": "./docs", + "example": "./examples", + "lib": "./lib", + "test": "./test" + }, + "types": "./docs/types", + "scripts": {}, + "homepage": "https://github.com/stdlib-js/stdlib", + "repository": { + "type": "git", + "url": "git://github.com/stdlib-js/stdlib.git" + }, + "bugs": { + "url": "https://github.com/stdlib-js/stdlib/issues" + }, + "dependencies": {}, + "devDependencies": {}, + "engines": { + "node": ">=0.10.0", + "npm": ">2.7.0" + }, + "os": [ + "aix", + "darwin", + "freebsd", + "linux", + "macos", + "openbsd", + "sunos", + "win32", + "windows" + ], + "keywords": [ + "stdlib", + "stdmath", + "mathematics", + "math", + "blas", + "level 1", + "drotg", + "givens", + "rotation", + "matrix", + "linear", + "algebra", + "subroutines", + "vector", + "array", + "ndarray", + "float64", + "float", + "double", + "float64array" + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/lucas/package.json b/lib/node_modules/@stdlib/math/base/special/lucas/package.json index 7e44d7ce5e7..2febbab5f0c 100644 --- a/lib/node_modules/@stdlib/math/base/special/lucas/package.json +++ b/lib/node_modules/@stdlib/math/base/special/lucas/package.json @@ -18,7 +18,9 @@ "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/lib/node_modules/@stdlib/math/base/special/negalucas/package.json b/lib/node_modules/@stdlib/math/base/special/negalucas/package.json index 68d1dc99bf2..be0edf489d6 100644 --- a/lib/node_modules/@stdlib/math/base/special/negalucas/package.json +++ b/lib/node_modules/@stdlib/math/base/special/negalucas/package.json @@ -19,7 +19,9 @@ "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", + "src": "./src", "test": "./test" }, "types": "./docs/types",