📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:04:24
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
strict-uri-encode
📍 /usr/lib/node_modules/npm/node_modules/strict-uri-encode
🔄 Refresh
✏️
Editing: index.js
Read Only
'use strict'; module.exports = str => encodeURIComponent(str).replace(/[!'()*]/g, x => `%${x.charCodeAt(0).toString(16).toUpperCase()}`);
💾 Save Changes
❌ Cancel