stick-js
Version:
Fast toolkit for functional programming in JS. Provides idioms for referentially transparent expressions, clear separation of mutable and immutable operations, object factories, function calls based on English grammar, and pipe & compose operators.
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "stick-js",
"version": "0.4.3",
"repository": {
"type": "git",
"url": "http://gitlab.com/alleycatcc/stick.git"
},
"license": "GPL-3.0-or-later",
"description": "Fast toolkit for functional programming in JS. Provides idioms for referentially transparent expressions, clear separation of mutable and immutable operations, object factories, function calls based on English grammar, and pipe & compose operators.",
"author": {
"name": "Allen Haim",
"email": "allen@alleycat.cc"
},
"main": "./cjs/index.js",
"module": "./es/index.mjs",
"exports": {
".": {
"import": "./es/index.mjs",
"require": "./cjs/index.js"
},
"./manual": {
"import": "./es/manual.mjs",
"require": "./cjs/manual.js"
},
"./map-manual": {
"import": "./es/map-manual.mjs",
"require": "./cjs/map-manual.js"
},
"./es/index.mjs": "./es/index.mjs"
},
"dependencies": {
"@babel/runtime": "^7.10.4",
"sprintf-js": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-eslint": "^10.1.0",
"bilby": "^0.0.2",
"daggy": "^1.2.0",
"eslint": "^7.4.0",
"eslint-plugin-import": "^2.22.0",
"fish-lib": "^0.9.13",
"jasmine-node": "^1.14.5",
"jest": "^20.0.4",
"livescript": "^1.5.0",
"prelude-ls": "^1.1.2",
"ramda": "^0.26.1"
}
}