Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

npmjs.org namespaces: ilihub

@ilihub/area-of-circle 1.0.4 💰
A TypeScript library for calculating the area of a circle.
5 versions - Latest release: 7 months ago - 1 dependent package - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-equilateral-triangle 1.0.4 💰
A TypeScript library for calculating the area of a equilateral triangle.
5 versions - Latest release: 7 months ago - 2 dependent packages - 21 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-isosceles-triangle 1.0.4 💰
A TypeScript library for calculating the area of a isosceles triangle.
5 versions - Latest release: 7 months ago - 2 dependent packages - 21 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-parallelogram 1.0.3 💰
A TypeScript library for calculating the area of a parallelogram.
4 versions - Latest release: 7 months ago - 1 dependent package - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-rectangle 1.0.3 💰
A TypeScript library for calculating the area of a rectangle.
4 versions - Latest release: 7 months ago - 1 dependent package - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-rhombus 1.0.3 💰
A TypeScript library for calculating the area of a rhombus.
4 versions - Latest release: 7 months ago - 1 dependent package - 8 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-right-triangle 1.0.4 💰
A TypeScript library for calculating the area of a right triangle.
5 versions - Latest release: 7 months ago - 2 dependent packages - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-scalene-triangle 1.0.4 💰
A TypeScript library for calculating the area of a scalene triangle.
5 versions - Latest release: 7 months ago - 2 dependent packages - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-semi-circle 1.0.4 💰
A TypeScript library for calculating the area of a semi circle.
5 versions - Latest release: 7 months ago - 1 dependent package - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-square 1.0.3 💰
A TypeScript library for calculating the area of a square.
4 versions - Latest release: 7 months ago - 1 dependent package - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/area-of-triangle 1.0.4 💰
A TypeScript library for calculating the area of a triangle.
5 versions - Latest release: 7 months ago - 2 dependent packages - 17 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/ascii 1.0.3 💰
ASCII number system conversion typescript functions
4 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 19 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/ascii-to-binary 1.0.7 💰
ASCII to Binary converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/ascii-to-decimal 1.0.7 💰
ASCII to Decimal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 10 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/ascii-to-hexadecimal 1.0.7 💰
ASCII to Hexadecimal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 17 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/ascii-to-octal 1.0.7 💰
ASCII to Octal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/base64-to-string 1.0.2 💰
Decode base64 string to normal string.
3 versions - Latest release: 7 months ago - 1 dependent package - 239 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary 1.0.3 💰
Binary number system conversion typescript functions
4 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 24 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary-search 1.0.7 💰
Binary search algorithm implementation in TypeScript
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary-to-ascii 1.0.7 💰
Binary to ASCII converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 19 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary-to-decimal 1.0.7 💰
Binary to decimal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 143 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary-to-hexadecimal 1.0.7 💰
Binary to hexadecimal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 19 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/binary-to-octal 1.0.7 💰
Binary to Octal converter TypeScript library
8 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 24 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/bubble-sort 1.0.7 💰
Bubble sort algorithm implementation in TypeScript
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 18 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/caesar-cipher 1.0.3 💰
Typescript functions for performing Caesar Cipher encryption and decryption.
4 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-constant-case-string 1.0.7 💰
Convert a camelCase string to a CONSTANT_CASE string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-dot-case-string 1.0.7 💰
Convert a camelCase string to a dot.case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 4 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-header-case-string 1.0.7 💰
Convert a camel case string to a header case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-kebab-case-string 1.0.7 💰
Convert camelCase string to kebab-case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 15 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-lower-case-string 1.0.7 💰
Convert a camelCase string to a lower case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 19 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-pascal-case-string 1.0.7 💰
Convert a string to pascal case.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 17 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-path-case-string 1.0.7 💰
Convert camelCase string to path-case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 9 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-sentence-case-string 1.0.7 💰
Convert camelCase string to sentence case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 71 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-snake-case-string 1.0.7 💰
Convert camel case string to snake case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-title-case-string 1.0.7 💰
Convert a camelCase string to a Title Case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 17 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/camel-case-string-to-upper-case-string 1.0.7 💰
Convert a camelCase string to upper case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 10 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/case 1.0.14 💰
A collection of useful TypeScript functions to convert strings between different cases.
18 versions - Latest release: 7 months ago - 2 dependent packages - 1 dependent repositories - 25 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/celsius 1.0.1 💰
TypeScript functions for converting Celsius to other temperature units.
2 versions - Latest release: 7 months ago - 1 dependent package - 20 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/celsius-to-fahrenheit 1.0.1 💰
TypeScript functions for converting Celsius to Fahrenheit
2 versions - Latest release: 7 months ago - 1 dependent package - 8 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/celsius-to-kelvin 1.0.1 💰
TypeScript functions for converting Celsius to Kelvin
2 versions - Latest release: 7 months ago - 1 dependent package - 7 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/celsius-to-rankine 1.0.1 💰
TypeScript functions for converting Celsius to Rankine
2 versions - Latest release: 7 months ago - 1 dependent package - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/celsius-to-reaumur 1.0.1 💰
TypeScript functions for converting Celsius to Reaumur
2 versions - Latest release: 7 months ago - 1 dependent package - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter 1.0.1 💰
TypeScript functions for converting centimeter to other length units.
2 versions - Latest release: 7 months ago - 1 dependent package - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-decameter 1.0.1 💰
TypeScript functions for converting centimeter to decameter
2 versions - Latest release: 7 months ago - 1 dependent package - 5 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-decimeter 1.0.1 💰
TypeScript functions for converting centimeter to decimeter
2 versions - Latest release: 7 months ago - 1 dependent package - 2 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-foot 1.0.1 💰
TypeScript functions for converting centimeter to foot
2 versions - Latest release: 7 months ago - 1 dependent package - 10 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-hectometer 1.0.1 💰
TypeScript functions for converting centimeter to hectometer
2 versions - Latest release: 7 months ago - 1 dependent package - 9 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-inch 1.0.1 💰
TypeScript functions for converting centimeter to inch
2 versions - Latest release: 7 months ago - 1 dependent package - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-kilometer 1.0.1 💰
TypeScript functions for converting centimeter to kilometer
2 versions - Latest release: 7 months ago - 1 dependent package - 10 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-meter 1.0.1 💰
TypeScript functions for converting centimeter to meter
2 versions - Latest release: 7 months ago - 1 dependent package - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-mile 1.0.1 💰
TypeScript functions for converting centimeter to mile
2 versions - Latest release: 7 months ago - 1 dependent package - 8 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-millimeter 1.0.1 💰
TypeScript functions for converting centimeter to millimeter
2 versions - Latest release: 7 months ago - 1 dependent package - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/centimeter-to-yard 1.0.1 💰
TypeScript functions for converting centimeter to yard
2 versions - Latest release: 7 months ago - 1 dependent package - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century 1.0.1 💰
TypeScript functions for converting century to other time units.
2 versions - Latest release: 7 months ago - 1 dependent package - 830 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-day 1.0.1 💰
TypeScript functions for converting century to day.
2 versions - Latest release: 7 months ago - 1 dependent package - 799 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-decade 1.0.1 💰
TypeScript functions for converting century to decade.
2 versions - Latest release: 7 months ago - 1 dependent package - 800 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-hour 1.0.1 💰
TypeScript functions for converting century to hour.
2 versions - Latest release: 7 months ago - 1 dependent package - 576 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-millisecond 1.0.1 💰
TypeScript functions for converting century to millisecond.
2 versions - Latest release: 7 months ago - 1 dependent package - 885 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-minute 1.0.1 💰
TypeScript functions for converting century to minute.
2 versions - Latest release: 7 months ago - 1 dependent package - 817 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-month 1.0.1 💰
TypeScript functions for converting century to month.
2 versions - Latest release: 7 months ago - 1 dependent package - 797 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-second 1.0.1 💰
TypeScript functions for converting century to second.
2 versions - Latest release: 7 months ago - 1 dependent package - 839 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-week 1.0.1 💰
TypeScript functions for converting century to week.
2 versions - Latest release: 7 months ago - 1 dependent package - 592 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/century-to-year 1.0.1 💰
TypeScript functions for converting century to year.
2 versions - Latest release: 7 months ago - 1 dependent package - 816 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/cipher 1.0.3 💰
A collection of useful cipher cryptography TypeScript functions.
4 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/circle 1.0.4 💰
A collection of useful TypeScript functions for circle related operations.
5 versions - Latest release: 7 months ago - 1 dependent package - 15 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/circumference-of-circle 1.0.4 💰
A TypeScript library for calculating the circumference of a circle.
5 versions - Latest release: 7 months ago - 1 dependent package - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/circumference-of-sphere 1.0.3 💰
A TypeScript library for calculating the circumference of a sphere.
4 versions - Latest release: 7 months ago - 1 dependent package - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/code 1.2.18 💰
A collection of useful TypeScript functions.
45 versions - Latest release: 6 months ago - 1 dependent package - 1 dependent repositories - 15 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/code-case 1.0.2 removed 💰
A collection of useful TypeScript functions to convert strings between different cases.
3 versions - Latest release: 9 months ago - 263 downloads last month - 1 stars on GitHub - 1 maintainer
@ilihub/code-dsa 1.0.0 removed 💰
A collection of useful TypeScript functions and utilities for data structures and algorithms.
1 version - Latest release: 9 months ago - 90 downloads last month - 1 stars on GitHub - 1 maintainer
@ilihub/code-math 2.0.0 removed 💰
A collection of useful TypeScript functions to perform mathematical operations.
5 versions - Latest release: 9 months ago - 473 downloads last month - 1 stars on GitHub - 1 maintainer
@ilihub/code-number-system 1.0.2 removed 💰
A collection of useful TypeScript functions to perform number system conversions.
3 versions - Latest release: 9 months ago - 265 downloads last month - 1 stars on GitHub - 1 maintainer
@ilihub/cone 1.0.1 💰
A collection of useful TypeScript functions for cone related operations.
2 versions - Latest release: 7 months ago - 1 dependent package - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-camel-case-string 1.0.7 💰
Convert Constant Case String to Camel Case String
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-dot-case-string 1.0.7 💰
Convert a constant case string to a dot case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 25 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-header-case-string 1.0.7 💰
Convert a string to header case.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 9 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-kebab-case-string 1.0.7 💰
Convert a constant case string to kebab case string
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 17 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-lower-case-string 1.0.7 💰
Convert a constant case string to a lower case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 16 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-pascal-case-string 1.0.7 💰
Convert a constant case string to a pascal case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 8 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-path-case-string 1.0.7 💰
Convert a constant case string to a path case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 14 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-sentence-case-string 1.0.7 💰
Convert a constant case string to a sentence case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 20 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-snake-case-string 1.0.7 removed 💰
Convert a Constant Case string to a Snake Case string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 31 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-title-case-string 1.0.7 💰
Convert a Constant Case String to a Title Case String
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 10 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/constant-case-string-to-upper-case-string 1.0.7 💰
Convert a Constant Case string to an UPPER CASE string.
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 24 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/counting-sort 1.0.7 💰
Counting sort algorithm implementation in TypeScript
8 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 12 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/cryptography 1.0.3 💰
A collection of useful TypeScript functions and utilities for cryptography.
4 versions - Latest release: 7 months ago - 1 dependent package - 1 dependent repositories - 6 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/cube 1.0.3 💰
A collection of useful TypeScript functions for cube related operations.
4 versions - Latest release: 7 months ago - 1 dependent package - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/cuboid 1.0.1 💰
A collection of useful TypeScript functions for cuboid related operations.
2 versions - Latest release: 7 months ago - 1 dependent package - 11 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/curved-surface-area-of-cone 1.0.1 💰
A TypeScript library for calculating the curved surface area of a cone.
2 versions - Latest release: 7 months ago - 1 dependent package - 5 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/cylinder 1.0.1 💰
A collection of useful TypeScript functions for cylinder related operations.
2 versions - Latest release: 7 months ago - 1 dependent package - 13 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day 1.0.1 💰
TypeScript functions for converting day to other time units.
2 versions - Latest release: 7 months ago - 1 dependent package - 819 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-century 1.0.1 💰
TypeScript functions for converting day to century.
2 versions - Latest release: 7 months ago - 1 dependent package - 591 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-decade 1.0.1 💰
TypeScript functions for converting day to decade.
2 versions - Latest release: 7 months ago - 1 dependent package - 836 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-hour 1.0.1 💰
TypeScript functions for converting day to hour.
2 versions - Latest release: 7 months ago - 1 dependent package - 819 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-millisecond 1.0.1 💰
TypeScript functions for converting day to millisecond.
2 versions - Latest release: 7 months ago - 1 dependent package - 890 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-minute 1.0.1 💰
TypeScript functions for converting day to minute.
2 versions - Latest release: 7 months ago - 1 dependent package - 817 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-month 1.0.1 💰
TypeScript functions for converting day to month.
2 versions - Latest release: 7 months ago - 1 dependent package - 930 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-second 1.0.1 💰
TypeScript functions for converting day to second.
2 versions - Latest release: 7 months ago - 1 dependent package - 816 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-week 1.0.1 💰
TypeScript functions for converting day to week.
2 versions - Latest release: 7 months ago - 1 dependent package - 889 downloads last month - 2 stars on GitHub - 1 maintainer
@ilihub/day-to-year 1.0.1 💰
TypeScript functions for converting day to year.
2 versions - Latest release: 7 months ago - 1 dependent package - 887 downloads last month - 2 stars on GitHub - 1 maintainer