From cbf285f898289f2bedf9cc4c96375f521b34c9e7 Mon Sep 17 00:00:00 2001 From: kgryte <2643044+kgryte@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:31:19 +0000 Subject: [PATCH] chore: update package meta data Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- .../test/fixtures/assert/is-complex128/package.json | 8 +------- .../test/fixtures/assert/is-complex64/package.json | 8 +------- .../test/fixtures/complex/cmplx/package.json | 8 +------- .../test/fixtures/complex/conj/package.json | 11 +---------- .../test/fixtures/error/reviver/package.json | 8 +------- .../test/fixtures/error/to-json/package.json | 8 +------- 6 files changed, 6 insertions(+), 45 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex128/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex128/package.json index b9cc561ced67..3a447ccb5624 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex128/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex128/package.json @@ -14,13 +14,7 @@ } ], "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex64/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex64/package.json index 51b85d6cbc3c..2b410482f2a3 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex64/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/assert/is-complex64/package.json @@ -14,13 +14,7 @@ } ], "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/cmplx/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/cmplx/package.json index ae7e941717eb..edf732c688b2 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/cmplx/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/cmplx/package.json @@ -14,13 +14,7 @@ } ], "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/conj/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/conj/package.json index 891e1b842a58..284a40d2f98a 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/conj/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/complex/conj/package.json @@ -14,16 +14,7 @@ } ], "main": "./lib", - "gypfile": true, - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "include": "./include", - "lib": "./lib", - "src": "./src", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/reviver/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/reviver/package.json index 4322e7d63d5c..d2ee78167861 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/reviver/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/reviver/package.json @@ -14,13 +14,7 @@ } ], "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib", diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/to-json/package.json b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/to-json/package.json index da99ab328643..d537ba8cdc2b 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/to-json/package.json +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/namespace-export-all/test/fixtures/error/to-json/package.json @@ -14,13 +14,7 @@ } ], "main": "./lib", - "directories": { - "benchmark": "./benchmark", - "doc": "./docs", - "example": "./examples", - "lib": "./lib", - "test": "./test" - }, + "directories": {}, "types": "./docs/types", "scripts": {}, "homepage": "https://github.com/stdlib-js/stdlib",