fundamental-constants
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fundamental-constants", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Fundamental constants and enumerations", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -28,13 +28,23 @@ ## Fundamentals | ||
| Constant name | Value | | ||
|-----------------------|-------| | ||
| HOURS_PER_STELLAR_DAY | 24 | | ||
| MAXIMAL_DAYS_IN_MONTH | 31 | | ||
| Constant name | Value | | ||
|-------------------------|-------| | ||
| `HOURS_PER_STELLAR_DAY` | 24 | | ||
| `MAXIMAL_DAYS_IN_MONTH` | 31 | | ||
| `MINUTES_PER_HOUR` | 60 | | ||
| `SECONDS_PER_MINUTE` | 60 | | ||
#### ISO8601 | ||
| Constant name | Value | | ||
|---------------------------------------------------|-------| | ||
| `CHARACTERS_COUNT_IN_FULL_ISO8601_STRING` | 24 | | ||
| `CHARACTERS_COUNT_OF_DATE_PART_IN_ISO8601_STRING` | 10 | | ||
| Constant name | Value | | ||
|-------------------------------------------|-------| | ||
| MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS | 3 | | ||
| Constant name | Value | | ||
|---------------------------------------------|-------| | ||
| `MINIMAL_CHARACTERS_COUNT_OF_EMAIL_ADDRESS` | 3 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7576
50