2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "p-map",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"description": "Map over promises concurrently",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/p-map",
|
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"promise",
|
|
|
|
"map",
|
|
|
|
"resolved",
|
|
|
|
"wait",
|
|
|
|
"collection",
|
|
|
|
"iterable",
|
|
|
|
"iterator",
|
|
|
|
"race",
|
|
|
|
"fulfilled",
|
|
|
|
"async",
|
|
|
|
"await",
|
|
|
|
"promises",
|
|
|
|
"concurrently",
|
|
|
|
"concurrency",
|
|
|
|
"parallel",
|
|
|
|
"bluebird"
|
|
|
|
],
|
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"delay": "^2.0.0",
|
|
|
|
"in-range": "^1.0.0",
|
|
|
|
"random-int": "^1.0.0",
|
|
|
|
"time-span": "^2.0.0",
|
|
|
|
"xo": "*"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|