{"_id":"@amphibian/find","_rev":"5-64e2e2527dcbe730f0478089a63a0fc5","name":"@amphibian/find","description":"matches items in an array or object that return true in the finding function","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@amphibian/find","version":"1.0.0","description":"matches items in an array or object that return true in the finding function","main":"index.js","scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+ssh://git@gitlab.com/thomaslindstr_m/find.git"},"author":{"name":"Thomas Lindstrøm","email":"t@hom.as"},"license":"ISC","bugs":{"url":"https://gitlab.com/thomaslindstr_m/find/issues"},"homepage":"https://gitlab.com/thomaslindstr_m/find#README","dependencies":{"@amphibian/for-own":"^1.0.14","@amphibian/is-array":"^1.0.5","@amphibian/is-object":"^1.0.5","@amphibian/iterate-up-array":"^1.0.1"},"_id":"@amphibian/find@1.0.0","_shasum":"10a34438e8995d32ab58a52c0c86adbe68ebde42","_from":".","_npmVersion":"4.0.5","_nodeVersion":"7.4.0","_npmUser":{"name":"amphibian","email":"t@hom.as"},"dist":{"shasum":"10a34438e8995d32ab58a52c0c86adbe68ebde42","tarball":"https://registry.npmjs.org/@amphibian/find/-/find-1.0.0.tgz","integrity":"sha512-lKYf8TFau6+z1QBspWYTAyjuCAp0dsZPG1GGjGzJeMM5r5gmWU0FSWETLb+LoLuu9BW0fH0TLg81u1Ua6yA3WA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBidtYgVhUqIF7qAYQB5Z0jGGXoCqEEY6g09TbImsHh2AiEA+4dLo5gj67X4L7scbdx0j1atuR6ciuHxn4Gv+Zj1EXM="}]},"maintainers":[{"name":"amphibian","email":"t@hom.as"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/find-1.0.0.tgz_1487287314171_0.2566592516377568"},"directories":{}}},"readme":"# find\n\n[![build status](https://gitlab.com/thomaslindstr_m/find/badges/master/build.svg)](https://gitlab.com/thomaslindstr_m/find/commits/master)\n\nmatches items in an array or object that return true in the finding function\n\n```\nnpm install @amphibian/find\n```\n\n```javascript\nvar find = require('@amphibian/find');\nvar array = ['zero', 'one', 'two', 'three', 'four'];\n\nfind(array, (index, i) => i === 2); // > 'two'\n\nvar object = {\n    zero: {hello: true},\n    one: {hello: false},\n    two: {hello: true},\n    three: {hello: false}\n};\n\nfind(object, (key, value) => value.hello === true); // > {hello: true}\n```\n","maintainers":[{"email":"t@hom.as","name":"thomaslindstr_m"}],"time":{"modified":"2022-06-12T14:39:48.470Z","created":"2017-02-16T23:21:54.699Z","1.0.0":"2017-02-16T23:21:54.699Z"},"homepage":"https://gitlab.com/thomaslindstr_m/find#README","repository":{"type":"git","url":"git+ssh://git@gitlab.com/thomaslindstr_m/find.git"},"author":{"name":"Thomas Lindstrøm","email":"t@hom.as"},"bugs":{"url":"https://gitlab.com/thomaslindstr_m/find/issues"},"license":"ISC","readmeFilename":"README.md"}