| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 | 
							- {
 
- 	"name": "del",
 
- 	"version": "4.1.1",
 
- 	"description": "Delete files and folders",
 
- 	"license": "MIT",
 
- 	"repository": "sindresorhus/del",
 
- 	"author": {
 
- 		"name": "Sindre Sorhus",
 
- 		"email": "sindresorhus@gmail.com",
 
- 		"url": "sindresorhus.com"
 
- 	},
 
- 	"engines": {
 
- 		"node": ">=6"
 
- 	},
 
- 	"scripts": {
 
- 		"test": "xo && ava && tsd"
 
- 	},
 
- 	"files": [
 
- 		"index.js",
 
- 		"index.d.ts"
 
- 	],
 
- 	"keywords": [
 
- 		"delete",
 
- 		"files",
 
- 		"folders",
 
- 		"directories",
 
- 		"del",
 
- 		"remove",
 
- 		"destroy",
 
- 		"trash",
 
- 		"unlink",
 
- 		"clean",
 
- 		"cleaning",
 
- 		"cleanup",
 
- 		"rm",
 
- 		"rmrf",
 
- 		"rimraf",
 
- 		"rmdir",
 
- 		"glob",
 
- 		"gulpfriendly",
 
- 		"file",
 
- 		"folder",
 
- 		"directory",
 
- 		"dir",
 
- 		"fs",
 
- 		"filesystem"
 
- 	],
 
- 	"dependencies": {
 
- 		"@types/glob": "^7.1.1",
 
- 		"globby": "^6.1.0",
 
- 		"is-path-cwd": "^2.0.0",
 
- 		"is-path-in-cwd": "^2.0.0",
 
- 		"p-map": "^2.0.0",
 
- 		"pify": "^4.0.1",
 
- 		"rimraf": "^2.6.3"
 
- 	},
 
- 	"devDependencies": {
 
- 		"ava": "^1.4.1",
 
- 		"make-dir": "^2.1.0",
 
- 		"tempy": "^0.2.1",
 
- 		"tsd": "^0.7.1",
 
- 		"xo": "^0.24.0"
 
- 	}
 
- }
 
 
  |