halflife-array
Version:
Creates an array of the halflife of something as the value decreases over time.
33 lines (32 loc) • 707 B
JSON
{
"name": "halflife-array",
"version": "1.0.5",
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
"import": {
"types": "./index.d.ts",
"default": "./index.mjs"
},
"require": {
"types": "./index.d.ts",
"default": "./index.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/shortdark/halflife-array.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"halflife",
"array",
"time"
],
"author": "Neil Ludlow",
"license": "ISC",
"description": "Creates an array of the halflife of something as the value decreases over time."
}