Paket: node-url-parse (1.5.10+~1.4.8-2)
node-url-parse için bağlantılar
Debian Kaynakları:
- Hata Raporları
- Developer Information
- Debian Değişim Günlüğü
- Telif Hakkı Dosyası
- Debian Yama Takipçisi
node-url-parse Kaynak Paketini İndir:
- [node-url-parse_1.5.10+~1.4.8-2.dsc]
- [node-url-parse_1.5.10+~1.4.8.orig-types-url-parse.tar.gz]
- [node-url-parse_1.5.10+~1.4.8.orig.tar.gz]
- [node-url-parse_1.5.10+~1.4.8-2.debian.tar.xz]
Geliştiriciler:
Dış Kaynaklar:
- Ana Sayfa [github.com]
Benzer paketler:
Parse URL in node using the URL module and in the browser using the DOM
The url-parse method exposes two different API interfaces. The url interface that you know from Node.js and the new URL interface that is available in the latest browsers.
Since 0.1 we've moved away from using the DOM's <a> element for URL parsing and moving to a full Regular Expression solution. The main reason for this change is to make the URL parser available in different JavaScript environments as you don't always have access to the DOM like Worker environments. This module still have a really small foot print as this module's main intention is to be bundled with client-side code. The only problem however with a RegExp based solution is that it required a lot of lookups causing major problems in FireFox. So the last and the current solution was a pure string parsing solution which chops up the URL in smaller pieces.
Node.js is an event-based server-side JavaScript engine.
node-url-parse ile İlgili Diğer Paketler
|
|
|
|
-
- dep: node-querystringify
- Querystringify - Small, simple but powerful query string parser
-
- dep: node-requires-port
- checks if a protocol requires a certain port number to be added to an URL
node-url-parse indir
Mimari | Paket Boyutu | Kurulu Boyut | Dosyalar |
---|---|---|---|
all | 20,6 kB | 77,0 kB | [dosya listesi] |