UNPKG

@stdlib/array-base-count-same-value

Version:

Count the number of elements in an array that are equal to a specified value.

81 lines (80 loc) 1.96 kB
{ "name": "@stdlib/array-base-count-same-value", "version": "0.2.0", "description": "Count the number of elements in an array that are equal to a specified 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" } ], "main": "./lib", "directories": { "doc": "./docs", "lib": "./lib", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/array-base-count-same-value.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-base-assert-is-accessor-array": "^0.2.2", "@stdlib/array-base-assert-is-booleanarray": "^0.0.2", "@stdlib/array-base-assert-is-complex-typed-array": "^0.1.2", "@stdlib/array-base-resolve-getter": "^0.2.1", "@stdlib/assert-is-boolean": "^0.2.2", "@stdlib/assert-is-complex-like": "^0.2.2", "@stdlib/assert-is-same-value": "^0.2.2", "@stdlib/complex-float64-imag": "^0.1.1", "@stdlib/complex-float64-real": "^0.1.1", "@stdlib/strided-base-reinterpret-boolean": "^0.0.2", "@stdlib/strided-base-reinterpret-complex": "^0.1.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdtypes", "types", "data", "structure", "array", "count", "sum", "summation", "countif", "total", "same", "equal" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }