a-partition
Version:
Splits an array into two parts if given predicate satisfied
27 lines (26 loc) • 711 B
JSON
{
"name": "a-partition",
"version": "1.0.1",
"description": "Splits an array into two parts if given predicate satisfied",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikramcse/a-partition.git"
},
"keywords": ["split", "array", "satisfied", "predicate", "condition", "two", "halfs"],
"author": "Vikram Jadhav",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikramcse/a-partition/issues"
},
"homepage": "https://github.com/vikramcse/a-partition#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^6.2.0",
"mocha": "^2.4.5"
}
}