UNPKG

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