for-each-break
Version:
forEach, map and filter with break and return emulation
33 lines (32 loc) • 730 B
JSON
{
"name": "for-each-break",
"version": "0.2.6",
"description": "forEach, map and filter with break and return emulation",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Vladimir Schneider",
"email": "vladimir.schneider@gmail.com",
"url": "https://github.com/vsch"
},
"dependencies": {},
"devDependencies": {
"jest": "^25.2.6",
"jest-each": "^25.2.6"
},
"scripts": {
"test": "jest"
},
"keywords": [
"looping",
"breakable loop"
],
"repository": {
"type": "git",
"url": "git://github.com/vsch/for-each-break.git"
},
"homepage": "https://github.com/vsch/for-each-break",
"bugs": {
"url": "https://github.com/vsch/for-each-break/issues"
}
}