diff --git a/lib/node_modules/@stdlib/_tools/eslint/rules/no-nested-require/examples/index.js b/lib/node_modules/@stdlib/_tools/eslint/rules/no-nested-require/examples/index.js index ade5b212640d..2de0386c21fd 100644 --- a/lib/node_modules/@stdlib/_tools/eslint/rules/no-nested-require/examples/index.js +++ b/lib/node_modules/@stdlib/_tools/eslint/rules/no-nested-require/examples/index.js @@ -36,17 +36,17 @@ result = linter.verify( code, { }); console.log( result ); /* => - [ - { - 'ruleId': 'no-nested-require', - 'severity': 2, - 'message': 'do not use nested property access for require() expressions', - 'line': 2, - 'column': 15, - 'nodeType': 'CallExpression', - 'source': 'var special = require( \'@stdlib/math\' ).base.special;', - 'endLine': 2, - 'endColumn': 29 - } - ] + [ + { + 'ruleId': 'no-nested-require', + 'severity': 2, + 'message': 'do not use nested property access for require() expressions', + 'line': 2, + 'column': 15, + 'nodeType': 'CallExpression', + 'source': 'var special = require( \'@stdlib/math\' ).base.special;', + 'endLine': 2, + 'endColumn': 29 + } + ] */ diff --git a/lib/node_modules/@stdlib/_tools/github/user-details/lib/defaults.json b/lib/node_modules/@stdlib/_tools/github/user-details/lib/defaults.json index f700220f53ed..5ae488116615 100644 --- a/lib/node_modules/@stdlib/_tools/github/user-details/lib/defaults.json +++ b/lib/node_modules/@stdlib/_tools/github/user-details/lib/defaults.json @@ -1,13 +1,13 @@ { - "usernames": [], - "protocol": "https", - "hostname": "api.github.com", - "port": 443, - "pathname": "/", - "page": 1, - "last_page": 1, - "per_page": 1, - "method": "GET", - "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-details", - "accept": "application/vnd.github.v3+json" + "usernames": [], + "protocol": "https", + "hostname": "api.github.com", + "port": 443, + "pathname": "/", + "page": 1, + "last_page": 1, + "per_page": 1, + "method": "GET", + "useragent": "https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-details", + "accept": "application/vnd.github.v3+json" } diff --git a/lib/node_modules/@stdlib/error/reviver/examples/index.js b/lib/node_modules/@stdlib/error/reviver/examples/index.js index 1cde7242a668..d043db03c929 100644 --- a/lib/node_modules/@stdlib/error/reviver/examples/index.js +++ b/lib/node_modules/@stdlib/error/reviver/examples/index.js @@ -26,12 +26,12 @@ var err1 = new SyntaxError( 'bad syntax' ); var json = err2json( err1 ); /* e.g., returns - { - 'type': 'SyntaxError', - 'name': 'SyntaxError', - 'message': 'bad syntax', - 'stack': '...' - } + { + 'type': 'SyntaxError', + 'name': 'SyntaxError', + 'message': 'bad syntax', + 'stack': '...' + } */ var str = JSON.stringify( json ); diff --git a/lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json b/lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json index 49bab5adff73..c93d286ef2da 100644 --- a/lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json +++ b/lib/node_modules/@stdlib/math/base/special/rsqrt/manifest.json @@ -1,78 +1,78 @@ { - "options": { - "task": "build" - }, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "task": "build", - "src": [ - "./src/rsqrt.c" - ], - "include": [ - "./include" - ], - "libraries": [ - "-lm" - ], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/napi/unary", - "@stdlib/math/base/special/sqrt" - ] - }, - { - "task": "benchmark", - "src": [ - "./src/rsqrt.c" - ], - "include": [ - "./include" - ], - "libraries": [ - "-lm" - ], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/sqrt" - ] - }, - { - "task": "examples", - "src": [ - "./src/rsqrt.c" - ], - "include": [ - "./include" - ], - "libraries": [ - "-lm" - ], - "libpath": [], - "dependencies": [ - "@stdlib/math/base/special/sqrt" - ] - } - ] + "options": { + "task": "build" + }, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "task": "build", + "src": [ + "./src/rsqrt.c" + ], + "include": [ + "./include" + ], + "libraries": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/napi/unary", + "@stdlib/math/base/special/sqrt" + ] + }, + { + "task": "benchmark", + "src": [ + "./src/rsqrt.c" + ], + "include": [ + "./include" + ], + "libraries": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/sqrt" + ] + }, + { + "task": "examples", + "src": [ + "./src/rsqrt.c" + ], + "include": [ + "./include" + ], + "libraries": [ + "-lm" + ], + "libpath": [], + "dependencies": [ + "@stdlib/math/base/special/sqrt" + ] + } + ] } diff --git a/lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json b/lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json index 890a937a3dc0..00fc84840372 100644 --- a/lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json +++ b/lib/node_modules/@stdlib/ndarray/base/strides2offset/manifest.json @@ -1,38 +1,38 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [] + } + ] } diff --git a/lib/node_modules/@stdlib/strided/napi/smskmap/manifest.json b/lib/node_modules/@stdlib/strided/napi/smskmap/manifest.json index d6ed4e3732ad..2f454f0e6046 100644 --- a/lib/node_modules/@stdlib/strided/napi/smskmap/manifest.json +++ b/lib/node_modules/@stdlib/strided/napi/smskmap/manifest.json @@ -1,40 +1,40 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/strided/base/smskmap" - ] - } - ] + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [ + "./src/main.c" + ], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/strided/base/smskmap" + ] + } + ] }