[ 原始碼: node-url-parse-lax ]
套件:node-url-parse-lax(4.0.0-2)
node-url-parse-lax 的相關連結
Debian 的資源:
下載原始碼套件 node-url-parse-lax:
- [node-url-parse-lax_4.0.0-2.dsc]
- [node-url-parse-lax_4.0.0.orig.tar.gz]
- [node-url-parse-lax_4.0.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
url.parse() with support for protocol-less URLs & IPs
Lax url.parse() with support for protocol-less URLs & IPs
The url.parse() method takes a URL string, parses it, and returns a URL object. A TypeError is thrown if urlString is not a string. A URIError is thrown if the auth property is present but cannot be decoded.
Node.js is an event-based server-side JavaScript engine.
其他與 node-url-parse-lax 有關的套件
|
|
|
|
-
- dep: node-prepend-http
- Prepend `http://` to humanized URLs like todomvc.com and localhost