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",