BLUE
PHP 7.4.33
Path:
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/camelcase-css
Run
Logout
Edit File
Size: 536 B
Close
/var/www/gtechmarathon2026.bitkit.dk/httpdocs/node_modules/camelcase-css/index.js
Text
Base64
"use strict"; const pattern = /-(\w|$)/g; const callback = (dashChar, char) => char.toUpperCase(); const camelCaseCSS = property => { property = property.toLowerCase(); // NOTE :: IE8's "styleFloat" is intentionally not supported if (property === "float") { return "cssFloat"; } // Microsoft vendor-prefixes are uniquely cased else if (property.startsWith("-ms-")) { return property.substr(1).replace(pattern, callback); } else { return property.replace(pattern, callback); } }; module.exports = camelCaseCSS;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
index-es5.js
674 B
lrw-r--r--
2025-07-10 12:54:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
536 B
lrw-r--r--
2025-07-10 12:54:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
license
1.08 KB
lrw-r--r--
2025-07-10 12:54:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
package.json
860 B
lrw-r--r--
2025-07-10 12:54:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
README.md
870 B
lrw-r--r--
2025-07-10 12:54:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).