{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["move","file","directory","folder","symlink","mv","fs","file-system","devices","partitions"],"dist-tags":{"latest":"4.1.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Move a file, directory, or symlink - Even works across devices","readme":"# move-file\n\n> Move a file, directory, or symlink\n\nThe built-in [`fs.rename()`](https://nodejs.org/api/fs.html#fs_fs_rename_oldpath_newpath_callback) is just a JavaScript wrapper for the C `rename(2)` function, which doesn't support moving files across partitions or devices. This module is what you would have expected `fs.rename()` to be.\n\n## Highlights\n\n- Promise API.\n- Supports moving a file, directory, or symlink across partitions and devices.\n- Optionally prevent overwriting an existing file.\n- Creates non-existent destination directories for you.\n\n## Install\n\n```sh\nnpm install move-file\n```\n\n## Usage\n\n```js\nimport {moveFile} from 'move-file';\n\nawait moveFile('source/unicorn.png', 'destination/unicorn.png');\nconsole.log('The file has been moved');\n```\n\n## API\n\n### moveFile(sourcePath, destinationPath, options?)\n\nReturns a `Promise` that resolves when the file, directory, or symlink has been moved.\n\n### moveFileSync(sourcePath, destinationPath, options?)\n\n#### sourcePath\n\nType: `string`\n\nThe file, directory, or symlink you want to move.\n\n#### destinationPath\n\nType: `string`\n\nWhere you want it moved.\n\n#### options\n\nType: `object`\n\nSee [Options](#options-2).\n\n### renameFile(source, destination, options?)\n\nReturns a `Promise` that resolves when the file has been renamed. `source` and `destination` must be in the same directory.\n\n### renameFileSync(source, destination, options?)\n\n#### source\n\nType: `string`\n\nThe file you want to rename.\n\n#### destination\n\nType: `string`\n\nWhat you want to rename the file to.\n\n#### options\n\nType: `object`\n\nSee [Options](#options-2).\n\n### Options\n\n##### overwrite\n\nType: `boolean`\\\nDefault: `true`\n\nOverwrite existing destination file.\n\n##### cwd\n\nType: `string`\\\nDefault: `process.cwd()`\n\nThe working directory to find source files.\n\nThe source and destination path are relative to this.\n\n##### directoryMode\n\nType: `number`\\\nDefault: `0o777`\n\n[Permissions](https://en.wikipedia.org/wiki/File-system_permissions#Numeric_notation) for created directories.\n\nIt has no effect on Windows.\n\n## Related\n\n- [move-file-cli](https://github.com/sindresorhus/move-file-cli) - CLI for this module\n- [copy-file](https://github.com/sindresorhus/copy-file) - Copy a file\n- [cpy](https://github.com/sindresorhus/cpy) - Copy files\n- [make-dir](https://github.com/sindresorhus/make-dir) - Make a directory and its parents if needed\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/move-file.git"},"users":{"flumpus-dev":true},"bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"license":"MIT","versions":{"0.1.0":{"name":"move-file","version":"0.1.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@0.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"f9a6c8e1d568908726525d37f653b89e2582cca7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-0.1.0.tgz","integrity":"sha512-5wOP7QZRL9z7gbu6uRlW6U6DtnX/WB9GKC3NNjCmBKsZ5f8MZiuqSxUo5x8IDs2EVJ2NvfcfBJSB6MCQT/gB9g==","signatures":[{"sig":"MEUCIQDqCeGM7zhAFpWYAFVt68CSmUQHP4CCd7DFR4bcQp2rPQIgKeD0dnxJ3Z+7y5rrPlACe7V3NeoEG4t4lgazH9+8Gr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js"],"engines":{"node":">=8"},"gitHead":"19cc6f0ac371e112f562a84ebd1892fa070c5576","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"5.4.2","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"8.7.0","dependencies":{"cp-file":"^5.0.0","make-dir":"^1.1.0","path-exists":"^3.0.0"},"devDependencies":{"xo":"*","ava":"*","sinon":"^4.1.0","tempy":"^0.2.1","temp-write":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file-0.1.0.tgz_1509709161571_0.783038352848962","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"move-file","version":"0.2.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@0.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"f96c6826ab66d2155bdd69bfd908795327e86faa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-0.2.0.tgz","integrity":"sha512-8zOOIhwX48NSq34mbg3VC/zaCv2MzCX71vVY9tvZxW9Ae3i/E3oZmHq9vBH2NsNJI2cEgkkW+W/jKgrEMeIzfA==","signatures":[{"sig":"MEUCIAz7777Pi/2KAZW8F7kjuXw89yvCORqNVuQP3+eNzK5XAiEAyu5lTkibKd47ro6Xvtc19LFDGM7uAoLwSz1pH9hBI0o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js"],"engines":{"node":">=8"},"gitHead":"69d55a2681f128c91220e725e056bb06d284312b","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"5.4.2","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"8.7.0","dependencies":{"cp-file":"^5.0.0","make-dir":"^1.1.0","path-exists":"^3.0.0"},"devDependencies":{"xo":"*","ava":"*","sinon":"^4.1.0","tempy":"^0.2.1","temp-write":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file-0.2.0.tgz_1509710871387_0.5595400780439377","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"move-file","version":"1.0.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@1.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"c90dcd6c03497ed8253a1a02433703d6e4838440","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-1.0.0.tgz","integrity":"sha512-jERy9C1VJznLzhVGXwEHvkyQjC/ZbQxQHTojilRHt19bbq2yc2ay2kmdRCHsk6Kz2xt6gpdrW9EXzHRbUrhAQw==","signatures":[{"sig":"MEUCIQCnCg6Dc5XWbMrIJFqQbLKSzmBoJWiKgVKYAWYOjb59jQIgFKlbvpacAQrI0QPp7WlNScrnvZkZKw1NGoKW7GVj1hg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"files":["index.js"],"engines":{"node":">=8"},"gitHead":"3a72d2029e574faa655bb8b360eb867932e07ea0","scripts":{"test":"xo && ava"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"5.5.1","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"8.9.0","dependencies":{"cp-file":"^5.0.0","make-dir":"^1.1.0","path-exists":"^3.0.0"},"devDependencies":{"xo":"*","ava":"*","sinon":"^4.1.0","tempy":"^0.2.1","temp-write":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file-1.0.0.tgz_1513333197462_0.7075600128155202","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"move-file","version":"1.1.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@1.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"e670ee4da60d3815b9a843b50f54e0d0af575984","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-1.1.0.tgz","fileCount":5,"integrity":"sha512-49sukC4S6SZDhbyWWW/JwIZRLtV14RVapTfxtwa2kB9DyLt+XdtrwovrQiWip67zWrAGKVw9mQS1SsrXe2aopw==","signatures":[{"sig":"MEUCIQDJyLkl1LJalQZK1xHMggBC8t9owPdp1bdIqKc6E806sQIgBHqjF6JsV9dy7R5z8ltdLWQIRuY24jFZR7kcPc5FNEA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5973,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfLaECRA9TVsSAnZWagAAmgQP/RmFLwQ07UjwMBDz1r/P\n2CoFhwJ6808Mt4OYqM++ipmjjpp6DM6D1nqit9wJby+v8Pwy8q7JWdMPrpL/\nety2gh73/bF36Ci9utZjGg5AzOnCBmF21MPaGGVkepEqnfPOh1ruTFbtIU9c\nx4TmhKunN+teFSdnKWV5YYDixPQTz7rqb07Ykm1pi3LoBTbcWfIZZoTxt/Uc\ndzyQnkazdzShHJisrSLLX6JccZCbrPx3c1NRoROlSDyzj2ftkRkLWUvjwZTk\nY5E7eMX9Wa7xk6Wr/S+/9quw/9ClfR0vEDnIhVRFAIjxgQpih9YCeydhHaYo\nUiES6vVFzqb5bMbZp1e6rk5EaggBqU/fHJzqZmazzPI/qjvN5PhiqwAq51lm\nRFsoaRNfsiENqIAXrHVqTrMWSSpqojWaHOO7aV45uzQ3G7SVk9MLWfWYyhzJ\nncFd6bzBUI+8rGcOxs+EVEtUFoXdkXU/GHtOv38PYKqDAv6wt1sF8XoKIgq2\nWbv11tXAf1HUhqf0kpQ+fYYp6R04lqsuNgiq7dqfC64h0/lRCAQ+I29/Kofd\nSpichxmRHKFPHACQwdA+ZO92xawToODLAoTf0TMkcEahCISn7W+HoQjjFl+f\nTpDg3FgyNo8lB0eK6bQedo91XxgnuTBfPNZiQ660fDpi49Nwi+lddk/mRCVX\nfb53\r\n=KcqU\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"2ad6e72eefa14911ff9d6511ce9d109e25ed30bc","scripts":{"test":"xo && ava && tsd-check"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"6.8.0","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"10.15.1","dependencies":{"cp-file":"^6.0.0","make-dir":"^2.1.0","path-exists":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.2.1","sinon":"^7.2.6","tempy":"^0.2.1","tsd-check":"^0.3.0","temp-write":"^3.3.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_1.1.0_1551677059577_0.455728116035389","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"move-file","version":"1.2.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@1.2.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"789f92d276c62511d214b1b285aa16e015c2f2fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-1.2.0.tgz","fileCount":5,"integrity":"sha512-USHrRmxzGowUWAGBbJPdFjHzEqtxDU03pLHY0Rfqgtnq+q8FOIs8wvkkf+Udmg77SJKs47y9sI0jJvQeYsmiCA==","signatures":[{"sig":"MEYCIQD12CqyUkNv+fXmeHq3Lhe5vCGnp0T/S1UA/jhRI8lNvAIhAN/coN9v6GnbuTFWx/Iujd3ufo1kGAoO/diT0Rj0EguD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6297,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpYi+CRA9TVsSAnZWagAAmY4QAKNRhxCy/FhT1eOH8kEX\nt62BgTl0Aix6xSozrUfW/dLiCWgrnhzsp/GqKW489Yc9lF6ICIGFi8egwuu6\nEY2EUvwsqbRu6RGOZtUFOhTqbD+l/XX9ov2CpA+21GKXq28zZadGvjGWPRiR\nT/JwTe7kAlvOQgxxPlYorTUoFIuGfpRlHeA9jlROO0cCpqI/cSsYGyq2v5ek\nntAVygZoUK8lWFmKFMTwK3IraQD/LpW7xgmS3KQyiQwUY0NomSAOFS1CKqnx\n2N74P9dtWpOwIW7kJJluJIkxlKweec/txFqvoO/O2Y7WGt9OLB9ORV+gCG+g\n9IM1Wbv4DajDPIKB8SbOrulh1UhTOfPvg4ANhdwncBur2HsRa2VKSUh935Yn\nd+Vj3dIOcxaUlF6iDK9jOWbILWAtPB7RI8SLewFizSvLdM/yyKPn4etu1Vju\nOTtTJZb5l8MmSK87C463O0IHtMjlpuJUYOcQVRVmp0B61vpwpSY1Npw8J3Ya\nZFPzvBTZFzRxyyRxZNcJWoZ8ApTYkbqm+yttB+AsEDF+wdTqkAVoL/0wsSDz\njUDhZed45bO7hXqVFQJCCPf+TOVQpjKuAE2Cp5ytPwcxZRMcHyBD3nLK2Scf\ncNAKpYeRvOn6UKJVD4whcfCk/13/J5lV1rqgRFa1PBSgQeD0aSi7TYBIr6TT\nMqQa\r\n=3WOJ\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=8"},"gitHead":"47a28e65df110b1011e2929e93ba107d2e115b45","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"6.9.0","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"8.15.0","dependencies":{"cp-file":"^6.1.0","make-dir":"^3.0.0","path-exists":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.7.2","sinon":"^7.3.1","tempy":"^0.2.1","temp-write":"^3.4.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_1.2.0_1554352318082_0.7039863250418468","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"move-file","version":"2.0.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@2.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"83ffa309b5d7f69d518b28e1333e2ffadf331e3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-2.0.0.tgz","fileCount":5,"integrity":"sha512-cdkdhNCgbP5dvS4tlGxZbD+nloio9GIimP57EjqFhwLcMjnU+XJKAZzlmg/TN/AK1LuNAdTSvm3CPPP4Xkv0iQ==","signatures":[{"sig":"MEQCIH+fei7Nb1LP9q7NdQ3zyntT+eP3RVw8cbnsjVESLpfGAiBQOFMZF4T/D+hdeRnQo+tA2cF+NRqjJ/gnhCNN+rLP1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5801,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenqhoCRA9TVsSAnZWagAAujgQAKG8BUg1yEswsqzvfzE6\n/BKYJfLAHUGOuUjkTP0O3m6RnTA6HB7YL4cBYJtCvYyw9bih7zW+tNEbbogz\n6FYRj797I4PC5/iTORJ87ndKJGdPazs2i7vAV+ccpDGqzH3O0jeYnSQUn1dI\n8v9O6biGuDUfMtqJiRxQERpg7RQ/yLdXTRkOmwCwrmD8G+3YBmee6U+YiNd+\nEE834aZCjuxTj9spYvK0MP65HITHq9WayeKV6Va1X7Ky/QzL/CbGTV35KUeP\n0Jp0aKEF/Xx9TVBIT5TWJKzhvaG+6yknCKLj8XiU56U2420C30dRRazQcyiE\nAXoD1A+f+LfF9l409WDdHjTq1XVic0QZJCj8MSnyMR9AfmxwOwt0uCILCGzw\nFIFpBrV2IyGYL1JAUJSquEQYAaEGmo6aOBtzcFIjw43Doq5AeqDDcAOeZzTl\npb7JGj6ds7Kf5EMIwRrOxZF38vKUZV4KDwQKGQQ0thiw0xkvudbRxHrTZr5J\nWGBsP09k2FogMBkZIfEEBinO4uXyln/VbW5xSiHmGi3P16qDghrW8lrUfZb5\ntUrQTSVLrvPThgLZ5EmwM7x9CEScuWcJ49PkEkg9D+2iEhEj19k5JdV5PNty\nQYGufEMgM0bxHvD3fQLbDRd2V2+r0uIJYhcbgceO/e5OfNiEvHluZQKxZOh+\n/JwX\r\n=YUbI\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.17"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"63bf2f051bb6a885d567928d139be6b2a9e9bfaf","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"6.13.4","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"10.19.0","dependencies":{"path-exists":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.11.0","sinon":"^9.0.2","tempy":"^0.5.0","temp-write":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_2.0.0_1587456104076_0.4955431144809628","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"move-file","version":"2.1.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@2.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"3bec9d34fbe4832df6865f112cda4492b56e8507","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-2.1.0.tgz","fileCount":5,"integrity":"sha512-i9qLW6gqboJ5Ht8bauZi7KlTnQ3QFpBCvMvFfEcHADKgHGeJ9BZMO7SFCTwHPV9Qa0du9DYY1Yx3oqlGt30nXA==","signatures":[{"sig":"MEUCIQDw2AcAMI82JZIkdoXFoIn6Gfc+a8VwyzCoHUUfuW7TYwIgKAIM0aRRFs8DBgkVK+QbrfqtQ/bD1g8uVaYOSnhl/B0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgxat9CRA9TVsSAnZWagAAW/UQAKIVzIWktCLznFjyvLjJ\nlq73HPDp8nCPonSM4Qc7HkwB41fVqEBIJUCFROMbJMyGlhpv1pYd4Y4ZeGW9\n6afKk2udV+1t+IWXgcmWwZzZK4316TUq3OKuVh35ST47nMwgsTcP1/ef/e30\nIwbAy/nb8czL6bakXkaIWRkGt8l2qf0MGgqvFitp2DLAb4S2LDjEfX5MIvCA\n0o1b5JKg8X6H0GqyH8H0n8dOpdXdETf8+QQMH3rVSiDsVgYLStPvS8coTxB4\nKLGJ7B1YNP6ljW/QwMyYvE4sTzPIHQ7iMF6ESynprkzmRgPCxXR3ECJG/8ET\nf9VJdBN2uWf1WwmjRs0SvJ96Vbg57tMrBdAFRH16bI1h+ydv8YRyREZHimoU\nZdoV60Mdcw0NWZDs20t3Yugc9n1+UjAQXkTTYJkBy0FZc1Csw2BgarLdKXoc\nZHupjK1qDvEnR5t6++owImUaNeNtBqeP5YtIFDfMHtfY9i0baIg0e9M4ZY4e\n6uTNqnB+6LEPiGz3SnaYK+DSr78Je+rCGVIbYtMhGcntD0Jtb7b6EY9Zdg/n\nSS7PEW2xdPdIt2SU9UE5OCdkAT2clTN3HBCtenJMCf0ubE5aclDU2On78SpX\n4lv4Kc+7ndNMULGoawfoNuJq2B+UniKAKOijk28Y2nN2oPTDW0TqqSclD9vu\nIGG8\r\n=/XpS\r\n-----END PGP SIGNATURE-----\r\n"},"engines":{"node":">=10.17"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"0f39a71347f85a2bf3e6435795e85ede7e5ce1da","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"7.10.0","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"12.22.1","dependencies":{"path-exists":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.24.0","ava":"^1.4.1","tsd":"^0.11.0","sinon":"^9.0.2","tempy":"^0.5.0","temp-write":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_2.1.0_1623567229226_0.04132602870393165","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"move-file","version":"3.0.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@3.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"dist":{"shasum":"b2da5d7b4627e61ff5408841e81312143fa58a64","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-3.0.0.tgz","fileCount":5,"integrity":"sha512-v6u4XjX3MFW6Jo1V/YfbhC7eiGSgvYPJ/NM+aGtTtB9/Y6IYj7YViaHu6dkgDsZFB7MbnAoSI5+Z26XZXnP0vg==","signatures":[{"sig":"MEQCICPQ5wK70aQjtffuTKz+Podwmt+t2TTIUD0rYvyBfRjNAiBpqlmAiFsTGgdCq02kqOSPfKTzi6L1x+PBVWcPH6i2EQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6353,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFPxLCRA9TVsSAnZWagAAfosP+wdFyByPQzy9wv0jNcOW\nYXs3XTpHkga5y/tTiXof9GZ1lfxR9gJM3hcJbkFqZ8wDXCCJinkmNA+D77Se\npFf7hs2ypMMZeztbptyuT9bD6ominZn3FMa/0MdPg8FHim/Igd09IxtxdghD\ndT/wf472VPCDBNHCAx38ZWvUHxhsTwjfYpte2EvmNEpQHuq13XywOhWaDNxv\ntLOa8fiF5/2NgBvK5moIhmSfbB/s8KxUhJno73XpDuTdC3gXIkWOQlBIF8Cs\nX1bNBuO2x841AOhDJVGlH0mSYirevjgjOjYkiK/YqlL4/xFsqFSvt/VSwQdM\nP5nms8oqrggKlP6fAig3fjrOCRThHvqndXIX9LnqpSXxznsZDoAJlpl8qvnS\nMOjQeuT33CbhW7SXN4hQsEmDer+lLGhmlWYCZ5jbTZT6qUr/zPbfGgH3Q43R\nOzSmRSWDIcBsdopz80vL+sOGNXF8RAUPvXXY6sw+Ts+KZlwhCxsEWwjCH3lW\nWmo6/MI+GgStj7VC+IkcN3jYUCoTqp0WrC9c3ghwfdVMdU47NuncM9rTM+oQ\nUEv0e2+q0Rkbo+oAqftmXDqqiV+y9TiufBtAunu+4prga8ZdGKGXBzLQRU5z\nchdfGklOSIetU1Ff0Upnas1B7A+i8pw6fdmTMu7BRusvFzLOopfA4qi2SCeD\nxGhp\r\n=ykBV\r\n-----END PGP SIGNATURE-----\r\n"},"type":"module","engines":{"node":"^12.20.0 || ^14.13.1 || >=16.0.0"},"exports":"./index.js","funding":"https://github.com/sponsors/sindresorhus","gitHead":"c25a740678a2f1fc88fc9404e9e069d5daca5bdc","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"7.10.0","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"16.2.0","dependencies":{"path-exists":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.44.0","ava":"^3.15.0","tsd":"^0.17.0","sinon":"^11.1.2","tempy":"^1.0.1","temp-write":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_3.0.0_1628765259074_0.9802380405198281","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"move-file","version":"3.1.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@3.1.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"xo":{"rules":{"no-bitwise":"off"}},"dist":{"shasum":"ea9675d54852708242462bfe60d56b3c3854cdf7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-3.1.0.tgz","fileCount":5,"integrity":"sha512-4aE3U7CCBWgrQlQDMq8da4woBWDGHioJFiOZ8Ie6Yq2uwYQ9V2kGhTz4x3u6Wc+OU17nw0yc3rJ/lQ4jIiPe3A==","signatures":[{"sig":"MEQCIDNU08yxWJqTkim4bjPrA72LWOX3i0lNNMUfQof8fntLAiAjzYaauGZgEpd6UWLSJMOJrGeCNpq+NQVZqLgsbA3j9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9710,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLWGYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8KA/+NXL3Ry8PGEfoHtrjELvGik8Xm0c8YSG9ZKRmBk9CteFlMMdT\r\n8EoQOKrDq3vrItLxKGHhrXqUmlGsmL9EY4lohxsu2B2IqE4X/7cWJHFNLTG/\r\ne+01kTWoO7N3LE3s4GuyhVptjHrdZYMo+aoCj6/zZVoVukd4QQo2Fcgz3WwH\r\nYzgokId86d4r0aMjB+3at8QCvAUBwul0jqKLt16PIhNAe1pNx0X6DmcDLjrn\r\nSixZ2hf+DjR7yZtwVG2RN/+Bj20o+2vB/bKrFDUwWkJZFdFDKZCypvKSQcLp\r\nNLY5z/quQlHBxgRM1FJHPGamypoAlF77Cua58jPFW+VyOJZFjwK07H8hBGID\r\nTgfJWIXZnXRddXec19TfB1iyi3TBX5oVeJIeVaYsSQLTwkWiUna7MEXys1zk\r\n3bwT93s0sCb9LfobbWykWap6dL0xFiPsvWTWbv0Tr4aAxnKrbJTa8lRc75vB\r\ni3cp3ABXAIbOEqbLcLLfkBS9gCnLCWy6EgEPE3QcB4c+Z9/2ciyrMtx+rDIP\r\nUJgOkAJbpKGvjKHPO5xEihkEf0RZQsaiKJnp5Ommm7X8vpKnxkugIegRDlM/\r\nMOTlhHb0jELT0OYzkGsddIKyzFyYM9FA9RQdUyax5jw/EyNqK4LgTIX4ViWc\r\npo4HinVcNphC6w7XrK0evZD+SAwFbIzkilE=\r\n=Yjdj\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":"333517183242c6b1943e7074dc9f5edc07b13e5c","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"9.2.0","description":"Move a file - Even works across devices","directories":{},"_nodeVersion":"16.16.0","dependencies":{"path-exists":"^5.0.0"},"_hasShrinkwrap":false,"devDependencies":{"xo":"^0.53.1","ava":"^5.2.0","tsd":"^0.28.1","sinon":"^15.0.3","tempy":"^3.0.0","temp-write":"^5.0.0","@types/node":"^16.0.0"},"_npmOperationalInternal":{"tmp":"tmp/move-file_3.1.0_1680695704028_0.9895520715265282","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"move-file","version":"4.0.0","keywords":["move","file","mv","fs","stream","file-system","ncp","fast","quick","data","content","contents","devices","partitions"],"author":{"url":"https://sindresorhus.com","name":"Sindre Sorhus","email":"sindresorhus@gmail.com"},"license":"MIT","_id":"move-file@4.0.0","maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"homepage":"https://github.com/sindresorhus/move-file#readme","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"xo":{"rules":{"no-bitwise":"off"}},"dist":{"shasum":"3c3c5b6ce76d7eee38cbb6bf64528f844cb7a36e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-4.0.0.tgz","fileCount":5,"integrity":"sha512-HLxIs6ozAZMb78KGv+sb6xJGn6X4FSW11JNAUT8AxCk6liY+DKEkifD/bQdysEn2HSCK8E9FHKpjPXmSC5L5ug==","signatures":[{"sig":"MEUCIQDunKUAWDryLohAOfIno6UoWfdcq9A0Au3udcN9Aglj9gIgI3FyciPB1/qc4tseOyldpxH3sG79QyVioDNQHoR4fwg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":10293},"type":"module","types":"./index.d.ts","engines":{"node":">=20"},"exports":{"types":"./index.d.ts","default":"./index.js"},"funding":"https://github.com/sponsors/sindresorhus","gitHead":"c99ef18c8e54e3a7ba101887429c017319c52bcd","scripts":{"test":"xo && ava && tsd"},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"repository":{"url":"git+https://github.com/sindresorhus/move-file.git","type":"git"},"_npmVersion":"11.7.0","description":"Move a file - Even works across devices","directories":{},"sideEffects":false,"_nodeVersion":"25.3.0","_hasShrinkwrap":false,"devDependencies":{"xo":"^1.2.3","ava":"^6.4.1","tsd":"^0.33.0","sinon":"^21.0.1","tempy":"^3.1.2","temp-write":"^6.0.0","@types/node":"^25.0.10"},"_npmOperationalInternal":{"tmp":"tmp/move-file_4.0.0_1769328846699_0.9113938735441727","host":"s3://npm-registry-packages-npm-production"}},"4.1.0":{"name":"move-file","version":"4.1.0","description":"Move a file, directory, or symlink - Even works across devices","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/move-file.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 && ava && tsd"},"keywords":["move","file","directory","folder","symlink","mv","fs","file-system","devices","partitions"],"devDependencies":{"@types/node":"^25.0.10","ava":"^6.4.1","sinon":"^21.0.1","temp-write":"^6.0.0","tempy":"^3.1.2","tsd":"^0.33.0","xo":"^1.2.3"},"xo":{"rules":{"no-bitwise":"off"}},"gitHead":"e1566bbfb25e5ec2da7920a7b29ab3365cb6077d","types":"./index.d.ts","_id":"move-file@4.1.0","bugs":{"url":"https://github.com/sindresorhus/move-file/issues"},"homepage":"https://github.com/sindresorhus/move-file#readme","_nodeVersion":"25.3.0","_npmVersion":"11.7.0","dist":{"integrity":"sha512-YE06K9XLIvMlqSfoZTl32qvbZLPgL70Za41wS8pEhsSOhy71xz2fn8J07nuz/LEEtPSuUzLUFGAJSx499eKDSw==","shasum":"d6fbd83782f71e11fb4767440b9dc16d23f8252a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/move-file/-/move-file-4.1.0.tgz","fileCount":5,"unpackedSize":10456,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD5GM0RQl8fLOoHB46+TqY06GC/nLwwrGxd6DIKRP7cTQIhAN1J9G+yB+xyzxa44lx1Uj89N1Xk3eaglJwqvPXPVrc0"}]},"_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/move-file_4.1.0_1769330586330_0.5029778754692102"},"_hasShrinkwrap":false}},"name":"move-file","time":{"created":"2017-11-03T11:39:21.635Z","modified":"2026-01-25T08:43:06.560Z","0.1.0":"2017-11-03T11:39:21.635Z","0.2.0":"2017-11-03T12:07:51.633Z","1.0.0":"2017-12-15T10:19:58.263Z","1.1.0":"2019-03-04T05:24:19.746Z","1.2.0":"2019-04-04T04:31:58.290Z","2.0.0":"2020-04-21T08:01:44.197Z","2.1.0":"2021-06-13T06:53:49.347Z","3.0.0":"2021-08-12T10:47:39.259Z","3.1.0":"2023-04-05T11:55:04.187Z","4.0.0":"2026-01-25T08:14:06.853Z","4.1.0":"2026-01-25T08:43:06.460Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/move-file#readme"}