From 5380eca17881594098b23239aba13a1e63d15af1 Mon Sep 17 00:00:00 2001 From: kgryte <2643044+kgryte@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:09:56 +0000 Subject: [PATCH] chore: update package meta data Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../base/count-same-value-zero/package.json | 123 ++++++++-------- .../@stdlib/array/base/with/package.json | 126 ++++++++-------- .../assert/is-nonpositive-finite/package.json | 136 +++++++++--------- .../@stdlib/iter/until-each/package.json | 129 +++++++++-------- .../math/base/special/acovercos/package.json | 2 + .../math/base/special/acoversin/package.json | 2 + .../math/base/special/ahavercos/package.json | 2 + .../math/base/special/logaddexp/package.json | 2 + .../math/base/special/min/package.json | 2 + .../iter/sequences/tribonacci/package.json | 123 ++++++++-------- .../@stdlib/utils/none-own-by/package.json | 1 - 11 files changed, 327 insertions(+), 321 deletions(-) diff --git a/lib/node_modules/@stdlib/array/base/count-same-value-zero/package.json b/lib/node_modules/@stdlib/array/base/count-same-value-zero/package.json index 10c33514e01b..130c9f6c734d 100644 --- a/lib/node_modules/@stdlib/array/base/count-same-value-zero/package.json +++ b/lib/node_modules/@stdlib/array/base/count-same-value-zero/package.json @@ -1,65 +1,64 @@ { - "name": "@stdlib/array/base/count-same-value-zero", - "version": "0.0.0", - "description": "Count the number of elements that are equal to a given value in an array.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/array/base/count-same-value-zero", + "version": "0.0.0", + "description": "Count the number of elements that are equal to a given value in an array.", + "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", - "stdtypes", - "types", - "data", - "structure", - "array", - "count", - "sum", - "summation", - "countif", - "total", - "same" - ] - } \ No newline at end of file + } + ], + "main": "./lib", + "directories": { + "benchmark": "./benchmark", + "doc": "./docs", + "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", + "stdtypes", + "types", + "data", + "structure", + "array", + "count", + "sum", + "summation", + "countif", + "total", + "same" + ] +} diff --git a/lib/node_modules/@stdlib/array/base/with/package.json b/lib/node_modules/@stdlib/array/base/with/package.json index 1b624221bd14..6991ce288202 100755 --- a/lib/node_modules/@stdlib/array/base/with/package.json +++ b/lib/node_modules/@stdlib/array/base/with/package.json @@ -1,66 +1,66 @@ { - "name": "@stdlib/array/base/with", - "version": "0.0.0", - "description": "Return a new array after replacing an index with a given value.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/array/base/with", + "version": "0.0.0", + "description": "Return a new array after replacing an index with a given value.", + "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", - "base", - "array", - "typed", - "collection", - "vector", - "with", - "get", - "getter", - "accessor", - "access", - "retrieve" - ], - "__stdlib__": {} - } \ No newline at end of file + } + ], + "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", + "base", + "array", + "typed", + "collection", + "vector", + "with", + "get", + "getter", + "accessor", + "access", + "retrieve" + ], + "__stdlib__": {} +} diff --git a/lib/node_modules/@stdlib/assert/is-nonpositive-finite/package.json b/lib/node_modules/@stdlib/assert/is-nonpositive-finite/package.json index 1a04748f6126..36875f8cb3bb 100644 --- a/lib/node_modules/@stdlib/assert/is-nonpositive-finite/package.json +++ b/lib/node_modules/@stdlib/assert/is-nonpositive-finite/package.json @@ -1,71 +1,71 @@ { - "name": "@stdlib/assert/is-nonpositive-finite", - "version": "0.0.0", - "description": "Test if a value is a number having a nonpositive finite value.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/assert/is-nonpositive-finite", + "version": "0.0.0", + "description": "Test if a value is a number having a nonpositive finite value.", + "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", - "stdassert", - "assertion", - "assert", - "utilities", - "utility", - "utils", - "util", - "number", - "numeric", - "nonpositive", - "is", - "isnumber", - "isnumeric", - "type", - "check", - "primitive", - "object" - ] - } \ No newline at end of file + } + ], + "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", + "stdassert", + "assertion", + "assert", + "utilities", + "utility", + "utils", + "util", + "number", + "numeric", + "nonpositive", + "is", + "isnumber", + "isnumeric", + "type", + "check", + "primitive", + "object" + ] +} diff --git a/lib/node_modules/@stdlib/iter/until-each/package.json b/lib/node_modules/@stdlib/iter/until-each/package.json index fb1dc3ba72c3..5d679b5d62d7 100644 --- a/lib/node_modules/@stdlib/iter/until-each/package.json +++ b/lib/node_modules/@stdlib/iter/until-each/package.json @@ -1,68 +1,67 @@ { - "name": "@stdlib/iter/until-each", - "version": "0.0.0", - "description": "Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/iter/until-each", + "version": "0.0.0", + "description": "Create an iterator which, while a test condition is false, invokes a function for each iterated value before returning the iterated value.", + "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", - "stdutils", - "stdutil", - "utilities", - "utility", - "utils", - "util", - "until-each", - "untileach", - "until", - "each", - "iterator", - "iterable", - "iterate" - ] - } - \ No newline at end of file + } + ], + "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", + "stdutils", + "stdutil", + "utilities", + "utility", + "utils", + "util", + "until-each", + "untileach", + "until", + "each", + "iterator", + "iterable", + "iterate" + ] +} diff --git a/lib/node_modules/@stdlib/math/base/special/acovercos/package.json b/lib/node_modules/@stdlib/math/base/special/acovercos/package.json index ce7d53fa7184..a9eb8c5f905f 100644 --- a/lib/node_modules/@stdlib/math/base/special/acovercos/package.json +++ b/lib/node_modules/@stdlib/math/base/special/acovercos/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/acoversin/package.json b/lib/node_modules/@stdlib/math/base/special/acoversin/package.json index 7b55b4555420..8b98bd747fd3 100644 --- a/lib/node_modules/@stdlib/math/base/special/acoversin/package.json +++ b/lib/node_modules/@stdlib/math/base/special/acoversin/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/ahavercos/package.json b/lib/node_modules/@stdlib/math/base/special/ahavercos/package.json index 10e1204cc954..4026bfbb03c7 100644 --- a/lib/node_modules/@stdlib/math/base/special/ahavercos/package.json +++ b/lib/node_modules/@stdlib/math/base/special/ahavercos/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/logaddexp/package.json b/lib/node_modules/@stdlib/math/base/special/logaddexp/package.json index 181c194ddb1e..cff948102455 100644 --- a/lib/node_modules/@stdlib/math/base/special/logaddexp/package.json +++ b/lib/node_modules/@stdlib/math/base/special/logaddexp/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/min/package.json b/lib/node_modules/@stdlib/math/base/special/min/package.json index 75ce268757a2..8ae3ebe3a4e2 100644 --- a/lib/node_modules/@stdlib/math/base/special/min/package.json +++ b/lib/node_modules/@stdlib/math/base/special/min/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/iter/sequences/tribonacci/package.json b/lib/node_modules/@stdlib/math/iter/sequences/tribonacci/package.json index 153503620dcd..5c56899788f6 100644 --- a/lib/node_modules/@stdlib/math/iter/sequences/tribonacci/package.json +++ b/lib/node_modules/@stdlib/math/iter/sequences/tribonacci/package.json @@ -1,65 +1,64 @@ { - "name": "@stdlib/math/iter/sequences/tribonacci", - "version": "0.0.0", - "description": "Create an iterator which generates a Tribonacci sequence.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/math/iter/sequences/tribonacci", + "version": "0.0.0", + "description": "Create an iterator which generates a Tribonacci sequence.", + "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", - "tribonacci", - "tribo", - "sequence", - "iterator", - "iterate", - "iteration", - "iter" - ] - } - \ No newline at end of file + } + ], + "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", + "tribonacci", + "tribo", + "sequence", + "iterator", + "iterate", + "iteration", + "iter" + ] +} diff --git a/lib/node_modules/@stdlib/utils/none-own-by/package.json b/lib/node_modules/@stdlib/utils/none-own-by/package.json index 8cc325d4e30a..59692f6d870c 100644 --- a/lib/node_modules/@stdlib/utils/none-own-by/package.json +++ b/lib/node_modules/@stdlib/utils/none-own-by/package.json @@ -66,4 +66,3 @@ "validate" ] } - \ No newline at end of file