UNPKG

@scsiva1991/array-filter

Version:

A small library to filter array of objects and return as a simple array

36 lines (35 loc) 928 B
{ "name": "@scsiva1991/array-filter", "version": "0.0.3", "description": "A small library to filter array of objects and return as a simple array", "main": "index.js", "engines": { "node": ">=4.2.4" }, "scripts": { "test": "mocha --reporter spec", "cover": "node node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "repository": { "type": "git", "url": "git+https://github.com/scsiva1991/array-filter.git" }, "keywords": [ "array", "array-filter", "filter", "filter two arrays" ], "author": "“Sivakumar <“scsiva1991@gmail.com”>", "license": "MIT", "bugs": { "url": "https://github.com/scsiva1991/array-filter/issues" }, "homepage": "https://github.com/scsiva1991/array-filter#readme", "devDependencies": { "chai": "3.0.0", "coveralls": "2.11.2", "istanbul": "0.3.17", "mocha": "2.2.5" } }