Projekt

Obecné

Profil

Stáhnout (823 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
	"name": "p-locate",
3
	"version": "3.0.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": ">=6"
14
	},
15
	"scripts": {
16
		"test": "xo && ava"
17
	},
18
	"files": [
19
		"index.js"
20
	],
21
	"keywords": [
22
		"promise",
23
		"locate",
24
		"find",
25
		"finder",
26
		"search",
27
		"searcher",
28
		"test",
29
		"array",
30
		"collection",
31
		"iterable",
32
		"iterator",
33
		"race",
34
		"fulfilled",
35
		"fastest",
36
		"async",
37
		"await",
38
		"promises",
39
		"bluebird"
40
	],
41
	"dependencies": {
42
		"p-limit": "^2.0.0"
43
	},
44
	"devDependencies": {
45
		"ava": "*",
46
		"delay": "^3.0.0",
47
		"in-range": "^1.0.0",
48
		"time-span": "^2.0.0",
49
		"xo": "*"
50
	}
51
}
(3-3/4)