Added measures to package.json (#2619)

This commit is contained in:
Jeyson Flores 2023-05-30 22:15:42 -07:00 committed by GitHub
parent 2b94d22757
commit a943f79fa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30391,5 +30391,20 @@
"description": "A deadly simply log package supporting very simple colorful logging.",
"license": "MIT",
"web": "https://github.com/sslime336/simplelog"
},
{
"name": "measures",
"url": "https://github.com/energy-nim/measures",
"method": "git",
"tags": [
"library",
"units",
"physics",
"metrics",
"measurements"
],
"description": "General purpose measuring units datatypes with integrated conversions and definitions.",
"license": "MIT",
"web": "https://github.com/energy-nim/measures"
}
]