obj-and-arr-methods
Version:
This package includes array methods like reduce, map, filter, forEach, take, skip, some, every, max, min, chain. It also includes object methods: keys, values, pairs, fromPairs.
25 lines (24 loc) • 700 B
JSON
{
"name": "obj-and-arr-methods",
"version": "1.0.0",
"description": "This package includes array methods like reduce, map, filter, forEach, take, skip, some, every, max, min, chain. It also includes object methods: keys, values, pairs, fromPairs.",
"main": "lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f4kermak3r/task3.git"
},
"keywords": [
"OBJECT",
"ARRAY",
"METHODS"
],
"author": "Tauras Dubinskas",
"license": "ISC",
"bugs": {
"url": "https://github.com/f4kermak3r/task3/issues"
},
"homepage": "https://github.com/f4kermak3r/task3#readme"
}