dir-is-case-sensitive
Version:
Returns true, if the specified directory is case sensitive
37 lines • 880 B
JSON
{
"name": "dir-is-case-sensitive",
"version": "3.0.0",
"description": "Returns true, if the specified directory is case sensitive",
"type": "module",
"main": "lib/index.js",
"exports": "./lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=22.13"
},
"files": [
"lib"
],
"repository": "https://github.com/zkochan/packages/tree/main/dir-is-case-sensitive",
"keywords": [
"filesystem",
"case"
],
"author": {
"name": "Zoltan Kochan",
"email": "z@kochan.io"
},
"license": "MIT",
"homepage": "https://github.com/zkochan/packages/tree/main/dir-is-case-sensitive#readme",
"dependencies": {
"path-temp": "^3.0.0"
},
"devDependencies": {
"@types/node": "25.4.0",
"typescript": "^5.9.3"
},
"scripts": {
"test": "node --experimental-strip-types --test test/index.ts",
"tsc": "tsc"
}
}