async-array-loop
Version:
a small collection of non-blocking array operation methods
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "async-array-loop",
"version": "0.1.2",
"description": "a small collection of non-blocking array operation methods",
"main": "index.js",
"engines": {
"node": ">=6.9.1"
},
"scripts": {
"lint": "xo --env=node --env=mocha !*.test.js",
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashraful-islam/async-array-loop.git"
},
"keywords": [
"array",
"loop",
"async",
"nonblocking",
"node"
],
"author": "Ashraful Islam <ashraful.islam@yandex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashraful-islam/async-array-loop/issues"
},
"homepage": "https://github.com/ashraful-islam/async-array-loop#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"mocha": "^3.5.3",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.2.1",
"xo": "^0.18.2"
},
"xo": {
"space": 2
}
}