Skip to content

Commit

Permalink
style: use imperative in package.json description and end with period
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Sep 17, 2024
1 parent 31fd427 commit ed44fee
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/eslint/rules/no-empty-comments",
"version": "0.0.0",
"description": "ESLint rule to disallow empty comments",
"description": "ESLint rule to disallow empty comments.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/markdown/to-html",
"version": "0.0.0",
"description": "Converts Markdown to HTML.",
"description": "Convert Markdown to HTML.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/markdown/to-vdom",
"version": "0.0.0",
"description": "Converts Markdown to virtual DOM.",
"description": "Convert Markdown to virtual DOM.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/_tools/pkgs/dep-list/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/pkgs/dep-list",
"version": "0.0.0",
"description": "Returns a list of dependencies for a specified stdlib package.",
"description": "Return a list of dependencies for a specified stdlib package.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/pkgs/namespace-deps",
"version": "0.0.0",
"description": "Returns a list of dependencies for a chosen namespace.",
"description": "Return a list of dependencies for a chosen namespace.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/release/package-json",
"version": "0.0.0",
"description": "Prepares the `package.json` of a package for individual release.",
"description": "Prepare the `package.json` of a package for individual release.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/repl-txt/wrap-desc",
"version": "0.0.0",
"description": "Wraps a description.",
"description": "Wrap a description.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/_tools/repl-txt/wrap-signature",
"version": "0.0.0",
"description": "Wraps a signature string.",
"description": "Wrap a signature string.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/assert/is-ragged-nested-array",
"version": "0.0.0",
"description": "Test if a value is a ragged nested array",
"description": "Test if a value is a ragged nested array.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/cswap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/base/cswap",
"version": "0.0.0",
"description": "Interchanges two complex single-precision floating-point vectors.",
"description": "Interchange two complex single-precision floating-point vectors.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/dger/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/base/dger",
"version": "0.0.0",
"description": "Performs the rank 1 operation A = alpha⋅x⋅y^T + A.",
"description": "Perform the rank 1 operation A = alpha⋅x⋅y^T + A.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/blas/base/zswap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/base/zswap",
"version": "0.0.0",
"description": "Interchanges two complex double-precision floating-point vectors.",
"description": "Interchange two complex double-precision floating-point vectors.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dapxsum",
"version": "0.0.0",
"description": "Adds a constant to each double-precision floating-point strided array element and computes the sum.",
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum.",

This comment has been minimized.

Copy link
@kgryte

kgryte Sep 17, 2024

Member

@Planeshifter This and the following descriptions need further updates : s/computes/compute/

"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dapxsumkbn",
"version": "0.0.0",
"description": "Adds a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dapxsumkbn2",
"version": "0.0.0",
"description": "Adds a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dapxsumors",
"version": "0.0.0",
"description": "Adds a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.",
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dapxsumpw",
"version": "0.0.0",
"description": "Adds a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.",
"description": "Add a constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dsapxsum",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/dsapxsumpw",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/gapxsum",
"version": "0.0.0",
"description": "Adds a constant to each strided array element and computes the sum.",
"description": "Add a constant to each strided array element and computes the sum.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/gapxsumkbn",
"version": "0.0.0",
"description": "Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"description": "Add a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/gapxsumkbn2",
"version": "0.0.0",
"description": "Adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"description": "Add a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/gapxsumors",
"version": "0.0.0",
"description": "Adds a constant to each strided array element and computes the sum using ordinary recursive summation.",
"description": "Add a constant to each strided array element and computes the sum using ordinary recursive summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/gapxsumpw",
"version": "0.0.0",
"description": "Adds a constant to each strided array element and computes the sum using pairwise summation.",
"description": "Add a constant to each strided array element and computes the sum using pairwise summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sapxsum",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sapxsumkbn",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using an improved Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sapxsumkbn2",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sapxsumors",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using ordinary recursive summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sapxsumpw",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sdsapxsum",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/blas/ext/base/sdsapxsumpw",
"version": "0.0.0",
"description": "Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.",
"description": "Add a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/complex/base/parse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/complex/base/parse",
"version": "0.0.0",
"description": "Parses a string representing a complex number into a complex like object.",
"description": "Parse a string representing a complex number into a complex like object.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/iter/advance/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/iter/advance",
"version": "0.0.0",
"description": "Advances an iterator.",
"description": "Advance an iterator.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/math/base/special/cotd",
"version": "0.0.0",
"description": "Compute the cotangent of an angle measured in degrees",
"description": "Compute the cotangent of an angle measured in degrees.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/math/base/special/tand",
"version": "0.0.0",
"description": "Compute the tangent of an angle measured in degrees",
"description": "Compute the tangent of an angle measured in degrees.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down
2 changes: 1 addition & 1 deletion lib/node_modules/@stdlib/stats/vartest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stdlib/stats/vartest",
"version": "0.0.0",
"description": "Two-sample F-test for equal variances",
"description": "Two-sample F-test for equal variances.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
Expand Down

0 comments on commit ed44fee

Please sign in to comment.