UNPKG

@guj/rif-js

Version:

Simplify filter,map and such when their use should be conditionnal

31 lines (30 loc) 688 B
{ "name": "@guj/rif-js", "version": "0.0.3", "description": "Simplify filter,map and such when their use should be conditionnal", "main": "src/main/rif.js", "scripts": { "test": "ava src/test/*.js --verbose", "test:watch": "ava src/test/*.js --verbose --watch" }, "repository": { "type": "git", "url": "git+https://github.com/gulhe/rif-js.git" }, "keywords": [ "functionnal", "fp", "array", "conditionnal", "GuJ" ], "author": "GuLhe", "license": "ISC", "bugs": { "url": "https://github.com/gulhe/rif-js/issues" }, "homepage": "https://github.com/gulhe/rif-js#readme", "devDependencies": { "ava": "^0.25.0" } }