{ "name": "trash", "version": "5.2.0", "description": "Move files and folders to the trash", "license": "MIT", "repository": "sindresorhus/trash", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts", "lib" ], "keywords": [ "trash", "recycle", "bin", "rm", "rmrf", "rimraf", "remove", "delete", "del", "file", "files", "dir", "directory", "directories", "folder", "folders", "xdg" ], "dependencies": { "escape-string-applescript": "^2.0.0", "globby": "^7.1.1", "is-path-inside": "^2.0.0", "make-dir": "^1.3.0", "move-file": "^1.1.0", "p-map": "^2.0.0", "p-try": "^2.2.0", "run-applescript": "^3.2.0", "uuid": "^3.3.2", "xdg-trashdir": "^2.1.1" }, "devDependencies": { "ava": "^1.4.1", "tempfile": "^2.0.0", "tsd": "^0.7.1", "xo": "^0.24.0" } }