UNPKG

mire

Version:

Generic functions in JavaScript

37 lines (36 loc) 759 B
{ "author": "Ilio Catallo <info@iliocatallo.it>", "name": "mire", "version": "3.0.3", "description": "Generic functions in JavaScript", "homepage": "https://github.com/iliocatallo/mire#readme", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/iliocatallo/mire.git" }, "keywords": [ "multimethods", "methods", "generic functions", "generic", "functions", "multiple dispatch", "multiple", "dispatch", "ad-hoc", "polymorphism" ], "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "c8 ---include=lib uvu test", "coverage": "c8 report --reporter=lcov" }, "devDependencies": { "c8": "^10.1.3", "uvu": "^0.5.3" } }