awaitable-array
Version:
Create an array that can be awaited for a specific length
29 lines (28 loc) • 619 B
JSON
{
"name": "awaitable-array",
"version": "1.2.1",
"description": "Create an array that can be awaited for a specific length",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/_mocha test/array.test.js -R spec"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git@personal:WakeskaterX/awaitable_array"
},
"keywords": [
"array",
"tooling",
"awaitable"
],
"author": "Jason Carter & Andrew Powers",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}