All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

{
	"name": "path-type",
	"version": "5.0.0",
	"description": "Check if a path is a file, directory, or symlink",
	"license": "MIT",
	"repository": "sindresorhus/path-type",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "[email protected]",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=12"
	},
	"scripts": {
		"test": "xo && nyc ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"path",
		"fs",
		"type",
		"is",
		"check",
		"directory",
		"file",
		"filepath",
		"symlink",
		"symbolic",
		"link",
		"stat",
		"stats",
		"filesystem"
	],
	"devDependencies": {
		"ava": "^3.15.0",
		"nyc": "^15.1.0",
		"tsd": "^0.14.0",
		"xo": "^0.37.1"
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy