56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "async-parallel",
|
|
"version": "1.2.3",
|
|
"description": "Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"start": "node main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/davetemplin/async-parallel.git"
|
|
},
|
|
"keywords": [
|
|
"asynchronous",
|
|
"async",
|
|
"await",
|
|
"await-await",
|
|
"await/await",
|
|
"concurrent",
|
|
"concurrency",
|
|
"parallel",
|
|
"typescript",
|
|
"promise",
|
|
"promisify",
|
|
"promisified",
|
|
"each",
|
|
"map",
|
|
"invoke",
|
|
"foreach",
|
|
"filter",
|
|
"every",
|
|
"reduce",
|
|
"some",
|
|
"iterative",
|
|
"functions"
|
|
],
|
|
"author": {
|
|
"name": "Dave Templin",
|
|
"email": "davetemplin@hotmail.com",
|
|
"url": "https://github.com/davetemplin/"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/davetemplin/async-parallel/issues"
|
|
},
|
|
"homepage": "https://github.com/davetemplin/async-parallel#readme",
|
|
"devDependencies": {
|
|
"@types/chai": "^3.4.34",
|
|
"@types/mocha": "^2.2.37",
|
|
"@types/node": "^7.0.0",
|
|
"chai": "^3.4.1",
|
|
"mocha": "^2.3.4"
|
|
}
|
|
}
|