UNPKG

1.02 kBJSONView Raw
1{
2 "name": "p-locate",
3 "version": "6.0.0",
4 "description": "Get the first fulfilled promise that satisfies the provided testing function",
5 "license": "MIT",
6 "repository": "sindresorhus/p-locate",
7 "funding": "https://github.com/sponsors/sindresorhus",
8 "author": {
9 "name": "Sindre Sorhus",
10 "email": "sindresorhus@gmail.com",
11 "url": "https://sindresorhus.com"
12 },
13 "type": "module",
14 "exports": "./index.js",
15 "engines": {
16 "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
17 },
18 "scripts": {
19 "test": "xo && ava && tsd"
20 },
21 "files": [
22 "index.js",
23 "index.d.ts"
24 ],
25 "keywords": [
26 "promise",
27 "locate",
28 "find",
29 "finder",
30 "search",
31 "searcher",
32 "test",
33 "array",
34 "collection",
35 "iterable",
36 "iterator",
37 "race",
38 "fulfilled",
39 "fastest",
40 "async",
41 "await",
42 "promises",
43 "bluebird"
44 ],
45 "dependencies": {
46 "p-limit": "^4.0.0"
47 },
48 "devDependencies": {
49 "ava": "^3.15.0",
50 "delay": "^5.0.0",
51 "in-range": "^3.0.0",
52 "time-span": "^5.0.0",
53 "tsd": "^0.17.0",
54 "xo": "^0.44.0"
55 }
56}