UNPKG
catberry-uri
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.1.8
2.1.7
2.1.6
2.1.5
2.1.4
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.2.2
1.2.1
1.2.0
1.1.0
URI parser strictly according to RFC 3986
github.com/catberry/catberry-uri
catberry/catberry-uri
catberry-uri
/
index.js
9 lines
(7 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
= {
URI
:
require
(
'./lib/URI'
),
Authority
:
require
(
'./lib/Authority'
),
UserInfo
:
require
(
'./lib/UserInfo'
),
Query
:
require
(
'./lib/Query'
) };