UNPKG

thermocouple-converter

Version:

A JavaScript module for thermocouple voltage to temperature conversions. Based on the [Python script](https://github.com/andygock/Thermocouple) I wrote of the same function.

33 lines (32 loc) 900 B
{ "devDependencies": { "mocha": "^11.1.0", "unit.js": "^2.0.0" }, "license": "MIT", "main": "Thermocouple.js", "name": "thermocouple-converter", "description": "A JavaScript module for thermocouple voltage to temperature conversions. Based on the [Python script](https://github.com/andygock/Thermocouple) I wrote of the same function.", "version": "1.1.0", "scripts": { "test": "mocha" }, "keywords": [ "thermocouple", "converter" ], "author": "Andy Gock <andy@gock.net> (https://gock.net)", "repository": { "type": "git", "url": "git+https://github.com/andygock/thermocouple-converter.git" }, "bugs": { "url": "https://github.com/andygock/thermocouple-converter/issues" }, "homepage": "https://github.com/andygock/thermocouple-converter#readme", "pnpm": { "overrides": { "ansi-regex@>2.1.1 <5.0.1": ">=5.0.1" } } }