1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "p-map",
|
3 |
|
|
"version": "2.1.0",
|
4 |
|
|
"description": "Map over promises concurrently",
|
5 |
|
|
"license": "MIT",
|
6 |
|
|
"repository": "sindresorhus/p-map",
|
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 && tsd"
|
17 |
|
|
},
|
18 |
|
|
"files": [
|
19 |
|
|
"index.js",
|
20 |
|
|
"index.d.ts"
|
21 |
|
|
],
|
22 |
|
|
"keywords": [
|
23 |
|
|
"promise",
|
24 |
|
|
"map",
|
25 |
|
|
"resolved",
|
26 |
|
|
"wait",
|
27 |
|
|
"collection",
|
28 |
|
|
"iterable",
|
29 |
|
|
"iterator",
|
30 |
|
|
"race",
|
31 |
|
|
"fulfilled",
|
32 |
|
|
"async",
|
33 |
|
|
"await",
|
34 |
|
|
"promises",
|
35 |
|
|
"concurrently",
|
36 |
|
|
"concurrency",
|
37 |
|
|
"parallel",
|
38 |
|
|
"bluebird"
|
39 |
|
|
],
|
40 |
|
|
"devDependencies": {
|
41 |
|
|
"ava": "^1.4.1",
|
42 |
|
|
"delay": "^4.1.0",
|
43 |
|
|
"in-range": "^1.0.0",
|
44 |
|
|
"random-int": "^1.0.0",
|
45 |
|
|
"time-span": "^3.1.0",
|
46 |
|
|
"tsd": "^0.7.2",
|
47 |
|
|
"xo": "^0.24.0"
|
48 |
|
|
}
|
49 |
|
|
}
|