UNPKG

cullender

Version:

A simple and composable way to filter data.

51 lines (50 loc) 1.19 kB
{ "name": "cullender", "version": "0.5.2", "description": "A simple and composable way to filter data.", "cdn": "dist/cullender.js", "main": "dist/cullender.cjs.js", "types": "index.d.ts", "unpkg": "dist/cullender.js", "module": "dist/cullender.es.js", "jsdelivr": "dist/cullender.js", "umd:main": "dist/cullender.js", "scripts": { "test": "npm run build && ava", "build": "bili src/index.js --format es,cjs,umd --js buble --banner", "prepare": "npm test" }, "repository": { "type": "git", "url": "git+https://github.com/VitorLuizC/cullender.git" }, "files": [ "dist/", "index.d.ts" ], "keywords": [ "cullender", "filter", "cull", "functional", "typescript" ], "author": { "url": "https://vitorluizc.github.io/", "name": "Vitor Cavalcanti", "email": "vitorluizc@outlook.com" }, "license": "MIT", "bugs": { "url": "https://github.com/VitorLuizC/cullender/issues" }, "homepage": "https://github.com/VitorLuizC/cullender#readme", "devDependencies": { "ava": "^0.25.0", "bili": "^3.1.2" }, "dependencies": { "normalize-text": "^0.4.3", "uncouple": "^0.4.0" } }