Glen Whitney
536656bfe8
Implements a totally simplistic "poortf" mutable typed function and a picomath instance generator, as well as the very beginnings of a number type and one generic function and a default full picomath instance. Also provides some tests which serve as usage examples.
24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "picomath",
|
|
"version": "0.0.0",
|
|
"description": "Proof-of-concept tiny package like mathjs with mutable \"typed functions\" and module-based dependency tracking and \"tree-shaking\"",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.studioinfinity.org/glen/picomath.git"
|
|
},
|
|
"keywords": [
|
|
"math",
|
|
"algebra"
|
|
],
|
|
"author": "Glen Whitney",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"mocha": "^9.2.2"
|
|
}
|
|
}
|