HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/del/package.json
{
	"name": "del",
	"version": "5.1.0",
	"description": "Delete files and directories",
	"license": "MIT",
	"repository": "sindresorhus/del",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "sindresorhus.com"
	},
	"engines": {
		"node": ">=8"
	},
	"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": "^10.0.1",
		"graceful-fs": "^4.2.2",
		"is-glob": "^4.0.1",
		"is-path-cwd": "^2.2.0",
		"is-path-inside": "^3.0.1",
		"p-map": "^3.0.0",
		"rimraf": "^3.0.0",
		"slash": "^3.0.0"
	},
	"devDependencies": {
		"ava": "^2.3.0",
		"benchmark": "^2.1.4",
		"make-dir": "^3.0.0",
		"tempy": "^0.3.0",
		"tsd": "^0.7.4",
		"xo": "^0.24.0"
	}
}