diff --git a/lib/node_modules/@stdlib/constants/int32/max/package.json b/lib/node_modules/@stdlib/constants/int32/max/package.json index 2deb3bca47a..98f4476146b 100644 --- a/lib/node_modules/@stdlib/constants/int32/max/package.json +++ b/lib/node_modules/@stdlib/constants/int32/max/package.json @@ -17,6 +17,7 @@ "directories": { "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", "test": "./test" }, diff --git a/lib/node_modules/@stdlib/iter/do-while-each/package.json b/lib/node_modules/@stdlib/iter/do-while-each/package.json index d64bdeee596..29dd1587790 100644 --- a/lib/node_modules/@stdlib/iter/do-while-each/package.json +++ b/lib/node_modules/@stdlib/iter/do-while-each/package.json @@ -1,69 +1,68 @@ { - "name": "@stdlib/iter/do-while-each", - "version": "0.0.0", - "description": "Create an iterator which, while a test condition is true, invokes a function for each iterated value before returning the iterated value.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/iter/do-while-each", + "version": "0.0.0", + "description": "Create an iterator which, while a test condition is true, 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", - "do-while-each", - "whileeach", - "while", - "each", - "iterator", - "iterable", - "iterdowhileeach", - "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", + "do-while-each", + "whileeach", + "while", + "each", + "iterator", + "iterable", + "iterdowhileeach", + "iterate" + ] +} diff --git a/lib/node_modules/@stdlib/math/base/assert/is-even/package.json b/lib/node_modules/@stdlib/math/base/assert/is-even/package.json index dc6bf0591a2..c18fee0061b 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-even/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-even/package.json @@ -19,7 +19,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/assert/is-negative-finite/package.json b/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/package.json index 6093c45bc55..9e1db500d49 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-negative-finite/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/assert/is-nonnegative-integer/package.json b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/package.json index 188810f5ab8..d64c5737b82 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonnegative-integer/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/assert/is-nonpositive-integer/package.json b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/package.json index 872c0f0d5e8..20e2ba71c59 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-integer/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/assert/is-odd/package.json b/lib/node_modules/@stdlib/math/base/assert/is-odd/package.json index 710b1edf1e8..e7d83bc3445 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-odd/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-odd/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/assert/is-positive-finite/package.json b/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/package.json index 965e38dd580..a17c11d3469 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-finite/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/assert/is-positive-integer/package.json b/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/package.json index d54d2b0dca0..88e5799c51d 100644 --- a/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/package.json +++ b/lib/node_modules/@stdlib/math/base/assert/is-positive-integer/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/lib/node_modules/@stdlib/math/base/special/asec/package.json b/lib/node_modules/@stdlib/math/base/special/asec/package.json index 3a565bb887d..0d2f17cbaf1 100644 --- a/lib/node_modules/@stdlib/math/base/special/asec/package.json +++ b/lib/node_modules/@stdlib/math/base/special/asec/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/avercos/package.json b/lib/node_modules/@stdlib/math/base/special/avercos/package.json index 2adecf5ba6e..5e9ef1d326f 100644 --- a/lib/node_modules/@stdlib/math/base/special/avercos/package.json +++ b/lib/node_modules/@stdlib/math/base/special/avercos/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/lib/node_modules/@stdlib/math/base/special/aversin/package.json b/lib/node_modules/@stdlib/math/base/special/aversin/package.json index f1a5bfab7e6..72a55b86348 100644 --- a/lib/node_modules/@stdlib/math/base/special/aversin/package.json +++ b/lib/node_modules/@stdlib/math/base/special/aversin/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/lib/node_modules/@stdlib/math/base/special/coth/package.json b/lib/node_modules/@stdlib/math/base/special/coth/package.json index fa826959e39..81e0dcd07ef 100644 --- a/lib/node_modules/@stdlib/math/base/special/coth/package.json +++ b/lib/node_modules/@stdlib/math/base/special/coth/package.json @@ -14,6 +14,7 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", diff --git a/lib/node_modules/@stdlib/math/base/special/ellipe/package.json b/lib/node_modules/@stdlib/math/base/special/ellipe/package.json index dafb4d2fcbc..576af60bdc8 100644 --- a/lib/node_modules/@stdlib/math/base/special/ellipe/package.json +++ b/lib/node_modules/@stdlib/math/base/special/ellipe/package.json @@ -14,12 +14,15 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "benchmark": "./benchmark", "doc": "./docs", "example": "./examples", + "include": "./include", "lib": "./lib", "scripts": "./scripts", + "src": "./src", "test": "./test" }, "types": "./docs/types", diff --git a/lib/node_modules/@stdlib/math/base/special/log/package.json b/lib/node_modules/@stdlib/math/base/special/log/package.json index a97bcbd639b..6a892aa89a8 100644 --- a/lib/node_modules/@stdlib/math/base/special/log/package.json +++ b/lib/node_modules/@stdlib/math/base/special/log/package.json @@ -19,7 +19,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/max/package.json b/lib/node_modules/@stdlib/math/base/special/max/package.json index 33ea3b8ed3d..b949b819931 100644 --- a/lib/node_modules/@stdlib/math/base/special/max/package.json +++ b/lib/node_modules/@stdlib/math/base/special/max/package.json @@ -14,11 +14,14 @@ } ], "main": "./lib", + "gypfile": true, "directories": { "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/minabs/package.json b/lib/node_modules/@stdlib/math/base/special/minabs/package.json index eff82f3e793..402dee865cf 100644 --- a/lib/node_modules/@stdlib/math/base/special/minabs/package.json +++ b/lib/node_modules/@stdlib/math/base/special/minabs/package.json @@ -19,7 +19,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/string/base/stickycase/package.json b/lib/node_modules/@stdlib/string/base/stickycase/package.json index 0f50a57d8c1..dfe4cc96a58 100644 --- a/lib/node_modules/@stdlib/string/base/stickycase/package.json +++ b/lib/node_modules/@stdlib/string/base/stickycase/package.json @@ -63,4 +63,4 @@ "convert" ], "__stdlib__": {} -} \ No newline at end of file +} diff --git a/lib/node_modules/@stdlib/utils/any-in-by/package.json b/lib/node_modules/@stdlib/utils/any-in-by/package.json index d311501ae30..9f3ebdb88b9 100644 --- a/lib/node_modules/@stdlib/utils/any-in-by/package.json +++ b/lib/node_modules/@stdlib/utils/any-in-by/package.json @@ -1,67 +1,66 @@ { - "name": "@stdlib/utils/any-in-by", - "version": "0.0.0", - "description": "Test whether at least one property in an object passes a test implemented by a predicate function.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/utils/any-in-by", + "version": "0.0.0", + "description": "Test whether at least one property in an object passes a test implemented by a predicate function.", + "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", - "test", - "predicate", - "object", - "obj", - "iterate", - "validate" - ] - } - \ 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", + "test", + "predicate", + "object", + "obj", + "iterate", + "validate" + ] +} diff --git a/lib/node_modules/@stdlib/utils/every-own-by/package.json b/lib/node_modules/@stdlib/utils/every-own-by/package.json index db1881631f2..9a5a3d061e5 100644 --- a/lib/node_modules/@stdlib/utils/every-own-by/package.json +++ b/lib/node_modules/@stdlib/utils/every-own-by/package.json @@ -1,69 +1,68 @@ { - "name": "@stdlib/utils/every-own-by", - "version": "0.0.0", - "description": "Test whether all own properties of an object pass a test implemented by a predicate function.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/utils/every-own-by", + "version": "0.0.0", + "description": "Test whether all own properties of an object pass a test implemented by a predicate function.", + "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", - "test", - "predicate", - "every", - "all", - "object.every", - "everyownby", - "iterate", - "validate" - ] - } - \ 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", + "test", + "predicate", + "every", + "all", + "object.every", + "everyownby", + "iterate", + "validate" + ] +} diff --git a/lib/node_modules/@stdlib/utils/none-in-by/package.json b/lib/node_modules/@stdlib/utils/none-in-by/package.json index 3973ed7c5f0..bff1da70e6b 100644 --- a/lib/node_modules/@stdlib/utils/none-in-by/package.json +++ b/lib/node_modules/@stdlib/utils/none-in-by/package.json @@ -1,69 +1,68 @@ { - "name": "@stdlib/utils/none-in-by", - "version": "0.0.0", - "description": "Test whether every property in an object fails a test implemented by a predicate function.", - "license": "Apache-2.0", - "author": { + "name": "@stdlib/utils/none-in-by", + "version": "0.0.0", + "description": "Test whether every property in an object fails a test implemented by a predicate function.", + "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", - "test", - "predicate", - "none", - "all", - "every", - "iterate", - "object", - "validate" - ] - } - \ 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", + "test", + "predicate", + "none", + "all", + "every", + "iterate", + "object", + "validate" + ] +} diff --git a/lib/node_modules/@stdlib/utils/some-own-by/package.json b/lib/node_modules/@stdlib/utils/some-own-by/package.json index 1d86212f130..633e692baf2 100644 --- a/lib/node_modules/@stdlib/utils/some-own-by/package.json +++ b/lib/node_modules/@stdlib/utils/some-own-by/package.json @@ -1,72 +1,72 @@ { - "name": "@stdlib/utils/some-own-by", - "version": "0.0.0", - "description": "Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.", - "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" - } - ], - "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", - "test", - "any", - "every", - "all", - "object", - "object.keys", - "iterate", - "predicate", - "own", - "some", - "values", - "validate" - ] -} \ No newline at end of file + "name": "@stdlib/utils/some-own-by", + "version": "0.0.0", + "description": "Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.", + "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" + } + ], + "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", + "test", + "any", + "every", + "all", + "object", + "object.keys", + "iterate", + "predicate", + "own", + "some", + "values", + "validate" + ] +}