{"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["dir","file","linux","recycle","trash","xdg"],"dist-tags":{"latest":"3.1.0"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"description":"Get the correct trash path on Linux","readme":"# xdg-trashdir [![Build Status](https://travis-ci.org/kevva/xdg-trashdir.svg?branch=master)](https://travis-ci.org/kevva/xdg-trashdir)\n\n> Get the correct trash path on Linux according to the [spec](http://www.ramendik.ru/docs/trashspec.html)\n\n\n## Install\n\n```\n$ npm install xdg-trashdir\n```\n\n\n## Usage\n\n```js\nconst xdgTrashdir = require('xdg-trashdir');\n\n(async () => {\n\tconsole.log(await xdgTrashdir());\n\t//=> '/home/johndoe/.local/share/Trash'\n\n\tconsole.log(await xdgTrashdir('foo.zip'));\n\t//=> '/media/johndoe/UUI/.Trash-1000'\n\n\tconsole.log(await xdgTrashdir.all());\n\t//=> ['/home/johndoe/.local/share/Trash', '/media/johndoe/UUI/.Trash-1000', …]\n})();\n```\n\n\n## API\n\n### xdgTrashdir(file?)\n\nReturns a `Promise<string>` with the path to the trash.\n\n#### file\n\nType: `string`\n\nGet the trash path for a specific file.\n\n### xdgTrashdir.all()\n\nReturns a `Promise<string[]>` with all possible trash paths.\n","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"users":{"axelrindle":true,"flumpus-dev":true},"bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"license":"MIT","versions":{"1.0.0":{"name":"xdg-trashdir","version":"1.0.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mkdirp":"^0.5.0","mount-point":"^1.0.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"8a052ac4290d091602d26918e135053f05b8651e","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.0.0","_shasum":"c005700685e32aa1fde3e58b5b9997f3f375d665","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"c005700685e32aa1fde3e58b5b9997f3f375d665","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.0.0.tgz","integrity":"sha512-mQaV7/8HvGkg2+jxn73/XV6B2dkcsav4n8azqjYC8BXUMGi6arbIzygkyd549jBUnwpZjwB9H9YDMd0V3VGP6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm896xxAFt81jrWcx6dCk9Xiw9jY3oHW3A0Q8pbhaQfQIhAIfBYENDUeFNc+g4uSzWL6b8hprDlFjHP92zN7MEzfSA"}]},"directories":{}},"1.0.1":{"name":"xdg-trashdir","version":"1.0.1","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mkdirp":"^0.5.0","mount-point":"^1.0.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"ba49c2d300be183528bac7799b9d2ca977c8cbf1","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.0.1","_shasum":"c6965e4da441d2b35e17bf397656cb73104f2488","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"c6965e4da441d2b35e17bf397656cb73104f2488","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.0.1.tgz","integrity":"sha512-TTaA2EDAtVqreIRTw/aXNL9sko19mTcZEg744zPLVfhIF6t5oOThKsmLPvfIrUybRp8J69OGGNdOT0nQDyrC7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLovrPvZVAfE7uuQ2BUBmz5iPaM/pthkZh0UvUv9uRswIhAK3cmN7XFzse5ZqsWkd2+nT1gX3aTIudg2GV205jACje"}]},"directories":{}},"1.0.2":{"name":"xdg-trashdir","version":"1.0.2","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mount-point":"^1.0.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"848b32641a5dadb7f2353f7b6c3c17c8a212efec","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.0.2","_shasum":"e565d9d93bae03a7a67317f08301d0243b95f6d8","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"e565d9d93bae03a7a67317f08301d0243b95f6d8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.0.2.tgz","integrity":"sha512-rzwh12xlDPYWU/V1+b1YePmQnkrCrgI1GVPl3Gq7010M9MG1Ofkz+g4JINNABNuY4tJwkhwT+EvD7AIPwLoV/g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcucFLJZw5uUE9mp41/6YmXnUnDjJ1uZ3pRf54lgKMxQIgao3VZ7Fh+7vN46oPc/b0AQkPAkqwtw1JhAB0npkBi+8="}]},"directories":{}},"1.0.3":{"name":"xdg-trashdir","version":"1.0.3","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mount-point":"^1.0.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"303df2eef3c44d2cef4e48dd32bc9ff1b552c64c","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.0.3","_shasum":"8df4be55629617be0c5ece0b76ab6cac658d52c7","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"8df4be55629617be0c5ece0b76ab6cac658d52c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.0.3.tgz","integrity":"sha512-+Rpuo0Up38GpuuTZqvNrAacXwhhMWSEj3SB+pt4q+fGbkdoY52nkbnAsosscq/hZ/ac9D6PahcD1E0xSerbgPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2fCcBn8iEUHNB3FkIcHpjOkycTbPVXUtdDChYRBBvywIgSQKGoWHOTgdTfMp6iUo26gMCkVYFNqtWRBb2BLII/R8="}]},"directories":{}},"1.1.0":{"name":"xdg-trashdir","version":"1.1.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mount-point":"^1.0.0","user-home":"^1.1.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"26bf309ab425f6488d1ca4b4bf33b98c88f657e7","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.1.0","_shasum":"67972964f5b80947ca17ba72e8d995fef71351f3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"67972964f5b80947ca17ba72e8d995fef71351f3","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.1.0.tgz","integrity":"sha512-Ddu8VQ14UMs3LGsCO2ETlOovTSweom+x4OBemPs5hlbA81LA7FPRxC6hNfigMb+vQ+IMuzlXWUFflvgdzll4eg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuBf7+BLcmJJKzVKoFVDNXYFVpbVA+Tf9f5GeASymWjwIgV/W/SkXe46NMEc8A0GC1yZ1S0XQy2b2g7gCtkp+IAdI="}]},"directories":{}},"1.1.1":{"name":"xdg-trashdir","version":"1.1.1","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/xdg-trashdir"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mount-point":"^1.0.0","user-home":"^1.1.0","xdg-basedir":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"750ae1506d6f17e8bd4910a0f42e2afe7043804f","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir","_id":"xdg-trashdir@1.1.1","_shasum":"3cbdc8de596642396725de40a20bcf402b6d5db5","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"3cbdc8de596642396725de40a20bcf402b6d5db5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-1.1.1.tgz","integrity":"sha512-4boapqbkQi3HeMn11wSMjT8BiP+RQmCuRuRyQogVGi+WBVIAFw2wrvA5E6tOTqJEBXGxcOb5DX/HIUj1enFxgQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBEL1SrEb35AEZFSwb29MACl5aGZ1E/0+/sceJlzl92kAiEA1hci6S6SU6KlNsAe4XdY7lG50M7vdpAAexFQ/a3yzZM="}]},"directories":{}},"2.0.0":{"name":"xdg-trashdir","version":"2.0.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"mount-point":"^1.0.0","pify":"^2.2.0","pinkie-promise":"^1.0.0","user-home":"^1.1.0","xdg-basedir":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*"},"xo":{"ignore":["test/test.js"]},"gitHead":"345387560a38dafb5aaddadba6cbfa7d2b3620a6","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir#readme","_id":"xdg-trashdir@2.0.0","_shasum":"169b958392099f1cbdcd1b53e8bddf145be35646","_from":".","_npmVersion":"3.3.3","_nodeVersion":"4.1.0","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"169b958392099f1cbdcd1b53e8bddf145be35646","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-2.0.0.tgz","integrity":"sha512-3dNGZcjdKFXno70fIKY0ItQHHS5/boaLX9MTm1s5oXExm/BjTm2iXkCUopnlslrIings5Thlz/Et46iZqT+uPg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICPmbufjXQsEmyKPmO9wRVgXlAbLrwepUAuJpdvut44jAiAnrU9hOZLP3yl8Vje4A86sGyKzLIkcO4JDEUJ6xl0WtQ=="}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"2.1.0":{"name":"xdg-trashdir","version":"2.1.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"@sindresorhus/df":"^1.0.1","mount-point":"^1.0.0","pify":"^2.2.0","pinkie-promise":"^1.0.0","user-home":"^1.1.0","xdg-basedir":"^1.0.0"},"devDependencies":{"xo":"*","ava":"*"},"xo":{"ignore":["test/test.js"]},"gitHead":"61046f06206c6a6aba3573ddcb1497ec27c889a3","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir#readme","_id":"xdg-trashdir@2.1.0","_shasum":"57e33efed7e68d68fd46b5d7344abab37107030c","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"57e33efed7e68d68fd46b5d7344abab37107030c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-2.1.0.tgz","integrity":"sha512-+xkQItDUgj9aFLkpwq71wBL63yGN5wkYdVgMDrnnZrT8jxMVo5AJoBUqWO9kMJnWZS1xKGHu/zrVx5ghTeqfHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7WLJfh2kHLLOkpETP4qJ9JF28258oItJv+4eNqVbxqwIhAKsu+PRLjUuW51OUTLyvPJzSyRg3RnoJPo1s2EdihBB0"}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{}},"2.1.1":{"name":"xdg-trashdir","version":"2.1.1","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"@sindresorhus/df":"^2.1.0","mount-point":"^3.0.0","pify":"^2.2.0","user-home":"^2.0.0","xdg-basedir":"^2.0.0"},"devDependencies":{"ava":"*","execa":"^0.4.0","xo":"*"},"xo":{"esnext":true},"gitHead":"79dc06197fecbbd3da4652dcf3a15f6d053a6d0b","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir#readme","_id":"xdg-trashdir@2.1.1","_npmVersion":"5.5.1","_nodeVersion":"8.9.1","_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"dist":{"integrity":"sha512-KcVhPaOu2ZurYNHSRTf1+ZHORkTZGCQ+u0JHN17QixRISJq4pXOnjt/lQcehvtHL5QAKhSzKgyjrcNnPdkPBHA==","shasum":"59a60aaf8e6f9240c1daed9a0944b2f514c27d8e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-2.1.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJSUNPD3Q8/JfQYohZmH9/yaehmAC/ETVgXDi1T96HWwIgMyBAt/QmN6drMzX1tRVhF/cLeDiZkzzzb150WXObLMs="}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/xdg-trashdir-2.1.1.tgz_1511960843787_0.214255437720567"},"directories":{}},"3.0.0":{"name":"xdg-trashdir","version":"3.0.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava"},"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"@sindresorhus/df":"^3.1.1","mount-point":"^3.0.0","user-home":"^2.0.0","xdg-basedir":"^4.0.0"},"devDependencies":{"ava":"^2.3.0","execa":"^2.0.4","xo":"^0.24.0"},"gitHead":"242a77635cbedee77800a1cf6c4b34decf132585","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir#readme","_id":"xdg-trashdir@3.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.2","dist":{"integrity":"sha512-x7H7h77QRA81aI7QPmIOu3UHKcUM9ggjJFameJUE2fyIu+LGRSBAp3++5KzQonQjBt5WAa1Ut0e/kV0X45q1aA==","shasum":"a1f0f31c0ac0aea32a78dc1b028d0a13c0413627","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-3.0.0.tgz","fileCount":4,"unpackedSize":4353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdclWKCRA9TVsSAnZWagAAkogP/1OQo83+DT217E4Pfk82\nZgsUDtvNwqL2e4ElC6hWqDKeDQ+M1KYouDgkJnD+tqCIlJ9cp+BbQuZROs1P\nkXS0kZoLB1NJzH9g0qeWgXTkWAeXkq0g86y+Hm8v8klBehyeiL4KC68RcNhi\n27M7spdrX7wVLiDFUmLEbwey6o0+qlEuCRYSYBifSl+MQYWZdhPHIeLg981C\nlmIWw/f75V3LW8eFiZY4O6H26NGlxwLRc7BAGAXhgMClQFYCuiMW2f4r6f6e\nwddFYnMprNyIFtpp3wStKfTZ5ajMZLwjYUif3l84xBKCSUFKnqNml+CYkqx8\nK3SHMMDokP0Z+H5tPAMwUF7G0pG12Ptu6W/yD9Zi3uubWZ+mT1keNSUM9r4R\nIeZe7gyFhA7PtIkHFgvPrp9bl4es88AfgDBYWgkXZmupDJzq+K2/2X+41rA6\ny3twI79teKfJXynpMOztB4Hq7prbO6QrpaKT/alqxB/U7fg7Xvs0l6p+LF9w\nuff0g2ClZ65g9Wcs7EuengK/cGMFRGVVZqJ/OudMYVtch3IWO3RBSjgFsAwr\nllPgHLI/fy/MykdCqbAf4E3VD+wE6rKr7hZzEnB1C88gtGCgo1tDJG0rDEnJ\nAXlFCEpUSp3LriSCe/ipsotzh9vv6x5busLdoZLzh89vguE9oVzT+D1DPPN0\nw/ok\r\n=km3q\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC62Ar4e3iPrQc9VZR0qGddinxrxspWOH9jKeOj7qcWCwIgBOZNexhze5xf3CdAguEgWgqiZ/vkf7DIOR0qhQBXOx0="}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/xdg-trashdir_3.0.0_1567774090206_0.00415553077743569"},"_hasShrinkwrap":false},"3.1.0":{"name":"xdg-trashdir","version":"3.1.0","description":"Get the correct trash path on Linux","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/xdg-trashdir.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=10"},"scripts":{"test":"xo && ava && tsd"},"keywords":["dir","file","linux","recycle","trash","xdg"],"dependencies":{"@sindresorhus/df":"^3.1.1","mount-point":"^3.0.0","user-home":"^2.0.0","xdg-basedir":"^4.0.0"},"devDependencies":{"ava":"^2.3.0","execa":"^2.0.4","tsd":"^0.7.4","xo":"^0.24.0"},"gitHead":"dcf294ad559730660477c2f2dad56858fa7af588","bugs":{"url":"https://github.com/kevva/xdg-trashdir/issues"},"homepage":"https://github.com/kevva/xdg-trashdir#readme","_id":"xdg-trashdir@3.1.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-N1XQngeqMBoj9wM4ZFadVV2MymImeiFfYD+fJrNlcVcOHsJFFQe7n3b+aBoTPwARuq2HQxukfzVpQmAk1gN4sQ==","shasum":"7294262d5793eb5488c2f529fba883ec32a24ea0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xdg-trashdir/-/xdg-trashdir-3.1.0.tgz","fileCount":5,"unpackedSize":5213,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdc8eFCRA9TVsSAnZWagAAhAMP/3ZPixcCjOqE4spfXsnU\nTHiVzhABDJZeUIl2i1du1sLRxbSgTXH0u31mP01OI5UtX9H1iKPCOD4Oxiq+\n6mM6Oz/ZNE+aKtywZNk/sBdsj5OLP8PHsLP+R7iViLJ1Wttg/JYEdMSnppGv\n/F6tCXCqJktnkRp0738/nDerWUUp+4P33Jpr9H/9bB1e2FIGPJsYnsNMmJgF\n4nmTsGOZ72S0y2IIg0/zshT7w2tu184xag6Bs6CZI1BYHx2n6onf++A/AeOr\nvbwN0/4HZW6ISW5hpunH19tiGYSZVVl7HE3WQ0PdaGHEOgi/GTMIcH2geeEz\n0qQBL5uUk3ZV2Dz+nfMb7febl2ezqGMlQBS3sy5SYD5P5IgtSVqaGjIgdFH8\nmhjJ8QUOkTipCFWke+8mNs+W7PfTmUOHS/03PrR//E8PJaAjIjzd3h3zp+uP\nV/JQ1C54s1YZj9wSM259rWjxC7l/bzPDVIBqgHr2iQ7swypxck2NbREHWQLr\nC1fU+y35FlZZ9/apmf/GokmtXLZonCOz04dsAj1OgeaOZ8bcK/dbt52r0/6R\nfmf/ZSnycj/+cp7KhTX6Iy74auRq0qgzhJij5f12d0byJHskzQpWeCfPrCQ5\nLStebtQGBKUS4GxyZvLmJ2QBys+fd270WKTNXa/78rMvfsOWNHW6OjgDs0r/\nwEvq\r\n=JqBe\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICSHfuA6x6zqi40Qx2IO+CDANNpprcBt+LdVU+NhqE9EAiEAxgj5PlJ5x7C4AFl0/79QugOzM4k3j9dke+WKnEE83mA="}]},"maintainers":[{"name":"anonymous","email":"kevinmartensson@gmail.com"},{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmUser":{"name":"anonymous","email":"kevinmartensson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/xdg-trashdir_3.1.0_1567868804834_0.3063953175569756"},"_hasShrinkwrap":false}},"name":"xdg-trashdir","time":{"modified":"2023-06-16T22:38:56.573Z","created":"2014-10-06T19:18:25.263Z","1.0.0":"2014-10-06T19:18:25.263Z","1.0.1":"2014-10-06T21:11:21.521Z","1.0.2":"2014-10-11T14:55:12.199Z","1.0.3":"2014-10-31T12:18:55.553Z","1.1.0":"2015-01-03T16:05:01.162Z","1.1.1":"2015-01-13T18:39:34.475Z","2.0.0":"2015-10-05T13:46:50.384Z","2.1.0":"2016-01-03T19:28:13.232Z","2.1.1":"2017-11-29T13:07:25.023Z","3.0.0":"2019-09-06T12:48:10.485Z","3.1.0":"2019-09-07T15:06:44.921Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/xdg-trashdir#readme"}