psychart
Version:
View air conditions on a psychrometric chart
68 lines • 1.24 kB
JSON
{
"name": "psychart",
"version": "0.8.0",
"description": "View air conditions on a psychrometric chart",
"homepage": "https://npm.nicfv.com/",
"bin": "",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"start": "../../.github/workflows/scripts"
},
"keywords": [
"air",
"temperature",
"humidity",
"hvac",
"thermodynamic",
"psychrometric",
"psychrometry",
"psychart",
"chart",
"engineering",
"ashrae",
"wetbulb",
"drybulb",
"dewpoint",
"enthalpy",
"vapor",
"mixture",
"conditioning",
"visual",
"state",
"graph",
"pump",
"system",
"curve",
"hydraulic",
"flow",
"head",
"pressure",
"throttle",
"operation",
"centrifugal"
],
"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": "BSD-3-Clause-LBNL",
"dependencies": {
"psychrolib": "1.1.1",
"smath": "1.13.2",
"viridis": "1.4.1"
},
"devDependencies": {
"t6": "1.2.1"
}
}