wishthis/node_modules/p-map/package.json

54 lines
911 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "p-map",
2023-08-17 09:47:40 +00:00
"version": "4.0.0",
2022-04-08 10:55:35 +00:00
"description": "Map over promises concurrently",
"license": "MIT",
"repository": "sindresorhus/p-map",
2023-08-17 09:47:40 +00:00
"funding": "https://github.com/sponsors/sindresorhus",
2022-04-08 10:55:35 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
2023-08-17 09:47:40 +00:00
"url": "https://sindresorhus.com"
2022-04-08 10:55:35 +00:00
},
"engines": {
2023-08-17 09:47:40 +00:00
"node": ">=10"
2022-04-08 10:55:35 +00:00
},
"scripts": {
2023-08-17 09:47:40 +00:00
"test": "xo && ava && tsd"
2022-04-08 10:55:35 +00:00
},
"files": [
2023-08-17 09:47:40 +00:00
"index.js",
"index.d.ts"
2022-04-08 10:55:35 +00:00
],
"keywords": [
"promise",
"map",
"resolved",
"wait",
"collection",
"iterable",
"iterator",
"race",
"fulfilled",
"async",
"await",
"promises",
"concurrently",
"concurrency",
"parallel",
"bluebird"
],
2023-08-17 09:47:40 +00:00
"dependencies": {
"aggregate-error": "^3.0.0"
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
2023-08-17 09:47:40 +00:00
"ava": "^2.2.0",
"delay": "^4.1.0",
"in-range": "^2.0.0",
"random-int": "^2.0.0",
"time-span": "^3.1.0",
"tsd": "^0.7.4",
"xo": "^0.27.2"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}