@@ -151,53 +151,6 @@ console.log(parseUrl("git@github.com:IonicaBizau/git-stats.git", false))
151
151
152
152
153
153
154
- ## :memo : Documentation
155
-
156
-
157
- ### ` interopDefaultLegacy() `
158
- #__ PURE__
159
-
160
- #__ PURE__
161
-
162
- ### ` etAugmentedNamespace() `
163
-
164
- ### ` parseUrl(url, normalize) `
165
- Parses the input url.
166
-
167
- ** Note** : This * throws* if invalid urls are provided.
168
-
169
- #### Params
170
-
171
- - ** String** ` url ` : The input url.
172
- - ** Boolean|Object** ` normalize ` : Whether to normalize the url or not. Default is ` false ` . If ` true ` , the url will
173
- be normalized. If an object, it will be the
174
- options object sent to [ ` normalize-url ` ] ( https://github.com/sindresorhus/normalize-url ) .
175
-
176
- For SSH urls, normalize won't work.
177
-
178
- #### Return
179
- - ** Object** An object containing the following fields:
180
- - ` protocols ` (Array): An array with the url protocols (usually it has one element).
181
- - ` protocol ` (String): The first protocol, ` "ssh" ` (if the url is a ssh url) or ` "file" ` .
182
- - ` port ` (null|Number): The domain port.
183
- - ` resource ` (String): The url domain (including subdomains).
184
- - ` host ` (String): The fully qualified domain name of a network host, or its IP address.
185
- - ` user ` (String): The authentication user (usually for ssh urls).
186
- - ` pathname ` (String): The url pathname.
187
- - ` hash ` (String): The url hash.
188
- - ` search ` (String): The url querystring value.
189
- - ` href ` (String): The input url.
190
- - ` query ` (Object): The url querystring, parsed as object.
191
- - ` parse_failed ` (Boolean): Whether the parsing failed or not.
192
-
193
- ### GIT_RE
194
-
195
- ([ a-zA-Z_ ] [ a-zA-Z0-9_- ] {0,31}) Try to match the user
196
- ([ \w\.\- @] +) Match the host/resource
197
- (([ \~ ,\. \w,\- ,\_ ,\/ ,\s] |%[ 0-9A-Fa-f] {2})+?(?:\. git|\/ )?) Match the path, allowing spaces/white
198
-
199
-
200
-
201
154
202
155
203
156
@@ -278,6 +231,7 @@ If you are using this library in one of your projects, add it in this list. :spa
278
231
- ` @amiruldev/wajs `
279
232
- ` @angga30prabu/wa-modified `
280
233
- ` @apardellass/react-native-audio-stream `
234
+ - ` @appconda/app `
281
235
- ` @appconda/next `
282
236
- ` @aysea/react-native-ui-library `
283
237
- ` @azalpacir/react-native-dhp-printer `
@@ -288,7 +242,6 @@ If you are using this library in one of your projects, add it in this list. :spa
288
242
- ` @cs6/react-native-test-native-view-library `
289
243
- ` @damruravihara/react-native-testing-package `
290
244
- ` @dataparty/api `
291
- - ` @drakedeatonuk/rschedule `
292
245
- ` @enkeledi/react-native-week-month-date-picker `
293
246
- ` @felipesimmi/react-native-datalogic-module `
294
247
- ` @foundernetes/machines `
@@ -315,7 +268,6 @@ If you are using this library in one of your projects, add it in this list. :spa
315
268
- ` @mergulhao/wa-automate `
316
269
- ` @mockswitch/cli `
317
270
- ` @navabi/react-native-ssl-pinning `
318
- - ` @ndla/source-map-resolver `
319
271
- ` @notnuzzel/crawl `
320
272
- ` @oiti/rn-liveness2d `
321
273
- ` @open-wa/wa-automate `
@@ -390,7 +342,6 @@ If you are using this library in one of your projects, add it in this list. :spa
390
342
- ` deploy-versioning `
391
343
- ` design-system-trial-milyasbpa `
392
344
- ` dogandev-simple-toast `
393
- - ` domaincomponent `
394
345
- ` egg-muc-custom-loader `
395
346
- ` eval-spider `
396
347
- ` fawaterak-online-payment `
@@ -453,6 +404,7 @@ If you are using this library in one of your projects, add it in this list. :spa
453
404
- ` npm_one_2_2 `
454
405
- ` npm_qwerty `
455
406
- ` nuxtpaginations `
407
+ - ` octopulse `
456
408
- ` parse-db-uri `
457
409
- ` pasbeaucoupmoinsrave `
458
410
- ` patepangdeui `
@@ -512,7 +464,6 @@ If you are using this library in one of your projects, add it in this list. :spa
512
464
- ` react-native-dummy-view `
513
465
- ` react-native-escape `
514
466
- ` react-native-fedlight-dsm `
515
- - ` react-native-flyy `
516
467
- ` react-native-get-countries `
517
468
- ` react-native-ghn-ekyc `
518
469
- ` react-native-ideo-rn-notifications `
@@ -603,6 +554,7 @@ If you are using this library in one of your projects, add it in this list. :spa
603
554
- ` react-native-transtracker-library `
604
555
- ` react-native-ui-components-library `
605
556
- ` react-native-uvc-camera-android `
557
+ - ` react-native-vanguard-sdk `
606
558
- ` react-native-version-app `
607
559
- ` react-native-volume-phisical `
608
560
- ` react-native-withframework-check `
0 commit comments