UNPKG

find-where

Version:

Iterates over a collection of values and returns the first value that matches all of the key-value pairs provided.

47 lines (46 loc) 1.07 kB
{ "name": "find-where", "version": "1.0.6", "description": "Iterates over a collection of values and returns the first value that matches all of the key-value pairs provided.", "main": "index.js", "scripts": { "build": "rollup --config", "prepublishOnly": "npm run build", "lint": "eslint . --max-warnings 0", "lint:fix": "eslint . --fix --max-warnings 0", "test": "mocha" }, "files": [ "index.js", "umd/" ], "repository": "jonkemp/find-where", "keywords": [ "array", "find", "findwhere", "utility", "util" ], "author": { "name": "Jonathan Kemp", "email": "kempdogg@gmail.com", "url": "http://jonkemp.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/jonkemp/find-where/issues" }, "homepage": "https://github.com/jonkemp/find-where#readme", "devDependencies": { "@rollup/plugin-commonjs": "^21.0.2", "@rollup/plugin-node-resolve": "^13.1.3", "babel-eslint": "^10.1.0", "eslint": "^8.12.0", "mocha": "^9.2.2", "rollup": "^2.70.1" }, "dependencies": { "@jonkemp/package-utils": "^1.0.8" } }