nejquery
Version:
A lightweight functional JavaScript utility library inspired by Ramda, Lodash, and FP principles.
34 lines (33 loc) • 628 B
JSON
{
"name": "nejquery",
"version": "5.5.13",
"author": "bmehder",
"private": false,
"main": "index.js",
"type": "module",
"meta": {},
"scripts": {
"test": "node tests/index.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bmehder/nejquery.git"
},
"keywords": [
"functional",
"fp",
"utilities",
"curried",
"data-last",
"adt",
"algebraic data types",
"maybe",
"result",
"pipe",
"compose",
"functional javascript",
"immutable"
],
"license": "MIT",
"description": "A lightweight functional JavaScript utility library inspired by Ramda, Lodash, and FP principles."
}