{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"dist-tags":{"latest":"10.1.1"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Move files and folders to the trash","readme":"# ![trash](media/logo.png)\n\n> Move files and folders to the trash\n\nWorks on macOS (10.12+), Linux, and Windows (8+).\n\n**Note:** The Linux implementation is not very good and not maintained. Help welcome. If no one steps up to help maintain it, I will eventually remove Linux support.\n\nIn contrast to [`fs.unlink`](https://nodejs.org/api/fs.html#fs_fs_unlink_path_callback), [`del`](https://github.com/sindresorhus/del), and [`rimraf`](https://github.com/isaacs/rimraf) which permanently delete files, this only moves them to the trash, which is much safer and reversible.\n\n## Install\n\n```sh\nnpm install trash\n```\n\n## Usage\n\n```js\nimport trash from 'trash';\n\nawait trash(['*.png', '!rainbow.png']);\n```\n\n## API\n\n### trash(input, options?)\n\nReturns a `Promise`.\n\n#### input\n\nType: `string | string[]`\n\nAccepts paths and [glob patterns](https://github.com/sindresorhus/globby#globbing-patterns).\n\nNon-existent files and glob patterns that match nothing are silently ignored. If you need to know whether files were actually trashed, check for their existence beforehand.\n\n#### options\n\nType: `object`\n\n##### glob\n\nType: `boolean`\\\nDefault: `true`\n\nEnable globbing when matching file paths.\n\n## CLI\n\nTo install the [`trash`](https://github.com/sindresorhus/trash-cli) command, run:\n\n```sh\nnpm install --global trash-cli\n```\n\n## Info\n\nOn macOS, [`macos-trash`](https://github.com/sindresorhus/macos-trash) is used.\\\nOn Linux, the [XDG spec](https://specifications.freedesktop.org/trash/1.0/) is followed.\\\nOn Windows, [`recycle-bin`](https://github.com/sindresorhus/recycle-bin) is used.\nOn WSL (Windows Subsystem for Linux), files are moved to the Windows Recycle Bin.\n\n## FAQ\n\n### But I can do the same thing with `mv`\n\nNot really. The `mv` command isn't cross-platform and moving to trash is not just about moving the file to a \"trash\" directory. On all OSes you'll run into file conflicts. The user won't easily be able to restore the file. It won't work on an external drive. The trash directory location varies between Windows versions. For Linux, there's a whole [spec](https://standards.freedesktop.org/trash-spec/trashspec-1.0.html) you need to follow. On macOS, you'll lose the [Put back](https://mac-fusion.com/trash-tip-how-to-put-files-back-to-their-original-location/) feature.\n\n### Windows service account behavior\n\nWhen running as the Windows SYSTEM account or other service accounts, files are moved to that account's recycle bin (e.g., `C:\\$Recycle.Bin\\S-1-5-18\\` for SYSTEM). These files won't be visible in the normal user's recycle bin and may accumulate over time. For service contexts, consider using direct file deletion instead.\n\n## Related\n\n- [trash-cli](https://github.com/sindresorhus/trash-cli) - CLI for this module\n- [empty-trash](https://github.com/sindresorhus/empty-trash) - Empty the trash\n- [del](https://github.com/sindresorhus/del) - Delete files and folders\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/trash.git"},"users":{"ffi":true,"nfd":true,"pwn":true,"sky3r":true,"travm":true,"monjer":true,"awayken":true,"futhorc":true,"johnend":true,"xtopher":true,"faraoman":true,"julien-f":true,"makenova":true,"pnevares":true,"zuojiang":true,"bransorem":true,"gpmetheny":true,"dannyfritz":true,"fahidjavid":true,"kentcdodds":true,"rocket0191":true,"seangenabe":true,"davidnyhuis":true,"flumpus-dev":true,"jamesbedont":true,"scotttesler":true,"ivangaravito":true,"mrahmadawais":true},"bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"license":"MIT","versions":{"0.1.0":{"name":"trash","version":"0.1.0","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@0.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"1f4f7ee075fc9c649c2ba18c41b3613eda84ab15","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-0.1.0.tgz","integrity":"sha512-QIWYJYzWCTJUKzBUwtAA4ikulL5pP2Q9WsNXHYy8Z56J2B5MN9eQWCdENEQYl89dkakwS1JzwkkoPEo3SFd/fA==","signatures":[{"sig":"MEYCIQDkb7XhaIpWxZCe4XZIctSXWifOkd40wKZpaR2oSSr4QwIhAJwfKu1v85bbJjZ7oOXXKZAtdkZ1ZzFi4JdgBPD8iVUA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"1f4f7ee075fc9c649c2ba18c41b3613eda84ab15","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.9","description":"Cross-platform command-line app to move files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^0.1.0","update-notifier":"^0.1.8"},"devDependencies":{"mocha":"*"}},"0.1.1":{"name":"trash","version":"0.1.1","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@0.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"2d804734029693c80956165b13abaab191028349","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-0.1.1.tgz","integrity":"sha512-WtmeKJUX5pzvAbycB0QTR+01mIDj00c8bDme8HggP2WdU9jgpsZOgSwiJSm/DYtu396XYaBXCXQOZa9KE9Pp7A==","signatures":[{"sig":"MEYCIQDdZnDJl2HBtyfvRTykmsORhIRTGBOaK8D9d2un3j432QIhAMw5s3nIDXzRpQYFHYVWJk3pS+WfYXwbtvTcSnxb7AVX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"2d804734029693c80956165b13abaab191028349","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.9","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^0.1.0","update-notifier":"^0.1.8","escape-string-applescript":"^0.1.0"},"devDependencies":{"mocha":"*"}},"0.1.2":{"name":"trash","version":"0.1.2","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@0.1.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"3fdae18e300a716fbccdd33aeb0ecdaba3df762f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-0.1.2.tgz","integrity":"sha512-3f9UsUdmcbrW7SD672jo3yd4R3nAsKM6WTib3mZI/Lft275zE7xWV2jWre/FeGYGpzUyWrUeq75iy6huPuMiIg==","signatures":[{"sig":"MEUCIHhmdgEkhI8f26tb4XXDw+HoTfN6sKbraPYWdxZSpxWVAiEA4btQc5GXRyt+tL34Ajtgi7OtvNoqJgJKFW2u2OeGMlc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"3fdae18e300a716fbccdd33aeb0ecdaba3df762f","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.9","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^0.1.0","update-notifier":"^0.1.8","escape-string-applescript":"^0.1.0"},"devDependencies":{"mocha":"*"}},"1.0.0":{"name":"trash","version":"1.0.0","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"f06a7e9243c6c9e113a229e3576088c1900d8321","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.0.0.tgz","integrity":"sha512-cz7oB9J3tHLPJmSAzn+8YTFV2UkNHRGIyPwWz3O9d+LP6mFp1mdIb8W/3OyvB6aX9TLq9UEzfoex2I5KoMnEPQ==","signatures":[{"sig":"MEQCIH3NVufeccwiYdO8PVYpXdv568SZ4Eq+UZdyB7RtO3bYAiBXDdxNPzgc2Tr5OM9mx3gzzV2PFO5PrPxAu1FO0Cb8+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"f06a7e9243c6c9e113a229e3576088c1900d8321","engines":{"node":">=0.10.0"},"gitHead":"dc88ffc34d193b12d36c4fa65c9b90442b45dddd","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.14","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^0.2.0","update-notifier":"^0.2.0","escape-string-applescript":"^0.1.1"},"devDependencies":{"mocha":"*"}},"1.1.0":{"name":"trash","version":"1.1.0","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"46bc0e32544f788be1fc0401817c6b5fab748927","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.1.0.tgz","integrity":"sha512-3cmMvJgLHREyv1xOinw7VlSJfQl9myoUoi5uUOzPcXP+2pSdBbDWBfs1CGe4sB935hHKoIfmvDkLhMdKeosmIw==","signatures":[{"sig":"MEUCIAnGaq6DQxjJTWsDvwgo4jNYTsn0IVpZBUFeDkgMYvxGAiEA6q7R49dS7hZqLSdH3Xyfmep88yqy1gZtKxBTa46rqlE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"46bc0e32544f788be1fc0401817c6b5fab748927","engines":{"node":">=0.10.0"},"gitHead":"8a285a2d5a5b367f4a188167ee41b779a58e21ab","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.14","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^0.2.0","update-notifier":"^0.2.0","escape-string-applescript":"^0.1.1"},"devDependencies":{"mocha":"*"}},"1.1.1":{"name":"trash","version":"1.1.1","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"0ff4fe3a264a3809bbece7958ec567614389909c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.1.1.tgz","integrity":"sha512-lG25ZgmzyjipOsDTPagJVTehU1/ZelerAdyL0jXQzbHDO/MHwEw7D5Mn4LT5OrDmr8/gTTc7h8YILfSTlGjNiA==","signatures":[{"sig":"MEUCIQCEOsD0LUwf5JWSjle26vEB5aoBw3QxlH1BeCydBsTGxgIgBEBq0qdY79eyC2CS1KZgW5CB4p7wTLXN18euHnWxTLQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"0ff4fe3a264a3809bbece7958ec567614389909c","engines":{"node":">=0.10.0"},"gitHead":"b8680ca8a002be2c56b46e559c855b432a7c372e","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.14","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^1.1.0","run-applescript":"^1.0.0","update-notifier":"^0.2.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.1.2":{"name":"trash","version":"1.1.2","keywords":["cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.1.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"e1b68644546eac8757e13a3392ff1b1c07462870","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.1.2.tgz","integrity":"sha512-1wlbk46T2s2+4EZDPi7n8w37OcNgL/B2hwoL07xi4QA/yOO45d7p/rwULnnAOKOEMCRf7GfvXKUeWAaJVsb4sg==","signatures":[{"sig":"MEUCIQD5axKVbECO1vgrGl3d1rOHz0UelTRktEA4s5ydqJ6fFgIgaZQ8hJshuWVYyPUGXlATRi8aJgAAqifonm/cz3ubDKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"e1b68644546eac8757e13a3392ff1b1c07462870","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.9","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^1.1.0","run-applescript":"^1.0.0","update-notifier":"^0.2.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.1.3":{"name":"trash","version":"1.1.3","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.1.3","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"cf9a7d3dad1b24d20f8d7aad4e49ca60313dc279","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.1.3.tgz","integrity":"sha512-SnFLEYoy0+kL5cXAlGXqku62kYGF/fGu/tak2sQDeAJUx7ZGc5Zs93CXd3N6jdmrAXcbVXZt2xymYDP4a/9qkg==","signatures":[{"sig":"MEQCIGxVDEQWH+EK+jNXa10o88JovXYi+0yzxibrbRuBdiwIAiAsW9NR1xkMyo4sC3MA9YhZYTO8Rs3o3dyWohZ8TwGaZg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils","vendor/trash-cli/trashcli/*.py","vendor/trash-put"],"_shasum":"cf9a7d3dad1b24d20f8d7aad4e49ca60313dc279","engines":{"node":">=0.10.0"},"gitHead":"c81604ed8793067ae846a481f31acce34a993721","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.28","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"minimist":"^1.1.0","run-applescript":"^1.0.0","update-notifier":"^0.2.1","escape-string-applescript":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.2.0":{"name":"trash","version":"1.2.0","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"125a91e6a5c1608a1bc3d9f74b6310554c376619","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.2.0.tgz","integrity":"sha512-f+beUP7XReLUyDK16YlcQHinqE9DsgZ5XEP0m27pbieZcpMIiDDQhlcuXQrJTt4I7keLJ4zsQV/uEyhQXDEEQw==","signatures":[{"sig":"MEUCIE8Pbwb5gerFbApDVOjVQY9GrL0fDjY/K8Qy1ZUZc163AiEAmphcNuO+wBOZCWqzMi5sgCTxCVvu+qjdqaJ918TG76Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils"],"_shasum":"125a91e6a5c1608a1bc3d9f74b6310554c376619","engines":{"node":">=0.10.0"},"gitHead":"ab2b7e80f35ecaf836fa0500b9b6dc41536867d7","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.1.2","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"_nodeVersion":"0.10.32","dependencies":{"meow":"^1.0.0","xdg-trash":"^1.0.0","run-applescript":"^1.0.0","update-notifier":"^0.2.1","escape-string-applescript":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.3.0":{"name":"trash","version":"1.3.0","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.3.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"805a496cb24bd922cbf06886ec805d83877d0071","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.3.0.tgz","integrity":"sha512-wBa7AtJ59D7XUKFYVIXbE1dhmSnRN2S4Ghwr+FlrdymHfsyNdMT7CfiRfdVjKA23tbMlQlzW72ml687Cz5l7OA==","signatures":[{"sig":"MEQCIGSG3uiRO3pouLo69ypshviSuKTye8nUwxqvwBzWnY+NAiBryFO06xsADddfarvPHTUgWUfTWzH3IwK5Blgy2m3QgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils"],"_shasum":"805a496cb24bd922cbf06886ec805d83877d0071","engines":{"node":">=0.10.0"},"gitHead":"d6fe36b0aa8fa6254dffb2f1527cc550ebbdd524","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.1.16","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"_nodeVersion":"0.10.32","dependencies":{"meow":"^2.0.0","xdg-trash":"^1.0.0","run-applescript":"^1.0.0","update-notifier":"^0.2.1","escape-string-applescript":"^1.0.0"},"devDependencies":{"mocha":"*"}},"1.3.1":{"name":"trash","version":"1.3.1","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.3.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"72325b066a66434e57358624f93b580dd2e585d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.3.1.tgz","integrity":"sha512-RguRvXdUH++myqgzk4dBam2zm24yPPmzkLQyE9CxT5AqfPBMp0Rdd4QTg3twcNfiHqthHrnAGJK3IuV0JMGXOQ==","signatures":[{"sig":"MEUCIA8HSquDvDwMfkxUV4aGoRhjJ69iIsj+BowqGxOB4HBcAiEArKfVRw0rxg6/Lb1xGaZZX0zP1FTdYQzGQ0wDcxL1c68=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js","vendor/cmdutils"],"_shasum":"72325b066a66434e57358624f93b580dd2e585d9","engines":{"node":">=0.10.0"},"gitHead":"50fa87a148d9a6bb3f522e1cd67dd6a54b316d35","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.28","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"meow":"^2.0.0","xdg-trash":"^1.0.0","run-applescript":"^1.0.0","update-notifier":"^0.3.0","escape-string-applescript":"^1.0.0"},"preferGlobal":true,"devDependencies":{"mocha":"*"}},"1.4.0":{"name":"trash","version":"1.4.0","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.4.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"d27e03537bfd96ce37cc40c1dae96c26c682df49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.4.0.tgz","integrity":"sha512-1zIOdokgQJK5KTwBL/8SDWgjS8OiXDfOT4PqjuO1ZXtvRMfG7NaIqR9VOVBg+sKsddSVjhPYuW9x4ja8dwG47A==","signatures":[{"sig":"MEUCIQCzJIzwp2ipxu++yHLCdzDY21J/wzAccCtI04HsHOW/tAIgQ7+9RS5qbQj/Gz/YpVq7KpBuR+16zDw6LZT46N1+QRc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"d27e03537bfd96ce37cc40c1dae96c26c682df49","engines":{"node":">=0.10.0"},"gitHead":"5dd4d3b7a011408d893673bff94c974e77f1c0dc","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"1.4.28","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"dependencies":{"meow":"^2.0.0","osx-trash":"^1.0.0","win-trash":"^1.0.0","xdg-trash":"^1.0.0","update-notifier":"^0.3.0"},"preferGlobal":true,"devDependencies":{"mocha":"*"}},"1.4.1":{"name":"trash","version":"1.4.1","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"http://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@1.4.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"aa8e0ae39c9764ea1b2dcb9ebc324cbcd8d1a928","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-1.4.1.tgz","integrity":"sha512-nCZcm6nZQSHj3bNukSGToeN2y1+GU3rKN6rsh/mbfv6NHMFQQvpxw3QOO9IrjsYWVgUaWNoYLalPkqyNRUsQ1A==","signatures":[{"sig":"MEUCIAeSIirJ6X4rnAizdFam7j6yiXOGZ00x6Sot41+49E50AiEA62lGLCR3CM3DlaDBPx5ZbAwbDhr6LBi7PUbq+6T+85A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"aa8e0ae39c9764ea1b2dcb9ebc324cbcd8d1a928","engines":{"node":">=0.10.0"},"gitHead":"c52bb6a5abe8b00a79b2ee900edf94ce3cde3e37","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.5.1","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"_nodeVersion":"0.12.0","dependencies":{"meow":"^3.0.0","osx-trash":"^1.0.0","win-trash":"^1.0.0","xdg-trash":"^1.0.0","update-notifier":"^0.3.0"},"preferGlobal":true,"devDependencies":{"mocha":"*"}},"2.0.0":{"name":"trash","version":"2.0.0","keywords":["cli-app","cli","bin","trash","recycle","rm","remove","delete","file","files","dir","directory","directories","shell","script"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@2.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"bin":{"trash":"cli.js"},"dist":{"shasum":"66ae65dcc77d3a0325aa7372cfbc253f85cc0967","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-2.0.0.tgz","integrity":"sha512-72a/Lm27ov7pEmIh6B9fiNghW6NyeKP764N3PeCHjvUjOOfzylUxA9hWn/CMrKcBVvxuUUhmSN1rANQfMGQoGg==","signatures":[{"sig":"MEYCIQD0qFaPxF4QCuCgTt7r7/t/kuZ/w7RF6/JosDMu1+d+uAIhAIFvSa9G/fOHcfsaP9w2mHpefwVx4/gJGzJEXvTC3Q5c","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","cli.js"],"_shasum":"66ae65dcc77d3a0325aa7372cfbc253f85cc0967","engines":{"node":">=0.10.0"},"gitHead":"1b675632274474ba8797a9c82ebb462d0c58b33e","scripts":{"test":"mocha"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.11.2","description":"Cross-platform command-line app for moving files and directories to the trash - A safer alternative to `rm`","directories":{},"_nodeVersion":"0.12.5","dependencies":{"meow":"^3.0.0","osx-trash":"^1.0.1","win-trash":"^1.0.1","xdg-trash":"^1.0.0","each-async":"^1.1.1","path-exists":"^1.0.0","update-notifier":"^0.3.0"},"preferGlobal":true,"devDependencies":{"mocha":"*","path-exists":"^1.0.0"}},"3.0.0":{"name":"trash","version":"3.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"310710f571c0370a25c8ecf8d5e7b21389f8528f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.0.0.tgz","integrity":"sha512-GSHqTvjMTV+NiWEAOaUNikq6HwDwvx5n9BB9JjTANHQi5XyBqTTNZeqg9dOFOOa2YyxySDonE0xxIyRmuHKkRA==","signatures":[{"sig":"MEYCIQDM+Ip+mTF1OJosoAFyikLrHp/AGgv1JOFw+ZPtZynPUgIhAIc6AvfOXc2a+pC80bNxLRh3gJHiA6NHfFWtSZP8qwNo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js"],"_shasum":"310710f571c0370a25c8ecf8d5e7b21389f8528f","engines":{"node":">=0.10.0"},"gitHead":"dd838bb3fa1eca8863b3a3c4b45134d91870d4db","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.4","description":"Move files and directories to the trash","directories":{},"_nodeVersion":"4.1.1","dependencies":{"osx-trash":"^2.0.0","win-trash":"^2.0.0","xdg-trash":"^2.0.1"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1","path-exists":"^2.0.0"}},"3.1.0":{"name":"trash","version":"3.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"0f2b22f30657177ec9f47bf069531c7d18b801a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.1.0.tgz","integrity":"sha512-1+TFyguK3RmhnsSE0kH3PzkbcOVsYk6fAnd8tpZMXYrKIydF1lzIuwmY4Ovgw9vF8Wkr7WfNZ6WALaNBLVxoVA==","signatures":[{"sig":"MEUCIHl05AOE9Fb0m3BBcqxmRQFRF8lClVCBx0cTD7Bh2KtpAiEA7XYIZbDVub1kikubhDOXzvFVLNqjWcBXxJ+yasQIPcQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"0f2b22f30657177ec9f47bf069531c7d18b801a1","engines":{"node":">=0.10.0"},"gitHead":"4d87cdf94637d78debd8ecb9b30a8cee1d001545","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.4","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.1.1","dependencies":{"pify":"^2.2.0","uuid":"^2.0.1","fs-extra":"^0.24.0","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^1.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.1.1":{"name":"trash","version":"3.1.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"e761db22a43714feb25db96621081133edc15f73","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.1.1.tgz","integrity":"sha512-Bv64X9hwSXB7pJMUnk0mBbbHkrlOIu0AFDCkMjUWG42IMcDB5EN617+i86iEkTfspcD+Tk/lh5wGaAXvcOHmng==","signatures":[{"sig":"MEQCIEUrZUHOiHL/A3HtS2/pc5fmemcO+Z5azsgjbyOfvsksAiBjxl28tGyDquNwxd5Oh6Jk7Wi1Cc2ZrwLx3GwZWPgYOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"e761db22a43714feb25db96621081133edc15f73","engines":{"node":">=0.10.0"},"gitHead":"0ebb9219802905204958a0e2937e3081d225aaac","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.4","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.1.1","dependencies":{"pify":"^2.2.0","uuid":"^2.0.1","fs-extra":"^0.24.0","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^1.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.1.2":{"name":"trash","version":"3.1.2","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.1.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"9b735cf0e5b215c08b67df892671012240f3cd7f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.1.2.tgz","integrity":"sha512-BPkqbPskchBw0mTCzXmrxhOs+BQDpmNrZmFV1FHuodzJi7aKCHHj0G9DVYZMgLjiOrPznzAm+ov9QWD23igyYg==","signatures":[{"sig":"MEUCIQCIa8YGnRU9HLy1yna1PVcezS5TahouRXzGoac/O5mtGQIgRCvMFHYOnuzrO8fDV5lQCF0aIxggqEyM0rWoXp4Vmtc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"9b735cf0e5b215c08b67df892671012240f3cd7f","engines":{"node":">=0.10.0"},"gitHead":"13fd3b8b573d6b75573866de612298c60e3a0ab4","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.7","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.2.1","dependencies":{"pify":"^2.2.0","uuid":"^2.0.1","fs-extra":"^0.24.0","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^1.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.2.0":{"name":"trash","version":"3.2.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"38dc4f2ea1b15775292b7cf9806ce7964c2e51c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.2.0.tgz","integrity":"sha512-eVkUpppzKAW2R+NV/1PkxDdk5H7xMZ4HwHoa+ysvYGisIjRqzWG6yDztnWQ0ivA1CkWNyo4HpDV06AMOrC5ipQ==","signatures":[{"sig":"MEQCICltYUAKHgGQLAEr8BsIVYcFe1cayxNmlycM/lwaMVCJAiBHem6HQmxvf1gXNapPyxw1BeAnbccpmY5r4OjhvfZu9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"38dc4f2ea1b15775292b7cf9806ce7964c2e51c6","engines":{"node":">=0.10.0"},"gitHead":"cc13cb4dd8c3b1617c686bfa8f8f588c9241a1f4","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"3.3.10","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.2.1","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^3.0.1","fs-extra":"^0.24.0","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^1.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.3.0":{"name":"trash","version":"3.3.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.3.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"c0c6624242ea3f6f09c77ad4170e8fcfd717f5bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.3.0.tgz","integrity":"sha512-8vxTNIGrk5ykl1uI3P6Qofyx8uDf0lVCy5Aq2tflXYwUNmrQYKcOmr89MzsQ4zuTCLCtP6PJJFJSZH5GXTsF7A==","signatures":[{"sig":"MEQCIFvxIhNGLWTg+n8N07kgdpiudvj3BAWYDB2pNYyNamo9AiBLiRvLqECK2GUy+ardcWUFvVTI9m6Lt7qsItKC1PshJQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"c0c6624242ea3f6f09c77ad4170e8fcfd717f5bd","engines":{"node":">=0.10.0"},"gitHead":"09404b5ea0c4c8c07992d86b35cb40b8e9195435","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.7","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.2.1","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^3.0.1","fs-extra":"^0.26.2","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^2.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.4.0":{"name":"trash","version":"3.4.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.4.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"ignore":["test.js"]},"dist":{"shasum":"7f78c5e35cfe0d026cf466bbef87a85311051c7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.4.0.tgz","integrity":"sha512-xtxo5daD1mvjxW7wNLsCwfYMarPI6ovhL0PFh6+bjRJsIIUHRwdisFuiigyd8tEqZ5pqnP6vzyZwKY1lemHkPQ==","signatures":[{"sig":"MEUCIHjBBdSjJX1myIuQC1p6BqrqD/Q7+lv+TanNef11shcTAiEAr+dS3P6xmlmv0B1IrUqKZHGusttWfdd2B5Y4wdVwIK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"7f78c5e35cfe0d026cf466bbef87a85311051c7c","engines":{"node":">=0.10.0"},"gitHead":"6f7ad555648137d0b8bb41bf80fdc270a6e13e22","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.7","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.2.1","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^4.0.0","fs-extra":"^0.26.2","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^2.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.4.1":{"name":"trash","version":"3.4.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.4.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"5de2826ecdaa65474c097b7228dfdc24dc7adcc8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.4.1.tgz","integrity":"sha512-IYEKUFyewUUeLYJJbJTEWATnnDT5rxIqtvG0vdaeZLe/4Nq3NKL+HxtQbb/F/MToTn6aAdbc3NDmrxq9mw1GrQ==","signatures":[{"sig":"MEUCIQCcqhHCJFY+JHz8hs+nUThT2jjyOcfVyDYkijz0ee4BPwIgU1TZJ8E5hCauqhai74iGEE7gUG0aCsNgRTEVSrn6uP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"5de2826ecdaa65474c097b7228dfdc24dc7adcc8","engines":{"node":">=0.10.0"},"gitHead":"bd513096be57b0ef647c5632f356c346e496a286","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"https://github.com/sindresorhus/trash","type":"git"},"_npmVersion":"2.14.12","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.2.4","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^4.0.0","fs-extra":"^0.26.2","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^2.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"}},"3.4.2":{"name":"trash","version":"3.4.2","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@3.4.2","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"fb042252fc26a022276950a2bb0ece9b9405eb19","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-3.4.2.tgz","integrity":"sha512-hXPcBm5vnRvItXIRtpLiJmx0E18didJ919T/RqR+NpK7Zrvus3J7uoWcO8wUcu+so4WGx9oZtt+GKLryIE31/g==","signatures":[{"sig":"MEUCIQDcDhOPsV8um916Rmk5o3fGwlsD5hXbquSstFbklFABqwIgJNBBkQcgy17wk/ZSme3ocNvWaZHudGKugbmVdZ5M6ao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"fb042252fc26a022276950a2bb0ece9b9405eb19","engines":{"node":">=0.10.0"},"gitHead":"a1f7e669e76fc2186e183b72d501b55411f785ca","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"3.10.7","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.5.0","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^4.0.0","fs-extra":"^0.26.2","path-exists":"^2.0.0","xdg-trashdir":"^2.0.0","pinkie-promise":"^2.0.0","run-applescript":"^2.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/trash-3.4.2.tgz_1474607252026_0.7241295108105987","host":"packages-12-west.internal.npmjs.com"}},"4.0.0":{"name":"trash","version":"4.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"esnext":true},"dist":{"shasum":"7436f263f59d48a00b5a6e53d822ecdcde21e139","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.0.0.tgz","integrity":"sha512-WHEGwIuzdO2JsRQiuaoVSMOaTtq1LxbO+cHXfFRINfBxvpRwQMf2EYYxf7u2LHWlsgoWXwvumk2vIPEzGkcT8w==","signatures":[{"sig":"MEUCIQCfTJHuLJCaH00lm+qdVAzxtjphxBm19FVUo4FEg3BZ8AIgQZMAnuqG1E8fc3bAlverpq/TcpFT3KfCivnS0lf2EZo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"7436f263f59d48a00b5a6e53d822ecdcde21e139","engines":{"node":">=4"},"gitHead":"4e3f191d530d5cc7daf39ef7b5246d8a854e9e2f","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"3.10.7","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.5.0","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^6.0.0","fs-extra":"^0.30.0","path-exists":"^3.0.0","xdg-trashdir":"^2.0.0","run-applescript":"^3.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/trash-4.0.0.tgz_1474609537130_0.7474771828856319","host":"packages-16-east.internal.npmjs.com"}},"4.0.1":{"name":"trash","version":"4.0.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"xo":{"esnext":true},"dist":{"shasum":"b3ce5a4d862b1c655bef818ae7e084efce6e4c2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.0.1.tgz","integrity":"sha512-DrEQmoA6iK7mtxQwA+h4K/0hJZh2MdQ4DoX+chK9Mctmxd0JQ9wu8k5T/0cbC+SITsrpi5xyW09YBYBV1B6xwQ==","signatures":[{"sig":"MEUCIQC8GVDktJy7F3R/5mOVICwnrRm3HCEq0xn8keYceExhQwIgUGgbZwZSX+hveX6brJAP58J/Xd57gEeFp4zRDxq1eYA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"b3ce5a4d862b1c655bef818ae7e084efce6e4c2d","engines":{"node":">=4"},"gitHead":"46f8a11c10943ea7897ac5fd38b9d092ae39a912","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"2.15.11","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.7.3","dependencies":{"pify":"^2.3.0","uuid":"^2.0.1","globby":"^6.0.0","fs-extra":"^0.30.0","path-exists":"^3.0.0","xdg-trashdir":"^2.0.0","run-applescript":"^3.0.0","escape-string-applescript":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^1.1.1"},"_npmOperationalInternal":{"tmp":"tmp/trash-4.0.1.tgz_1488883575490_0.139298633672297","host":"packages-18-east.internal.npmjs.com"}},"4.1.0":{"name":"trash","version":"4.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"edddcf2c26236d4942e8b27c80d1bd746b7acc77","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.1.0.tgz","integrity":"sha512-9RiYT8/s+vEOLLt6wLKcS/wLSkRGDMfj2axsJ7RT0O4pT+K3rG9xOTl7JXi+LPWVJyf9tUERRGqufCvoC6FfhQ==","signatures":[{"sig":"MEUCIGeK5QCdbUlL7R9d1Xninamq/kYZFNv/iYMcwU5l+HwgAiEA/NQZCA4Wd/IOrGXSva9MCik+L0vC6WIOPGvgwP/Rdeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js","lib"],"engines":{"node":">=4"},"gitHead":"9771978a065b1481f0d8306eec6f459e12440429","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"5.3.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.4.0","dependencies":{"pify":"^3.0.0","uuid":"^3.1.0","globby":"^6.0.0","fs-extra":"^0.30.0","xdg-trashdir":"^2.0.0","run-applescript":"^3.0.0","escape-string-applescript":"^2.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash-4.1.0.tgz_1505628586600_0.46797551354393363","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"trash","version":"4.2.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"b95960e5526d24b862583350cb1f8f1c4bda9211","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.2.0.tgz","integrity":"sha512-dVhthMs5B6cdW56QE37SLvvNuSwLQh4eNTaLDqeyoLYrqogbwGdvQz9GtJbJ+piGRzcp1bV+E0Yo8hpJdP6TlA==","signatures":[{"sig":"MEQCIBpUl+6gKzc1kEyMEoSOwENWktJIEpV5w7kmMVt0PQitAiAIVGB+kJfVU4f5c3BjZy/Qrlazhh9phDWdtqfPepE3Aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"_from":".","files":["index.js","lib"],"_shasum":"b95960e5526d24b862583350cb1f8f1c4bda9211","engines":{"node":">=4"},"gitHead":"ae32f415c4d8dcec4e5a1cd2de311a4d3e75e70e","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"2.15.11","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"4.8.4","dependencies":{"pify":"^3.0.0","uuid":"^3.1.0","globby":"^7.1.1","fs-extra":"^0.30.0","xdg-trashdir":"^2.1.1","run-applescript":"^3.0.0","escape-string-applescript":"^2.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash-4.2.0.tgz_1512038698726_0.5780411928426474","host":"s3://npm-registry-packages"}},"4.2.1":{"name":"trash","version":"4.2.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.2.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"},{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"a8c13d6f6c49c3d31113e02665c5a1be0316cfe0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.2.1.tgz","integrity":"sha512-iFD14ss/ldGJXeUP58C7IFjeuuYAJL8PjGkaYfTAaeQJk1gkVuqjXSzNbgRO9lMVuf7J7fDyKRHEbaroo0bBJQ==","signatures":[{"sig":"MEQCIDOY0HXh9yM/pIB/M2Eh5AqCrskrFetND9aclG+pYEbzAiBJroCl6ugWVMpGiAMiuCCgnofAUfo2hyX3vH2oQmvBBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js","lib"],"engines":{"node":">=4"},"gitHead":"8c96d424a23ba1c636ff5f2f2559a0dc4bf57498","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"5.5.1","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"6.11.0","dependencies":{"pify":"^3.0.0","uuid":"^3.1.0","p-try":"^1.0.0","globby":"^7.1.1","fs-extra":"^0.30.0","xdg-trashdir":"^2.1.1","run-applescript":"^3.0.0","escape-string-applescript":"^2.0.0"},"devDependencies":{"xo":"*","ava":"*","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash-4.2.1.tgz_1512326963051_0.34512321441434324","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"trash","version":"4.3.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@4.3.0","maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"6ebeecdea4d666b06e389b47d135ea88e1de5075","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-4.3.0.tgz","fileCount":9,"integrity":"sha512-f36TKwIaBiXm63xSrn8OTNghg5CYHBsFVJvcObMo76LRpgariuRi2CqXQHw1VzfeximD0igdGaonOG6N760BtQ==","signatures":[{"sig":"MEUCIQCqb0VyZRiOGuSw5C1ThYsb59KZQU44FDf/Q2FX9dR1xAIgKN5WvWEXZxRnH1ifQ8HAr9N5kR7w4Gm4mpyUazmcuzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":34312},"files":["index.js","lib"],"engines":{"node":">=4"},"gitHead":"4827f9c7e91be43add11e9aa03a530744df9b14a","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"5.6.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.9.4","dependencies":{"pify":"^3.0.0","uuid":"^3.1.0","p-map":"^1.2.0","p-try":"^1.0.0","globby":"^7.1.1","fs-extra":"^0.30.0","xdg-trashdir":"^2.1.1","run-applescript":"^3.0.0","escape-string-applescript":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"*","ava":"*","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_4.3.0_1519632393035_0.12394125125137734","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"trash","version":"5.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@5.0.0","maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"828a6f99b4f7b2d4a27ee9193a2e27023c46d602","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-5.0.0.tgz","fileCount":10,"integrity":"sha512-dpzFc5dNCnK1FXGmcVtLS+HsaDUW5GbUCHTDij7mjrBMuhHEQDE6hDXbyJEqZZF8t1Hy4jJFyCzSwHMgkKZOIQ==","signatures":[{"sig":"MEUCIQC9LENjuKwWn9JetOzePQ8Rfu34PId9tm46CLggutmTsAIgXxGaGX0dQgt41ekkSCT4dtmRClECjdbk7N4bAGKIvUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgiEiCRA9TVsSAnZWagAAsyQP/AvS8lFSan5IN7X8VUd1\np5n6rXz7azqzPnC0lBs9wiacFhTHcTrWb4w1Eb7HNgtg1G1JlFiuA6wPngPf\nUW7jI9jT1Qk4Ynb7/NrH101El4Rwf7TzAydBZCsHkIdLgeRg+3ewwCUoCHip\n0gD+maPZ0GPs+kQQlzGBpMH0s9J1HtuOwAwpZikWOhhFh41zfMsdSQRNLkNI\n8yyNUi0Qq6mEdYzBGzc5EnKRu6bjgbC3pzzL2HWvy+U5rB0etDgiRNba6Gzv\nx5HbEnYmpzLeP0/3R+fpeWQNHNtfB/S6GWfJiSw7ftxdRxzDoUmw8y447z6g\naVkE7+/TiCo0165KDfcJiYHdYwgJh+XRwr2FE8kewPfaAz5q/VaYP8DD6qRN\nw8RkEfNgyYGwLldPyWGA758rZEhICOjpi0dyknR8iP7ybQJxoTVm4lqCttS8\nEEyfbfzbACMnxZv4mzBDPoRdIlUGZbdFXXaseVbdOkzU51832quYaPSK6wTo\ngZYhCyg14LAxor3ALvc01pxW5bMccgAnTM+0g55DK4klzT6zZ/TQTbu1fnWG\n6rWd2UCYCHLfPEmVtk659G/QuApZsszR9ajXzclUwM9kFl4tKSoOTSNJXv8m\ntX/QxeuHHeTveUqmo1hmEi9s+4aWs0ZbRYiwAxXiiLReaDHf5Lbkwu7ddMRy\nuI18\r\n=5wTb\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"75c270b267897ad0948d060528be938be0ad54e9","scripts":{"test":"xo && ava && tsd-check"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.8.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.15.0","dependencies":{"uuid":"^3.1.0","p-map":"^2.0.0","p-try":"^2.0.0","globby":"^7.1.1","make-dir":"^1.3.0","move-file":"^1.0.0","xdg-trashdir":"^2.1.1","run-applescript":"^3.0.0","escape-string-applescript":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.0.0-rc.1","tempfile":"^2.0.0","tsd-check":"^0.3.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_5.0.0_1552032034148_0.48884032881869643","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"trash","version":"5.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@5.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"4b4ca6ee651116b20f649484484b27a41d6add49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-5.1.0.tgz","fileCount":10,"integrity":"sha512-hDnPeFSylhuF+t2JhwkE8eAqgOycMeu01xonOy+i2jpxnxTE9oL7I6Enf33Et/R6srdnDThMsvXRQMYb1mo1TA==","signatures":[{"sig":"MEQCIBV9YBJcyKxL1D0iBCAzVOnwO93J2F5ScvqQfccVIVDyAiAQYOx24wOXwnGH09GZw7udWoND5W9C4oASIPkinsROVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcoRK9CRA9TVsSAnZWagAAWjUP/j1huZMGeX+2tVE9JUwc\nAUmwhS8HsEZDMwWs1qx/wVgRMX10o0uRzbM+jOOAw3nGwe91/Ky4kG45GFsy\nIKnwZlQ8PbAITVdsPPD5+59RXiFLm5x9LWLyyVGKGjP28YfFS2UmH1Q6I7az\nlmG0yW6nJFyrn9K4/3iUuRMLvfkPcKa5ojRGL0DgaUcBUClzon4n/4dk2uTF\nzMZbr/BLTwmJgQuVIxefwdqbKQjYOeDW9YnzV7yVlKn8TlE2ZpSz9MvV/zqn\nswcF6/TBmcZqwaBkKPYHjt8T9ePTye8WdzRGUJcaMswO+uhoQhNuiUgcDE7v\nOseQVIySxSvVRDD//3nHd/h/zsH0b3kAQqrFAevrN8mK5Nm+gsamHcwM757d\nfEtlaMWHwzwS6Pyci28BDZ3ntpT4T69yqhYmzy92vWQueAFf6Sw0AGSlon+d\n9lufmo0+JHnANDr/eWLV1Uk6VEo+CmFP4gD0cFHYnJqPoN3vTYAyEK2P0G63\nE2rk/yseGXKSgxA8LqU+vWAU9LfYp/P6CO8A4JBzTpO9JhOv7DZV4GLumQ7y\nOCeEwBGFna3fdDyE2/e0fp0cI4Pn4jV7WFUAwpDBxpOma4tCCFelYg7yNiVV\nFJBOPK1a2MAfp1pL/EKhQJ28WM58XsIeLj7kqRaCB4wUPWDQtbjf8TqrG/FQ\nIwyg\r\n=+aiy\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"08723b12c9478a2a687085f663b8fb0288b4e579","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.9.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.15.0","dependencies":{"uuid":"^3.3.2","p-map":"^2.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^1.3.0","move-file":"^1.1.0","xdg-trashdir":"^2.1.1","run-applescript":"^3.2.0","escape-string-applescript":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_5.1.0_1554059964839_0.3693113549722473","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"trash","version":"5.2.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","dir","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@5.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"f0103ea6ef7dedfa8d46fe40cdd6e03a0ebf00eb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-5.2.0.tgz","fileCount":10,"integrity":"sha512-QpczfQrHKoe4O/iWskzRUwybweYK0okbuO8YvUGL2L1XP5/O9x3juUBr5HBY4yvU77wISKG9VtMD/fWjJLM1Lg==","signatures":[{"sig":"MEYCIQCayLMYI+FA7lC5zWJI0HhMIFVL1wfTBqEBs8j8+D0KRgIhAJeyWpdPvSwgTPaZ+rCAsUlCxMKpwc7qwLfbqmBJgQ9Y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":35906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcodPPCRA9TVsSAnZWagAAUM8P/3ZGat3gxE+URBQRJeGa\nvRCdeswiIGPlLYuLbjg87qW3f7S94LexIQXtWUB2h0eDLklRmANyj3MNkpC3\nkjz32UzzOR+1KPZHc0cX9p8PllOkdfMt4MT69rwlXqJZrAmBD9zoqZtlt3Wl\nfRMsuTpe3dn/BSzer7zV/RyIY+zd54a1mPDVlPslMAU9fSaL9SwNs8ydtz/s\nHI5Dw7YFCRcxqu6EHp6lSkOO4tX91yatvbxM2KIeNZUR5LIzFiDf989xz1Su\nORu5zmNx6tWWkgtPYOrVJW9YRU7HihWs+FFJttQg/UTSqQy07r99zxJPtcCf\nuxrN0gBvw4wDJuGox6qkyaqWtsnsxA6EbQZRyHZOcRKx/TJ3njYh8RQBXwgR\nD8yxknMLQQ3u0bTPpkC0CQsLeSWTq6l+WgEKeb7vqtnkP0K8G/bNfYFle1rK\n4q9bXraRZGoBQhyE11BTTrTOMgf0uYL3eAR1zXj8TIR2NULV2Q70mRBjRSnt\n1mvezd0BcglXThoLwpU6Ty4n8ynu36rXXODwImfRveUlZFk+1A384TTvoL/P\nLEEYHK6DAI/Ihlf34k+HUixkcchCFpRWz1Y2GOOeG3Hssec8ieDyn8rXhW5n\nIuzW62k1rpY4Dn7L2l9QOALhzlR1wV2QxWbqb1nyav3rENSygItYNTk79yh0\nNT1/\r\n=C9LC\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"0e1791119bc28db9c58fc95d7cebcda41ddfe66b","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.9.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.15.0","dependencies":{"uuid":"^3.3.2","p-map":"^2.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^1.3.0","move-file":"^1.1.0","xdg-trashdir":"^2.1.1","is-path-inside":"^2.0.0","run-applescript":"^3.2.0","escape-string-applescript":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.1","tempfile":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_5.2.0_1554109390195_0.816423646815486","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"trash","version":"6.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@6.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"9f2f1cfe83be1a3956e74f90d5ced706678246cd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-6.0.0.tgz","fileCount":11,"integrity":"sha512-5/ZF/7yPYX9Q8e4Dop2WMClV8VRJiWybUV2FhPovkm0I2csNlmY2DXpcCa50UObXx2+SE6421ViTa4sTpEA4WA==","signatures":[{"sig":"MEUCIQCTQoOWflsxLuEY7zfeIVIplW35SkQ31ZoHMTCLldiaNQIgetwVTA0qYIMIvxDDfEijbOejF316vO/pJ/6zGuJdHLI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":52335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7nttCRA9TVsSAnZWagAA8CAP/2IhRfysUPslzYd7Unmx\nDmYrA9dbSDnL3BVquKWWB8gpiX45xzAzM+CctolClOGzNHjRA2jGKqyBSxwO\nZ7PEcBjext7O4LVgYPKWzAtRMtCmqDiC27PIkv7qhniaeXzMEZfJTZh3cswT\nTi7jSzax11fNovar2OONdgZ5QfYitZDcd4ayGuMFSlvTmXMhud/dsqC2hcxO\nQEviFFwcerhBYbQhg4dqwq4xgCQ1VqsBlruOjDxmmNvQ0gKeFA1IoSzouSPx\nC+QPMbJQqnFMHCRjTjkOao2fmf49W85Lh76F/M/A5+HvSRNnswcrjr7mVKS4\ng/UNJKFG7uIirlpIDFxK1A3DfqsNFTU+OL7hdymqCqfg5Qrs0qDO6BIMXXJW\nERVrcE4Mv9geUsPmPZWcNjPL5lEnN05FHgyFHQfZw4bEfdUTab0Zg/5UOH+z\naWkbufhLEliMN+i60SNsGY/iNDK+BdpYITclmmBNwtpJQvi2QiXmVZig3two\nhTxAf88y6Th+waSS6g6sdYVQSmgJNNAJaPYUsVTQCZTHTBye/ESFlUtSyIa3\nw32fNEMNlmyRHC4bEI09Y8z9X9zkck+2IJ+XyEpZL1O7czCO3KILak4GWbvu\nxWSVm+A3bwOClmW8O7X4mHS3FoJReBBek3wNpJyWd4LWt13m3IAscswCC2ja\nGFu5\r\n=BNSp\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"2e460f664094619d84211777948dc79bbb6ad094","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.9.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"8.16.0","dependencies":{"uuid":"^3.3.2","p-map":"^2.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^3.0.0","move-file":"^1.1.0","xdg-trashdir":"^2.1.1","is-path-inside":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.3","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_6.0.0_1559133036825_0.9453359929362946","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"trash","version":"6.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@6.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"6858b4bb23e01c0ce293fb2db0524c87ed984f22","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-6.1.0.tgz","fileCount":11,"integrity":"sha512-YXuvHK4amP2taAJrODktLsHkVMjWUG7P3fTzQIXceRjlaYrSokH4NJvGIeFUrX9sXCcjVgChILvXHMaLKhdEgg==","signatures":[{"sig":"MEYCIQCeF4+/dzABFedEg6ZRsKkNE0dNiGu+EiO4kWZ9v0ybKAIhAJLvlr+0s9eAZ+5gnSchnCmYJ1zsrHJiYj/I/aXFDBVa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0Xd6CRA9TVsSAnZWagAA81gQAI2eddYrE9ibMIX0xel5\nbWkwXwQ9OYMGW+PlCoyulUpHfg7kaVDlVWIMmkw172cNFTr7FHlBN7ZccutY\npIFAUI0YXdqzF3Svyd3CFoRhOtIEJ1UcgFxLBB5vfqier/8digDY8LWDjVsz\nR4d6wlbGJ0lHZNwi9ZPZK95ZRNj7kO8rJsE2wSTWe9cvIp359JW+XBSWjesE\n5ksRLl7OZM5w0Dl3aJ90QE1QOkTKFKzV6OPL2lxR4Exc+ieZD7pB6p9NVkdd\n1rnEpLbuade1OFGcKS68/dVORKRKZwT+sdvXlACATpSTYDFtxXDXbP9Eh0uj\np7DDVOIBGbhKkAuwDGVknTVmn2vDTnC2n6RxiXlRaNIsEofZWBM02gW5i4PP\nmGJJDA6Y6/OlpyuzWZ+IsOJmW/EplCV/NzxuiTQOYb3zmpp1K/3Ix+NY6MUg\n/v+E+iERcpXaI8Dm5ATXJLqg0LwDHcnf0GpDOmU2yZoK99NjPpSt5i2LnWqU\nOZuggurnGxXkq97D2Vc+xaQA7Ju+tqtt9Rfglds7sG8S5vOfG0+LcsDHrvpa\nsFwv9K1skSSzbFVTCpMQQ0Tt0huHhwXgeMU0qjuWtRS0Amb2NV2VxVDa6TuX\nBmx/b4eIhYds9g/TkqRDjW0WUp1cPBrjxRCHISSBd2w8SsxEMd6+ZUMRdJD/\nz/Tr\r\n=B7qq\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"a6e03c72e96e19ae88bf8778c53e2c932ff4c660","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.11.3","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"10.17.0","dependencies":{"uuid":"^3.3.2","p-map":"^3.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^3.0.0","move-file":"^1.1.0","xdg-trashdir":"^3.1.0","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.25.3","ava":"^2.4.0","tsd":"^0.11.0","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_6.1.0_1574008697396_0.7446773251474457","host":"s3://npm-registry-packages"}},"6.1.1":{"name":"trash","version":"6.1.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@6.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"8fb863421b31f32571f2650b53534934d5e63025","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-6.1.1.tgz","fileCount":11,"integrity":"sha512-4i56lCmz2RG6WZN018hf4L75L5HboaFuKkHx3wDG/ihevI99e0OgFyl8w6G4ioqBm62V4EJqCy5xw3vQSNXU8A==","signatures":[{"sig":"MEUCID02eiRWdalW33O6tYumxZZLmkhGV48t19yS6lzvH6yRAiEAkVaKJQkg0yRuopF5U7/mbpj1/GKDVGY2JOI32IafMFI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd04trCRA9TVsSAnZWagAAq8kP/0DnYh6uDxSZo7jA0U+B\n5qDMO8/32Xw9I6u2RzzDyRoalkA+mYma5hii/OqHhoREMPFy+Ro2tSuHAiCi\nyNULrZAv/r92C2xApXSY/l7Cql7dUn5jA3z8rG/5ZQENkBlKvIk/wiFfUPHD\nkTgSPbBpEOL6ekgJ9sIr7j63ieokZ9kZT3acfVrccAc0iXi/bk+YQKS14SpT\n1nBRP0cN7InC3KzmKZebsqTq0pDA1o2erXPKQrsJ82/a05MXf/5RV4F9H1YR\nnQ6t34/itfFyX6g5hOH/106wcU2cJ700c6zCkwwcih+j5xBJPbeTULZsgl7o\nB79VMx1Zmv7Z63CrBfTK2U2p/7xGhLnpQMEhx9qOmskSLszkW+eyqPIYwp5M\naG+16NeFScoxnEohx0q4fQf9OyQop54bCZy1PpdJwLKxDmojEhAvsmlv3zoG\nwZpYyu3ARTiSNy6hF0ux8I1u4J7qB3SV7dRBI0d45zMyFKWGxHMl2xSu35Ad\nUVEptZJCzln+xiqvcw+8iVKr5CVy94vogVmMHp69aV/EqrA/MsM6aXvlgdt/\nX/7U0F3VWwuzvjL0S0eLaPK5WOX95KWZFddYqZm+HlrASDMfp1KABNSr44Op\nUKGyE/krYvaXVII+VT+NvlAbpo/+yWG4sOCQENFkwpYu1oN+O9bPloYEHwaY\nX1+1\r\n=tMTD\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"eeb0e451594db92643a96efc4074810aaa6b2200","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.11.3","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"10.17.0","dependencies":{"uuid":"^3.3.2","p-map":"^3.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^3.0.0","move-file":"^1.1.0","xdg-trashdir":"^2.1.1","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.25.3","ava":"^2.4.0","tsd":"^0.11.0","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_6.1.1_1574144874941_0.40259963129251997","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"trash","version":"7.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@7.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"68b28e1ca07a10ce5389af144c63e19ffba2e617","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-7.0.0.tgz","fileCount":11,"integrity":"sha512-xfPzt28GIpIg7XzHFAPDWIV7zrKUQzbP/+EdPPu8UStgsRhbE2M7OQIsSz1QRlwLV9PjAKplhtqDcwrUt3T4Aw==","signatures":[{"sig":"MEYCIQC0sAkcZsgTsrY0sXAnL2E0TnfdK9lcCrzsoSUylHsy/QIhAJPH8UUNrvH9gcuSp+PHhYRkO6c1g5Loy/N6XVfrK8Ig","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJft7EhCRA9TVsSAnZWagAArvIP/jMyJua2WihnfLCBRAGc\nMcaBE7kny/V1rO4vzZicaEAmdtc7fmGXzMjnd01Z0BLiI531ny+S3SiKtRzP\nzVPXiNInfDUN8KQcFXzFhC+WDrYaobuElMwL6PzhB03PZ2EvMRz9Ved0zm5q\n80TNkXsvZGRxbceV8aDni92Khu5PMFy2KbM9F2VMANU75UJXnv9eJofLk7HO\njnSgtgNeETEys6nt+ICw0PFBUGLl+2HBBQR20pqZT75AGpZ9mqfmub+iwRpE\n2G7dBOyID1ihKxqz6tEoey24bNikG6YAXNU1yolrtqFKTIAd3KZ1ADlbonG2\nnXgAf4lgYN+jUXUEGMT2fqqWtSFQQp9yIPB9kXRYASc7N4M80J02sVkCmkic\nutn/TbQ8I34k+Vy2AMXMKnQth04inN92gJ/ggp/1hVvQXWFhS+e6iYMwcSax\nel2TvRQqaQsh/wiJuueHquVe34t7WRrt4EaBbQqNAjWFLVeqO4yCnuGFA0bZ\nJ3Fhl8cT+tzTiCRKdFoqf0iuHSK/wJZqC0cbA0saZxOq4wsqvlbsNoPRbv42\n8dYD/HAxO8NQvVV7StSGqRM0tGx0bIOAuSuxxTXxKvW8G8GTM+TEz2qd1B7u\neAMYN8UmGdztuQanraF7oBLc11uqzZ3em/eCxSowadoDx++NN8qV3+Qu01Op\nS4++\r\n=OLku\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"4ae31ae47ddc8636ae0d95024f19a813a453c51a","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.14.8","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"14.15.1","dependencies":{"uuid":"^8.3.1","p-map":"^4.0.0","p-try":"^2.2.0","globby":"^7.1.1","make-dir":"^3.1.0","move-file":"^2.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.35.0","ava":"^2.4.0","tsd":"^0.13.1","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_7.0.0_1605873953419_0.48858275351177904","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"trash","version":"7.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@7.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"6269aa5f3e1b5533a1d7dd9de926bd9e417d662b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-7.1.0.tgz","fileCount":12,"integrity":"sha512-AXJynOH6fJ4ua6KVy6vuDAKm8RsDxGgO0UHjAb6rM7O00ChdNb3IAjiCxw2utoVcKAv+0xg62hjr6tZ2Fzjd/A==","signatures":[{"sig":"MEQCIFGWaTx0F2RmYdJwnbeTIqEU9p+lSEffYS0PfUWrtyoiAiBRtyvxrzhkk2x5IA4PxDrZCKfJOVVdNGdNwYoooUyHQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53876,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEVFwCRA9TVsSAnZWagAAB2MP/2A0rTSNuPkqF3pzzEuq\nqiAu6ZNMO+T/4IegFLyHu1dlzbRunHfS5AgXH6rEVZwbYqVIAO5uNUCIOnfo\n+7LLc4FeekbMRpnWEKqzOf3xMhXM42m2lzdf/8IJB+8AFvfTUI9WfCK83tiz\nfcivyYIwhD2XkLVId1U102vHj/dmHPB7Tlv/gmdo9y9gU5/zhhb8DoPfoFyy\n96iV6ddThBgkVf/g+0/KfR3a+zV3PViDcH6LqRwqdWRzB75rrm1/fs+UzTdP\ntEDqpX9kfjUdHj1wTKWlkkP1059eHPcC7PgmVM8P9zK1icSRJ71uywpnORd/\nNekHNI42EpIfC/4HhK1jNpGI8i/sBoboLeufzZ7b7xnbCU9fcI+Tc32c67vT\nt92fsPXpr4ucdU2t0PC5bQSajnYPV1KPhJOx7/qsh5EgoMkT+M2Ta+QIMQXB\nXYPwtuY8GURSzs+V2nV16nfxmI9wzu9v2xGvc9zHGOSVEG4dB0FCBqrwePQ1\n7YJNglRurvg57hIr+TRWu87z/B/XqYBYvq2vrVubRWjZ6SWoqCGQ/4sp0C15\nD2NxrwoTd8GEK3j34LgnqeMLMADmzTN1jNfq6JkTguaGmUcJIGP/wcQGnPQv\nfj3TNxp5R2gdAKM8BZLjzukrgyeN3XU8BZ9R/u7zbW2w9r+JePN+wBwXu8vs\nB4AI\r\n=xyuO\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"5e1f563f75f11cbd1a4fab3b40565d6154a2f85f","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.14.10","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"14.15.1","dependencies":{"uuid":"^8.3.2","p-map":"^4.0.0","globby":"^7.1.1","make-dir":"^3.1.0","move-file":"^2.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.37.1","ava":"^2.4.0","tsd":"^0.14.0","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_7.1.0_1611747696228_0.5564503323085237","host":"s3://npm-registry-packages"}},"7.1.1":{"name":"trash","version":"7.1.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@7.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"ef3bc68a8f253c876684972d8a603ef9b4f42b45","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-7.1.1.tgz","fileCount":12,"integrity":"sha512-iG43vKNh4Q540RrfefjSxll6hkqc2t6tAM1AfikXUXbW6O7jEKftMQZho6dg6VLUWng/uWu4brGrvE9a0uQbOQ==","signatures":[{"sig":"MEUCIFnK8WlJwpChRNGVm6L0E85jEOjlhqrw6Rf2BSUgfPIdAiEA000FcjNVcregENy9X5ycBoYjopi0IY7f965k5pTy85g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":54132,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgRdfiCRA9TVsSAnZWagAAUz4QAJ9ze9sMlPzAFa9L7z3R\n2isLUD0znMmZeaAvBINdfZvyhUFL/AVkkzvQPuUmj79/yamU2mZMk9iQFZsH\nSjPwkEvu5FXiboVINI38j/xuQmmG2pXPwBrtINVY0VbpoRpTRQwed9iDCe5D\nQZj+TE2thVDmLSJO+2mBO6uIBAUCLraUUaLIcXUNT5wHG9CO/+XIm7oENbGg\nHFruXwi74qhqPxv0R8d0a9iF2CTlMW819xKKDx6iBIriyup+eH1fyL+SkQzR\neSA6zwNMKoCeoiSdiMyL4h2hQXuTm9wmej+/NCRwneGA71IGkdb2tMyWKhgR\ndSw4pG1P63x2qkA12KRT35+ciJIUYz2tPfWi/BzBAHFQFbg31RSHDGP5PLjv\nyjryEQPMAM8XA1i5hxnTIe/i9//fs6o8q5aH+sy3ap/EuUgIwvsuG/B/t5E0\nE2M7Bf1fSo4H5+CkYIATeAYDbDePr5l5z1cWk/PvTJt0N9mf8aKh52UlaY9G\ndOYlk1UGOHEt/QCMrSL9Bh9NS8jNUkUmUNCBtbMIkZhKgc03s2L3scoh8LVT\nJh8hHxdJfhayI5M0gQ5yqHi1CYXUqwDbDRUcBdLEtNLz+u4t7OEroZT9d/o4\nWqYqb/Qzc76Psr8jMXmZtQGS/piuSzyjSP45mSf9TI1Lfn1Smmmbafvc6bUU\ngasL\r\n=GFG5\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"574b4a9b2dc1d5c183f0a377b0347dbe37eb812b","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"6.14.10","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"14.16.0","dependencies":{"uuid":"^8.3.2","p-map":"^4.0.0","globby":"^7.1.1","make-dir":"^3.1.0","move-file":"^2.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.37.1","ava":"^2.4.0","tsd":"^0.14.0","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_7.1.1_1615189985756_0.5269954264603653","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"trash","version":"7.2.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@7.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"c5ad0c9b13d7e7cad0b4187b3cfe38cd8b39abe2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-7.2.0.tgz","fileCount":11,"integrity":"sha512-3bR8Z5aWO8b9qybS6skBoaavH/hX9Onb1RrdIIhJxv9VpH3aBtpbKuAX4rIh/0xpDZ7K4ga36wONk/okbhjTlA==","signatures":[{"sig":"MEQCIBsAwxcDf5UE+mVc63AyMQMkAunLhel2l55bAw+vGKRvAiBHZQxQ5I/BbLX/iwIQQvsPFhQ6aykvnLBVIaTfm3mlsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":48029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxdQlCRA9TVsSAnZWagAA6XwP/2IWKe2lTafVJKBbVTDn\nfRC97CLSU29lgk78M+uE896EXlTPGPJB+tArwfdOUaJDaPdI06n+B4UdArz+\nFW63DlpjES0Wp4IegVOww7djuIh8/vjmpd7ssDIMPLoeXpcUNgECLrocfKOG\nUfcoXXpZ4SfoKitBnUeB2Z26kWqVhU6zffXnf66SU4Jp5tp2VBdWB227+ZzS\n7iNH8EIIX02KAuoRl6+Mcl1fk5mdtTejfKQC2OpRSHh6vpA475ry7+aR+QIn\nZbghV7CXG8g1qPqDpmu+aXVoOsIepk1nrv7PXBP58oHLuTxZgAgUHZPhFarC\nqIm4wJPFg5O90rglJezS9nZHbognq0U3W+zbMXBNSCVtZ9dklkbyC5uR3pou\nsKN+ckFdZqb3VJcExlHcW5iBEiDZmafwX31iFqut4O30q99YGfoOHQrm1l7y\nEoZ1/2Kix8EcRi+CH7yUVwVebB6Cv/W1og8XmMpk6BaAwd4z/Fs8zmLcWyCT\nhsgajFjRLZ12HSw3WOjqxQfp78ydjDyoSd9eFvxZIhAqHSUloCzotqLRm3dQ\nbE8rACwqp/6OBS/lDBvWnwBBhNX21pmDzqlWSOXAUT/vsdFREA0UOATwKqZy\nue2OP4rHC+d7dB7snhCDti13IytxFxBdghsA3hBlNzpvEhpFV/V2+UYG9Be+\n0FXh\r\n=P4Yz\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"74bed3edf34826595cf4a990b01b2b9b10733238","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"7.10.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"12.22.1","dependencies":{"uuid":"^8.3.2","p-map":"^4.0.0","globby":"^7.1.1","make-dir":"^3.1.0","move-file":"^2.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^3.0.2","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.37.1","ava":"^2.4.0","tsd":"^0.14.0","tempfile":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/trash_7.2.0_1623577637437_0.4489115776264063","host":"s3://npm-registry-packages"}},"8.0.0":{"name":"trash","version":"8.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@8.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"c9ce5685ae26d9157134060bab540db826f37292","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-8.0.0.tgz","fileCount":11,"integrity":"sha512-4z5iyC3uk5dglQ+DnTXnT0TSuq5PuxSaINqOVXjNCDrxdAY3b7ShH9NMz7neSgsGpxWU1Wh5UWcUghPTEGOqaQ==","signatures":[{"sig":"MEYCIQCaL2SdV2MNJ2k3LqS/buCUUHjJeFahIVFW/ITptZOI4QIhAPzmoXkim+11X6hheKE5BM/nQlOVmvYxTTYHOKFNgIPC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":47916},"type":"module","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"69964c0c98a218f280f4b8945c6303d91cff1467","scripts":{"test":"xo && ava --timeout=10m && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"7.20.3","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"12.22.1","dependencies":{"uuid":"^8.3.2","p-map":"^5.1.0","globby":"^7.1.1","move-file":"^3.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1","@sindresorhus/chunkify":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0","tempfile":"^4.0.0","typescript":"^4.4.3"},"_npmOperationalInternal":{"tmp":"tmp/trash_8.0.0_1633110393424_0.5688274915593419","host":"s3://npm-registry-packages"}},"8.1.0":{"name":"trash","version":"8.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@8.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"6ad450a76953a8e47f29b737de309086cfdf34e1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-8.1.0.tgz","fileCount":11,"integrity":"sha512-gp+zp7IDcyeLCPzsSqF/zmEykOVaga9lsdxzCmlS/bgbjdA1/SdFRYmHI2KCXrqg01Wmyl8fO6tgcb4kDijZSA==","signatures":[{"sig":"MEYCIQDC4RekhZ8Az378QoRlQV6odmS12akGhbtaUT7iNe8zgAIhAMF/fuzzhXC0FtXveUQ2PD5IuNOt8Liy86On5mwQLWsC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhvjJmCRA9TVsSAnZWagAA6IIP/1N7+DsPoU24wq9o4hDB\n5COioKYHHD694fVKgEwNwZS8n+1BPOs+8kgDsGi/AuCP5ZTQDM+tPyn14uFb\nqjIChGMp4KJ1b0CDoMQBCPy1Oe/0f1IIGtbDq2XKJHtjEyyb6r2jlwqy3h/5\nGy7rVJKXFNTbS+JUyFn0ans8lsOgoDMtbs+tuKEgbB+bnAxu3C5BevP/NNZq\nreiag3RvOTJvdVqs5B+lyZ0o2QB7968nXP+HW1LcbD+uo2xcKz4tVUH0A6bc\nG+p+RrrkkEq4NQkkAlYpm353lW1XAVF2FwnrNDl4FDpfU46Yx0O+1PLuMl/Y\nUjO+O/4rsryTHoi+Mly7ZqbxZyCUzeW4miEkuzbZNdhhn5mIEEVw13ZOGifp\n9flK/MiMij49f9Y2hHBVJwqo/2njoy8mGxC0wAJ3mSoRlozg2lF3s2Gnx9c1\nLVlEGOZg1hnxOY3ZTwblC5jEB7EIDfC933mi/N2PvL3cGaQsnZJLCHmPCBAE\nmP0+Ra5DQwxOVjkVJPqiNTR+I0vAS5BB1JK9w6JUJ/oEyjxgMFU1klxKxVzQ\nbB83kHFx3memZoU4h2L2GvJcfcdrVlZfDutAI5c9qaF3XqAYOzZWe7J29HAP\nzU4BDA6q2DZateC89cHIh+icTCk2yUAxdyzknSAiYUayGnBA6KSeUZQVJbxK\n/1pm\r\n=eshV\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","types":"./index.d.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"e13638ba08003d037c54e52ef26e2d044ef218ff","scripts":{"test":"xo && ava --timeout=10m && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"8.1.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"12.22.1","dependencies":{"uuid":"^8.3.2","p-map":"^5.1.0","globby":"^7.1.1","move-file":"^3.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1","@sindresorhus/chunkify":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0","tempfile":"^4.0.0","typescript":"^4.4.3"},"_npmOperationalInternal":{"tmp":"tmp/trash_8.1.0_1639854694753_0.8133989387737481","host":"s3://npm-registry-packages"}},"8.1.1":{"name":"trash","version":"8.1.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@8.1.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"3040370444e0a6ee13edecd15a49f8570739a1d9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-8.1.1.tgz","fileCount":11,"integrity":"sha512-r15NUF+BJpDBKLTyOXaB+PhF8qh53TAOTpu/wCt6bqpu488jamsiOV7VdC//yPwAnyGIv1EJgetEnjLNer5XVw==","signatures":[{"sig":"MEUCIQCDNTuvcrwgtMjKxqbsZm9+xIn78O1J8VeSSPGWzUYu4wIgcixbTFc16AqzPW/ni/KmRqBVO5/iZTzTIBB/Z4JKX+s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223834,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5zpmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobrA/+Mboakksmk70s5w6Cssv5k5qWYJrIFtaAH84kKw39JtYY+SaS\r\nXrjN9pwTpu9EqBBDpotvStr7kZIAnuGJ2Y8IqRqCgfGeX2oN+pBBertbX8px\r\n3VJP1bmUB8jB6nRByQK9EOr6qs+Rb/5k1Uu4dknLmKS9UqahDhXgfRo4iyZ/\r\nCOHM9F9vUtU2vuhkB3WEyueaX+sAoLTyQk0edtncOrIA/VnzGAo8yi49fDyM\r\n+uHAs3ATn7ilG+38N/+Ck3rqcEFS1Bgd+Cw+kgKHFkBn1m0DTKWPQPUC5f7b\r\nKyqbmH5Zhe7+AkjP8g8s8SZyJlPWJ4pkXDbdppKoJHU9dDaDBSx3Ju7uUDJ6\r\nXQi4SD3Q5uH9Wto/s4tux26998vcS9jYRzcXZjNbd0lwib8eybeN/fgOpjsw\r\nB+HVzWJJmRLZZYfa78FxOJ3p6ASNu+zmGnRE4gmi1RUUS6bg6OGySd5HNlAP\r\ntnuPEeju7+82HFwpvaZtXdZ4scc54VJdrgbiGPjY5Ztz7X+f4Y+4llrVpRpO\r\nyiHNaFkgEx31D6Yi+D760Ze7w71m3kKAXsG7rHnsQFS7gnT5rvw44oJe0dn3\r\nKj13+S0fb22oHsTq3wuIpqE5zkheMuqLGAj1ddrsvrgK3KdUjE6bKoBcb/dp\r\nV7tZGiQx8jotBljwZyXBn0DR4x8EKNlYMGk=\r\n=57co\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","types":"./index.d.ts","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"8037a9d022bf48e80b91d0a34b24506076b38fff","scripts":{"test":"xo && ava --timeout=20m && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"9.2.0","description":"Move files and folders to the trash","directories":{},"_nodeVersion":"16.16.0","dependencies":{"uuid":"^8.3.2","p-map":"^5.1.0","globby":"^7.1.1","move-file":"^3.0.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1","@sindresorhus/chunkify":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0","tempfile":"^4.0.0","typescript":"^4.4.3"},"_npmOperationalInternal":{"tmp":"tmp/trash_8.1.1_1676098149882_0.7644958492979559","host":"s3://npm-registry-packages"}},"9.0.0":{"name":"trash","version":"9.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@9.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"ava":{"workerThreads":false},"dist":{"shasum":"191ad854e245f59c04fb68053a66f5038852bbd9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-9.0.0.tgz","fileCount":11,"integrity":"sha512-6U3A0olN4C16iiPZvoF93AcZDNZtv/nI2bHb2m/sO3h/m8VPzg9tPdd3n3LVcYLWz7ui0AHaXYhIuRjzGW9ptg==","signatures":[{"sig":"MEUCIQDRmbUSHAKVI6Ev3BXNx0UC2Bq9HCu7g2zKxJ23zSD7OwIgEd4kxhXCorllNtejBgRlo6kDIaCfGwxWS3FkW0EssPk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":223704},"type":"module","types":"./index.d.ts","engines":{"node":">=18"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"52b23c24721c91e155806767cd3d260e7f9db97b","scripts":{"test":"xo && ava --timeout=20m && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"10.6.0","description":"Move files and folders to the trash","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"p-map":"^7.0.2","globby":"^7.1.1","move-file":"^3.1.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1","@sindresorhus/chunkify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.59.2","ava":"^6.1.3","tsd":"^0.31.1","tempfile":"^5.0.0","typescript":"^5.5.4"},"_npmOperationalInternal":{"tmp":"tmp/trash_9.0.0_1721996471917_0.7600843395011037","host":"s3://npm-registry-packages"}},"10.0.0":{"name":"trash","version":"10.0.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@10.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"da03d3f67b6c277a6680fa5bda3f3f672887349c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-10.0.0.tgz","fileCount":11,"integrity":"sha512-nyHQPJ7F4dYCfj1xN95DAkLkf9qlyRLDpT9yYwcR5SH16q+f7VA1L5VwsdEqWFUuGNpKwgLnbOS1QBvXMYnLfA==","signatures":[{"sig":"MEUCIEQu7gyCEfsh4Bslg4SrJtk0bDDAGKi4YzpGx4V4FPSPAiEAz+azHSdzDs7OAYS9/Tq1+DZE9ivFGw/+cGwgkET/pPc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":225882},"type":"module","types":"./index.d.ts","engines":{"node":">=20"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"ffdc6f6f1028c3c977deab2c96db00c6136e9144","scripts":{"test":"xo && node --test --test-timeout=120000 && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"10.9.2","description":"Move files and folders to the trash","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"p-map":"^7.0.3","globby":"^14.1.0","move-file":"^3.1.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1","@sindresorhus/chunkify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^1.2.2","tsd":"^0.33.0","tempfile":"^5.0.0","typescript":"^5.9.2"},"_npmOperationalInternal":{"tmp":"tmp/trash_10.0.0_1757528645095_0.25881313786933924","host":"s3://npm-registry-packages-npm-production"}},"10.0.1":{"name":"trash","version":"10.0.1","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@10.0.1","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"739f4adea43049d39ad89c5e6c01b6c5f852bfa9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-10.0.1.tgz","fileCount":11,"integrity":"sha512-WSh7WXBRkudzQMXRh61vyT/f3mjVnn+3conu5DdvMGzRPsc3mtviPLIwCK1OtwfgR2gr4+9+EE/eWwPlDj5NcA==","signatures":[{"sig":"MEQCIGlooWLuBjwWgtqW1m9RGzBYtdnJ3vL17p6WLI25ObsKAiAlMaMdi56n5WTf6RY7b+2YD3nUP9gVhgDOLKAizONgaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":225965},"type":"module","types":"./index.d.ts","engines":{"node":">=20"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"8fe9f4344f77c3e5e59780bbb2e41cb0dcb69c3e","scripts":{"test":"xo && node --test --test-timeout=120000 && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"11.6.1","description":"Move files and folders to the trash","directories":{},"sideEffects":false,"_nodeVersion":"20.19.5","dependencies":{"p-map":"^7.0.3","globby":"^14.1.0","chunkify":"^5.0.0","move-file":"^3.1.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^1.2.2","tsd":"^0.33.0","tempfile":"^5.0.0","typescript":"^5.9.2"},"_npmOperationalInternal":{"tmp":"tmp/trash_10.0.1_1765118195297_0.7282183485675777","host":"s3://npm-registry-packages-npm-production"}},"10.1.0":{"name":"trash","version":"10.1.0","keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"trash@10.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/trash#readme","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"dist":{"shasum":"adfd225af78fc5f90e52e7f045839e34f8c4c445","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-10.1.0.tgz","fileCount":12,"integrity":"sha512-gOs9Hd1XMiJfORccP8KJNDmrSJ7YqO1CNt9lGOiBiydyBJab7Eaefkc/wj50b8lTtpB/4/VgezREs9NULOm42A==","signatures":[{"sig":"MEQCIAYxMfxRlr9xlDjugfqKBfbvZyDRsDG4IuavdGMf1UofAiApfLMa+L1cDYgPKKem5ohPGg86qPV1sG+o/0giJpKT8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":230020},"type":"module","types":"./index.d.ts","engines":{"node":">=20"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"3df41467eb77b4610911b173b33a8cab1d077e31","scripts":{"test":"xo && node --test --test-timeout=120000 && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/trash.git","type":"git"},"_npmVersion":"11.7.0","description":"Move files and folders to the trash","directories":{},"sideEffects":false,"_nodeVersion":"25.3.0","dependencies":{"p-map":"^7.0.3","globby":"^14.1.0","chunkify":"^5.0.0","move-file":"^4.1.0","wsl-utils":"^0.4.0","xdg-trashdir":"^3.1.0","is-path-inside":"^4.0.0","powershell-utils":"^0.2.0","@stroncium/procfs":"^1.2.1"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^1.2.2","tsd":"^0.33.0","tempfile":"^6.0.1","typescript":"^5.9.2"},"_npmOperationalInternal":{"tmp":"tmp/trash_10.1.0_1769340635629_0.6080483487545463","host":"s3://npm-registry-packages-npm-production"}},"10.1.1":{"name":"trash","version":"10.1.1","description":"Move files and folders to the trash","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/trash.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":{"types":"./index.d.ts","default":"./index.js"},"sideEffects":false,"engines":{"node":">=20"},"scripts":{"test":"xo && node --test --test-timeout=120000 && tsd"},"keywords":["trash","recycle","bin","rm","rmrf","rimraf","remove","delete","del","file","files","directory","directories","folder","folders","xdg"],"dependencies":{"@stroncium/procfs":"^1.2.1","chunkify":"^5.0.0","globby":"^14.1.0","is-path-inside":"^4.0.0","move-file":"^4.1.0","p-map":"^7.0.3","powershell-utils":"^0.2.0","wsl-utils":"^0.4.0","xdg-trashdir":"^3.1.0"},"devDependencies":{"tempfile":"^6.0.1","tsd":"^0.33.0","typescript":"^5.9.2","xo":"^1.2.2"},"gitHead":"fb87a87ac4648ee6a4b5b70f0591676b3a3cc3a5","types":"./index.d.ts","_id":"trash@10.1.1","bugs":{"url":"https://github.com/sindresorhus/trash/issues"},"homepage":"https://github.com/sindresorhus/trash#readme","_nodeVersion":"25.6.0","_npmVersion":"11.8.0","dist":{"integrity":"sha512-L/mu8sfblMwaS+exj1MxpmihlIRwVQyB6ieKuTTmBJG0lXWBPfx3pMGQG8i3NT/S8vvNZrflDUOp+j0o7Cnxzw==","shasum":"5840a49533642e3c58f934a2894d6bfb5ccf0e44","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/trash/-/trash-10.1.1.tgz","fileCount":12,"unpackedSize":771686,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCoRnfxgBotNDLvEhq60YIy5qo2SBw+poICqBRJF7L8WQIhALKfv+x77EEJGyN1o3ExKfGNi6C9LUz++Yf1VpgsXoo+"}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/trash_10.1.1_1772031116566_0.05106800500377351"},"_hasShrinkwrap":false}},"name":"trash","time":{"created":"2014-05-14T17:33:44.457Z","modified":"2026-02-25T14:51:56.933Z","0.1.0":"2014-05-14T17:33:44.457Z","0.1.1":"2014-05-14T23:11:10.431Z","0.1.2":"2014-05-17T14:03:12.265Z","1.0.0":"2014-08-02T21:43:37.603Z","1.1.0":"2014-08-05T17:20:38.114Z","1.1.1":"2014-08-18T18:20:57.360Z","1.1.2":"2014-09-07T10:24:09.887Z","1.1.3":"2014-09-29T11:18:00.403Z","1.2.0":"2014-10-14T15:47:35.589Z","1.3.0":"2014-12-25T15:10:30.684Z","1.3.1":"2015-01-19T06:07:55.374Z","1.4.0":"2015-01-26T08:22:53.141Z","1.4.1":"2015-02-16T18:03:44.868Z","2.0.0":"2015-08-03T20:36:07.379Z","3.0.0":"2015-10-13T07:03:50.067Z","3.1.0":"2015-10-14T06:43:49.767Z","3.1.1":"2015-10-15T08:16:58.044Z","3.1.2":"2015-10-23T08:44:49.775Z","3.2.0":"2015-11-04T07:05:04.006Z","3.3.0":"2015-11-14T11:47:46.847Z","3.4.0":"2015-11-14T19:44:28.943Z","3.4.1":"2015-12-25T16:48:28.404Z","3.4.2":"2016-09-23T05:07:32.234Z","4.0.0":"2016-09-23T05:45:38.898Z","4.0.1":"2017-03-07T10:46:17.391Z","4.1.0":"2017-09-17T06:09:46.705Z","4.2.0":"2017-11-30T10:44:59.669Z","4.2.1":"2017-12-03T18:49:23.903Z","4.3.0":"2018-02-26T08:06:33.084Z","5.0.0":"2019-03-08T08:00:34.273Z","5.1.0":"2019-03-31T19:19:25.024Z","5.2.0":"2019-04-01T09:03:10.300Z","6.0.0":"2019-05-29T12:30:36.988Z","6.1.0":"2019-11-17T16:38:17.848Z","6.1.1":"2019-11-19T06:27:55.088Z","7.0.0":"2020-11-20T12:05:53.593Z","7.1.0":"2021-01-27T11:41:36.332Z","7.1.1":"2021-03-08T07:53:05.908Z","7.2.0":"2021-06-13T09:47:17.632Z","8.0.0":"2021-10-01T17:46:33.579Z","8.1.0":"2021-12-18T19:11:34.885Z","8.1.1":"2023-02-11T06:49:10.087Z","9.0.0":"2024-07-26T12:21:12.145Z","10.0.0":"2025-09-10T18:24:05.272Z","10.0.1":"2025-12-07T14:36:35.449Z","10.1.0":"2026-01-25T11:30:35.824Z","10.1.1":"2026-02-25T14:51:56.830Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/trash#readme"}