UNPKG

is-path-cwd

Version:

Check if a path is the current working directory

44 lines (43 loc) 767 B
{ "name": "is-path-cwd", "version": "4.0.1", "description": "Check if a path is the current working directory", "license": "MIT", "repository": "sindresorhus/is-path-cwd", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=20" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "path", "cwd", "pwd", "check", "filepath", "file", "folder" ], "devDependencies": { "ava": "^6.3.0", "tsd": "^0.32.0", "xo": "^0.60.0" } }