Skip to main content
Module

x/rubico/package.json

🏞 [a]synchronous functional programming
Go to Latest
File
{ "name": "rubico", "version": "1.1.10", "description": "🏞 [a]synchronous functional syntax", "author": "Richard Tong", "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "github:a-synchronous/rubico" }, "homepage": "https://github.com/a-synchronous/rubico", "keywords": [ "functional-composition", "asynchronous", "transducers", "parallel", "async-iterable", "series", "data-truthy", "evaluations-truthy", "functional-programming", "promise", "async-await", "node", "deno", "javascript", "tacit", "pointfree" ], "devDependencies": { "eslint": "^7.3.1", "mocha": "^7.2.0" }, "scripts": { "test": "mocha test.js x", "lint": "eslint index.js x" }}