UNPKG

qm-legacy

Version:

Legacy support for our utility scripts implementing async, functional, and immutable JavaScript.

62 lines (61 loc) 1.45 kB
{ "name": "qm-legacy", "version": "1.2.0", "description": "Legacy support for our utility scripts implementing async, functional, and immutable JavaScript.", "main": "index.js", "files": [ "coerceRealNumber.js", "decimalPlaces.js", "formatBytes.js", "formatCurrency.js", "formatDuration.js", "formatNumber.js", "functional-util.js", "humanizeDuration.js", "humanizeSessionDuration.js", "immutable-optics.js", "immutable-util.js", "index.js", "maybe.js", "numberWithCommas.js", "prefixWith.js", "suffixWith.js", "unitConversion.js", "README.md" ], "author": "Quantum Metric", "license": "UNLICENSED", "scripts": { "lint": "standard", "release": "semantic-release", "test": "mocha *.test.mjs", "test:coverage": "nyc npm t" }, "repository": { "type": "git", "url": "https://github.com/quantummetric/qm-legacy.git" }, "keywords": [ "functional", "immutable", "monad", "maybe", "optics" ], "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "chai": "^5.1.0", "mocha": "^10.7.3", "nyc": "^17.1.0", "semantic-release": "^24.1.1", "standard": "^17.1.2" }, "dependencies": { "immutable": "^3.8.2", "lodash.flowright": "^3.5.0", "lodash.isfinite": "^3.3.2", "lodash.tofinite": "^4.12.1", "moment": "^2.29.1" } }