HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/nodejs/del/package.json
{
	"name": "del",
	"version": "6.0.0",
	"description": "Delete files and directories",
	"license": "MIT",
	"repository": "sindresorhus/del",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"engines": {
		"node": ">=10"
	},
	"scripts": {
		"test": "xo && ava && tsd",
		"bench": "node benchmark.js"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"delete",
		"files",
		"folders",
		"directories",
		"remove",
		"destroy",
		"trash",
		"unlink",
		"clean",
		"cleaning",
		"cleanup",
		"rm",
		"rmrf",
		"rimraf",
		"rmdir",
		"glob",
		"gulpfriendly",
		"file",
		"folder",
		"directory",
		"fs",
		"filesystem"
	],
	"dependencies": {
		"globby": "^11.0.1",
		"graceful-fs": "^4.2.4",
		"is-glob": "^4.0.1",
		"is-path-cwd": "^2.2.0",
		"is-path-inside": "^3.0.2",
		"p-map": "^4.0.0",
		"rimraf": "^3.0.2",
		"slash": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^2.4.0",
		"benchmark": "^2.1.4",
		"make-dir": "^3.1.0",
		"tempy": "^0.7.0",
		"tsd": "^0.13.1",
		"xo": "^0.33.1"
	}
}