filterdo
Version:
Filterado is a JavaScript library that allows you to filter arrays using AI-generated filtering functions. It provides an intuitive way to leverage the power of artificial intelligence to create dynamic filtering logic based on user-defined conditions.
28 lines (27 loc) • 816 B
JSON
{
"name": "filterdo",
"version": "1.0.9",
"description": "Filterado is a JavaScript library that allows you to filter arrays using AI-generated filtering functions. It provides an intuitive way to leverage the power of artificial intelligence to create dynamic filtering logic based on user-defined conditions.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ahmad Atrach",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadAtrach/filterdo.git"
},
"keywords": [
"AI",
"Array",
"Filter"
],
"bugs": {
"url": "https://github.com/ahmadAtrach/filterdo/issues"
},
"homepage": "https://github.com/ahmadAtrach/filterdo#readme"
}