UNPKG

rw-intervals

Version:

This library provides an algorithm for manage weighted overlaped intervals in a schedule

32 lines (31 loc) 670 B
{ "name": "rw-intervals", "version": "0.0.3", "description": "This library provides an algorithm for manage weighted overlaped intervals in a schedule", "main": "./index.mjs", "type": "module", "types": "./index.d.ts", "scripts": { "build": "nj-cli build --release", "example": "node ./node_tests/index.js", "test": "npx jest" }, "keywords": [ "Rust", "Node", "js", "schedule", "time-intervals" ], "engines": { "node": ">=14" }, "author": "Ingeodev", "license": "MIT", "devDependencies": { "jest": "^29.7.0" }, "repository": { "url": "https://github.com/miguelonCoder/rw-intervals.git" } }