Package: wnpp Severity: wishlist Owner: Joseph Nahmias <[email protected]> X-Debbugs-CC: [email protected], Hiroki Osame <[email protected]>, [email protected]
* Package name : node-is-fs-case-sensitive Version : 2.0.0 Upstream Author : Hiroki Osame <[email protected]> * URL : https://github.com/privatenumber/is-fs-case-sensitive * License : Expat Programming Lang: JavaScript/TypeScript Description : detects whether a filesystem path is case-sensitive This package provides a reliable, runtime check to determine the actual behavior of the filesystem where your code is running. Different operating systems handle filename casing differently: . - macOS (APFS): Case-insensitive by default, but can be formatted as case-sensitive. - Windows (NTFS): Case-insensitive by default, but case-sensitivity can be enabled per-directory. - Linux (ext4): Case-sensitive by default. . Node.js is an event-based server-side JavaScript engine. This is a dep for tsc-alias and I plan to maintain it under the JS team.

