smath
Version:
Small math function library
58 lines • 1.06 kB
JSON
{
"name": "smath",
"version": "1.13.3",
"description": "Small math function library",
"homepage": "https://npm.nicfv.com/",
"bin": "dist/bin.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"start": "../../.github/workflows/scripts"
},
"keywords": [
"small",
"math",
"function",
"library",
"simple",
"number",
"avg",
"average",
"mean",
"calculus",
"statistics",
"numeric",
"numerical",
"analysis",
"random",
"distribution",
"population",
"normal",
"normalize",
"interpolate",
"interpolation",
"extrapolate",
"extrapolation",
"linspace",
"logspace"
],
"author": {
"name": "Nicolas Ventura",
"email": "npm@nicfv.com",
"url": "https://nicfv.com/"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/nicfv"
},
"repository": "github:nicfv/npm",
"license": "MIT",
"devDependencies": {
"@types/node": "24.3.0",
"t6": "1.2.1"
}
}