{"maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"keywords":["copy","paste","copy and paste","clipboard"],"dist-tags":{"latest":"2.2.0"},"description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","readme":"# node-copy-paste\n\nA command line utility that allows read/write (i.e copy/paste) access to the system clipboard.  It does this by wrapping [`pbcopy/pbpaste`](https://developer.apple.com/library/mac/#documentation/Darwin/Reference/Manpages/man1/pbcopy.1.html) (for OSX), [`xclip`](http://www.cyberciti.biz/faq/xclip-linux-insert-files-command-output-intoclipboard/) (for Linux, FreeBSD, and OpenBSD), and [`clip`](http://www.labnol.org/software/tutorials/copy-dos-command-line-output-clipboard-clip-exe/2506/) (for Windows). Currently works with node.js v0.8+.\n\n## The API\n\nWhen `require(\"copy-paste\")` is executed, an object with the following properties is returned:\n\n- `copy(text[, callback])`: asynchronously replaces the current contents of the clip board with `text`.  Takes either a string, array, object, or readable stream.  Returns the same value passed in. Optional callback will fire when the copy operation is complete.\n- `copy.json(obj[, callback])`: asynchronously replaces the current contents of the clip board with the JSON string of `obj`.  Returns the same value passed in. Optional callback will fire when the copy operation is complete.\n- `paste([callback])`: if no callback is provided, `paste` synchronously returns the current contents of the system clip board.  Otherwise, the contents of the system clip board are passed to the callback as the second parameter. The first one being a potential error.\n- `require(\"copy-paste\").global()`:  adds `copy` and `paste` to the global namespace.  Returns an object with `copy` and `paste` as properties.\n\nExample usage:\n\n```js\nconst { copy, paste } = require(\"copy-paste\");\n\ncopy(\"some text\", (err, text) => {\n  // \"some text\" is in your clipboard\n});\n\npaste((err, text) => {\n  // complete...\n});\n\nconst text = paste(); // Synchronous paste\ncopy({ hello: \"world\" }) // Asynchronous copy\n```\n\n### Promise-based API\n\nFor modern JavaScript applications, you can use the promise-based interface by requiring the `promises` submodule:\n\n```javascript\nconst clipboard = require('copy-paste/promises');\n```\n\nThe promise-based API provides the following methods:\n\n- `copy(text)`: Returns a promise that resolves with the copied text when the operation is complete\n- `copy.json(obj)`: Returns a promise that resolves with the copied JSON string when the operation is complete\n- `paste()`: Returns a promise that resolves with the clipboard contents when the operation is complete\n\nExample usage with async/await:\n\n```javascript\nconst { copy, paste } = require('copy-paste/promises');\n\n// Copy text\nawait copy('Hello World');\n\n// Copy JSON\nawait copy.json({ hello: 'world' });\n\n// Paste text\nconst text = await paste();\n```\n\n## Getting node-copy-paste\n\nThe easiest way to get node-copy-paste is with [npm](http://npmjs.org/):\n\n\tnpm install copy-paste\n\nAlternatively you can clone this git repository:\n\n\tgit clone git://github.com/xavi-/node-copy-paste.git\n\n## Future plans\n\nI'm hoping to add various fallbacks for instances when `xclip` or `clip` is not avaiable (see [experimental-fallbacks](https://github.com/xavi-/node-copy-paste/tree/experimental-fallbacks/platform) branch).  Also this library needs to be more thoroughly tested on windows.\n\n## Developed by\n* Xavi Ramirez\n\n## License\nThis project is released under [The MIT License](http://www.opensource.org/licenses/mit-license.php).\n","repository":{"type":"git","url":"git+https://github.com/xavi-/node-copy-paste.git"},"users":{"kazet":true,"arttse":true,"dramors":true,"itonyyo":true,"jyounce":true,"keenwon":true,"raelgor":true,"froguard":true,"mistkafka":true,"scottfreecode":true,"cortezcristian":true},"bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"versions":{"0.0.3":{"name":"copy-paste","version":"0.0.3","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.3","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"b79ac39fbea77c5ea59378532a2aaa95449f346e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.3.tgz","integrity":"sha512-xWiR1qoV9b6avf4fxM71yi1AppXeTZUQ9jyolUti7nXKyEebd8rR3EjjK64c01ElZ2qZdpkvk8QtvE+gDxkJFg==","signatures":[{"sig":"MEUCIDNY1NgYMGuY5uRzcChSo5hj75rtKGUkuc4eGVCnCeCUAiEA3VhLDgLivN/Hx8hhmPvHxFhnD5vOhcRS+9R6Sddxke0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":">= 0.0.1"}},"0.0.4":{"name":"copy-paste","version":"0.0.4","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.4","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"213cb1676bce18a2fc46d58b444b292f03faec5b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.4.tgz","integrity":"sha512-mjvAF1UmJ+7owYKTm7JsGNsfN0pdEtN+pADLihUwwygHVHw4Vt/0n6klOjP06d2l7ChhzQGlc2QumBSHz2+SSg==","signatures":[{"sig":"MEYCIQC7o17l9QUs9g3Y/jbwWrhYBsQcpvs0lppOoKd5CYdFbAIhAJlPlwOEBYkfTYYVGj4zL03Fevfh1LGYz4nGxDJ6kFVY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"exec-sync":">= 0.1.4"}},"0.0.5":{"name":"copy-paste","version":"0.0.5","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.5","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"beb4a1b1f7eb87a04a814402bb49f39543435836","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.5.tgz","integrity":"sha512-YW2JjOdNNZpWl/lD+GzLsleay92j21lQElEX0YcFpCKBj9VHh/Zdl1l228gIgM/4ZZdVHrtDc8JMTqVtlnnsXg==","signatures":[{"sig":"MEUCIQCeqIu9zAULvI2bkguX91U2HL8j/NxzkBKVTl1eQTY1mgIgM4osIq4Dp6MjP3hos5mh2KO6Fb8OekM/4Ckjuqbhxfk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.2.2","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"exec-sync":">= 0.1.4"}},"0.0.6":{"name":"copy-paste","version":"0.0.6","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.6","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"4fdede4ea051224cf7cae5cf18baba819464e430","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.6.tgz","integrity":"sha512-FxkEpVDR1e547Q2EXVoEbITk2MUG0c4mThtXqIpzWOpHktcquWg95tAgo2aOQvvJWS0Q86QelSDchtE6hp8cnw==","signatures":[{"sig":"MEUCIQCAB9JHbEh/25MGRKN5Xn69vSIl+jJiMXJLS521O2DrGQIgV5Dkrgu4+YpIuLT2Wuj2PWiZhFd/J+ItAiu6TT7SWak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.2.18","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":">= 0.0.4"}},"0.0.7":{"name":"copy-paste","version":"0.0.7","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.7","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"cc01fa72cf5b433bbe7281ed65dba2c3e5235469","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.7.tgz","integrity":"sha512-yxpZeh8AyICSm0JbDEcMzxphvHBWNF8JZ/QJAFbdwbd7rhBKmwH9YI/Nc7zZaKt5POgBqBrRhFUN7y0TJXgpQA==","signatures":[{"sig":"MEUCIH2jgfqSTzMM+7FTWOkqVymCN2qimUFAEU741mrf8INbAiEA+5ua0l2Suat612B/68HcsFlSKJPXtOywd6uMjiQraog=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.2.18","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":">= 0.0.4"}},"0.0.8":{"name":"copy-paste","version":"0.0.8","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.8","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"38e9522368b9fa3c472894e65ea057347dec8be9","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.8.tgz","integrity":"sha512-0tkk6rPhke9SiW13iQZadsQLLb37MOE1MgDfdGHTKPX0GStLvQ/J4sjtWdm2+3A/SwJcM+xQZkAa332OmYdNQQ==","signatures":[{"sig":"MEUCIETYBEOitkdeWnVBdu/g2x+728kTuSf1881Yqyux2OwNAiEAx1ri5crK0aydQ2VoHQR+5L855uLfsdJFW0f36ZcSqA0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.2.18","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":">= 0.0.4"}},"0.0.9":{"name":"copy-paste","version":"0.0.9","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.0.9","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"dist":{"shasum":"15ef30e27fed46573118237d23825072c95fbfc8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.0.9.tgz","integrity":"sha512-oJUDSo8xPNFj360/LP/rkENh3y5IToFU8xeUl6iPy9M1jD6tDXkwRqqWPDs3zHdqWYS2m4UKH3pLtG90QEbD1g==","signatures":[{"sig":"MEUCIQDVmqfYgDtEiRlbqJPpD9A1tjKBZa+2ceWZpxjW37W7IgIgbdGHdkZcZWyihBgBtqJiREpinc49sr0p46zKEgIJtEs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.2.18","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":">= 0.0.4"}},"0.1.0":{"name":"copy-paste","version":"0.1.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.1.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"d748638a4eccfa83af064eeb4bfc625cb300d28c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.1.0.tgz","integrity":"sha512-sEOS3CxCMMAL1CzdsJRbSka27IrC+puVnR2NdHU9veXjGy1w2GuzKEZXg4tQjxwJujiZMwsTAo7Y3VVVjzmbgQ==","signatures":[{"sig":"MEUCIE8ys2Vt6KF4n46VcnFopwTa1a7/CVJEpHx9Vgx+cN2bAiEAmEMZqh76+cLfL9I7McA1BP4DZ7fooJXJmJiFaMo36QA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.11","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"0.2.0":{"name":"copy-paste","version":"0.2.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.2.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"6a83a3a073fc144adfa83cd03adb8db35953c424","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.2.0.tgz","integrity":"sha512-ST2QwCise5YTaC5Pdu+jBM/CFT0k/bIl7F1dDBDz3HQiZXi7LF5Md/UbiKFmGF/frzFXAqetWCinhC6H3oii/A==","signatures":[{"sig":"MEUCIB8XCtYOHadiv2kuhiED/SmqhF4U5B28f6w+Dqp4McIbAiEAoJ36g478gIQcpHj0YwgPjNbN2ix0Hau6JPIgK3tpqMU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"0.2.1":{"name":"copy-paste","version":"0.2.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.2.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"4784116d842608ae2d02150a77d44c39a143c664","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.2.1.tgz","integrity":"sha512-2PA62FUVEX8JPj2G6QS/AbhXt1pqA7rHFMSPlogIRt0N8kJkMyNzZWJuuacyEax+TensRwvjkCSVXDeflZ0/fw==","signatures":[{"sig":"MEUCIFCtz67sSZ5G4bgZBF779gcE/YGhjytnkA9Tmm1VSoPvAiEApuBuGgbJTuH60Snu4oiWXLd/AU9l5FFK2z4b/GcGdoM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"0.2.2":{"name":"copy-paste","version":"0.2.2","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.2.2","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"036942c5ab735eec9a8e0a2308759e7feadb2625","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.2.2.tgz","integrity":"sha512-Mj2ks1Dj1kcwiFt043RfrU3wUvtLoRfnCErWLwHHsdSTTspol+O32xr1HA0MUHM0TgtosYNiLC7KdcDcSlsXew==","signatures":[{"sig":"MEYCIQDENqlSMtWLnwpQ0ay+TBssi2wrbF8RP5X6xp9jetp5sgIhAPKi7VYwScXPuXvm5WvUiNqD+X5+BKr3sdkIV3QStDt/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"0.3.0":{"name":"copy-paste","version":"0.3.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@0.3.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"21136f67d6ab1585cef1b0828b993156386c8bde","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-0.3.0.tgz","integrity":"sha512-WV3GBQdS4k/Fa6YoPdxfKzTt0K79L5BY+xhmj54sdFnsb6tZjs1ceRgwdqN2utLPlpXvHA/NGME2Grs4wXuv1w==","signatures":[{"sig":"MEQCIC+I9yolKQoFnSOGKqv45VzvR082OAgGLAzaujsTV5o0AiBWR1uGuJJd8q+qhGLL1tDv2sTIkM6ZVkSOPEYK90jSGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.0.0":{"name":"copy-paste","version":"1.0.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.0.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"0cb77966f4e6dade6b540220e9a4ed83f637b8e1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.0.0.tgz","integrity":"sha512-2JKPF8m5CCMdR2fxIYWg3cV2/MKkMpwxuT6Wwoyzee1m3+eMy7fQPz7EUsP4+J2x+iE/fpVGnlZx0bm1m6BdiQ==","signatures":[{"sig":"MEQCIQDTKiJj+oFXiQDmNbJZ4HNhKKGFN8Zh1QRd1FXGmFhSOwIfBg3Ia0HFQp/wcy5EO2d18oYfQD5kyEWK9VenDkK40Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.0.1":{"name":"copy-paste","version":"1.0.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.0.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"93763409cd674dcafc55bb5231239579fd38db02","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.0.1.tgz","integrity":"sha512-3WrK8Prb3nWh49auXAtrN+LmG437LkRWwAnE+WP//qFilvOUtTOs3S2T8O+Fk5gO9mBWUcqOehJ9YRutMX0p5w==","signatures":[{"sig":"MEYCIQCLcnQd+5NK7uWuJbLNlg78OeOmFynx7M/4GzOIBi5VkgIhAIy2n8cmiTnQw614WdtgWs7xqNpTC73QAvIQ4JAHQPcn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"1.3.23","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.0.2":{"name":"copy-paste","version":"1.0.2","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.0.2","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"7b09cd24c61d5cf768b8c94bdb72ba5a2a6d5715","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.0.2.tgz","integrity":"sha512-SX+7UsY3LkFrvng28xiqrkFEZMRpG2YHkpgHnZFqv8w0sUlZwjndZerEsxdH6Ujr+kx3V+wq9IiM7ZB9ssPdgQ==","signatures":[{"sig":"MEQCIHuti3FXFUWn9SW8r5MBAlfWPKZ00qgsDdyutPorJCL7AiA4AhoGCNOuT6wBBvxjE7Uny8Mp8BeT1asnazWafTPNMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"7b09cd24c61d5cf768b8c94bdb72ba5a2a6d5715","gitHead":"d111208dce50cca985a47b3dc5aa86f5f6011e98","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.0.3":{"name":"copy-paste","version":"1.0.3","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.0.3","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"4c8fbb5ecf11399fbdeba17c4f22d0012ef80992","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.0.3.tgz","integrity":"sha512-Tdux4sbmuGvvmIiF7uLkyT3Saf1Hd4CFqWaiojBEM3qraPIZ8nzyziZ0mM3E+Cpq/XQCcoe+CrvKjpdeBwSi4w==","signatures":[{"sig":"MEUCIQCXFrZKqWt+rNlQ1rzecfopbD6CTQ7Q4+mHGyDANQYf/gIgQRwiGZTHJlhe15VjZ9LGPKLNoSJZMMzRvEqg/5Vd9Po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"4c8fbb5ecf11399fbdeba17c4f22d0012ef80992","gitHead":"21ccd628744a2c0be97664361bf908f1634c2960","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.0.4":{"name":"copy-paste","version":"1.0.4","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.0.4","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"1d283015c462fd8b1dafc702da4d4e25fffe972a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.0.4.tgz","integrity":"sha512-0cVcTYPvmcFS0V/j+fR2SGSazyyt9Q25XY6pM6RwpsN3WGUI3DEdlqpF5kfCeryWwQEbHQdmoPANqiSkF2+Qrg==","signatures":[{"sig":"MEYCIQCovokp6dE/R6QbcLYermD8iwuBggbYtPRXNB61n9X/jAIhAKYTEoXBoVQi5D55zIB/ohy3fRX+ufpCNtGYazATZeyt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"1d283015c462fd8b1dafc702da4d4e25fffe972a","gitHead":"bb7a48cb8b84cf9ec29e8d905d3f7e9213f571d4","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.1.0":{"name":"copy-paste","version":"1.1.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.1.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"ded6493252aa4f1764fa7e54c166404072e3ff1b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.1.0.tgz","integrity":"sha512-JEwujymOflMh5hgIHuABFOUEwaZoV0uYBJNg/hQmKfMXCCBdVUTCpBlyhwTQ1WPiZ0tFOfeDtRKZ+6ds/YsKCg==","signatures":[{"sig":"MEYCIQDZkP+elY6h33ztkMc1dUdDzBgkmt3G+MdOcYatsZJrQgIhALq2t8vDyHGkg91Jfm17BISxkxyF9IQVKQq5ki7c08NR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"ded6493252aa4f1764fa7e54c166404072e3ff1b","gitHead":"bad39ae5798ee55179d80a85005b0486a4c36ff9","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0","iconv-lite":"^0.4.8"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.1.1":{"name":"copy-paste","version":"1.1.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.1.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"ffd184d39da50806baced48b7485ed0ffe8ad60b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.1.1.tgz","integrity":"sha512-BTResU41QuTQI4X1syHaPWnNUF4BOETEv5T1yqcdeHgRvNhIqG+GwxWBj2K2NfDvOgCU3kLYqds4Uy1X6BlD/g==","signatures":[{"sig":"MEUCIQC2PaAspfDgOC2wMOuQP6pMKeWBU6ViB0lOWZ+nnVuehQIgWE6VY//T8W38ixmZhMJHwQvrQIG9QYWtIbFO31n45OU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"ffd184d39da50806baced48b7485ed0ffe8ad60b","gitHead":"5a6cf423589e6c09ae7f8325cf626069aa0645dc","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0","iconv-lite":"^0.4.8"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.1.2":{"name":"copy-paste","version":"1.1.2","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.1.2","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"8da66acda9bb6cccca5dc2a3a14bd9dd991c97a0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.1.2.tgz","integrity":"sha512-OverEYAyJEHtCLqaxmSLWQRhC/ll+lJCyjsTEcxawjJBPLG+IdU6CUiGi6FqvVpYO5NvbA5uIU7HQ28aM5lEMA==","signatures":[{"sig":"MEUCIGCfZ6jl7Hiy2ezbMBy/2kLurx3ydG8sfe7zqE2gB/mcAiEAw+rOA55XFPcZ2GF1IixrGNjDYHmi+jaW7irIybYmV4M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"8da66acda9bb6cccca5dc2a3a14bd9dd991c97a0","gitHead":"e8037f05b8a7b1175c81246a7f17007261b91683","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0","iconv-lite":"^0.4.8"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.1.3":{"name":"copy-paste","version":"1.1.3","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.1.3","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"207a7ac62ee06c1546c33e1e83a3ca952e6e209d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.1.3.tgz","integrity":"sha512-kOXfslO2fDZct9psTEYXOaS2HPn0VjAsOd2i7vw7u82ac1uSdZ7ZIbJhZR4uCjX80KgPxUbt/QNAf/Qcnv4tYg==","signatures":[{"sig":"MEUCIDWbrkt5s21LgEuL2totIgoWSJ04620DaCrI6wfIFgdeAiEAy1sa1PUMJ2841JeEiC1gmyBQp8zxNgorV0dtI3+utb4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"207a7ac62ee06c1546c33e1e83a3ca952e6e209d","gitHead":"02225549fa556a8bd332d91c95c3b34583f4a757","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"execSync":"~1.0.0","iconv-lite":"^0.4.8"},"optionalDependencies":{"execSync":"~1.0.0"}},"1.1.4":{"name":"copy-paste","version":"1.1.4","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.1.4","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"01c6d5465c8b6d1c8019a3c63f0648f8efc0b472","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.1.4.tgz","integrity":"sha512-sNwkgdyPFagvwSKSzPDxPUrVM9HlOwos6biRaB5VqIQDAITpe+PaWY38Ry31xOS8E+XE6DhfQqHf8y/4Dr3ESQ==","signatures":[{"sig":"MEQCICP/iqTcRvI2DMsgZlZaw7jE4MbnWWT/P6mXXVE9czHlAiA1F0iDemqjL/kA35HyL8UDKUD2Pd+S9o3HKLkHlOmRDQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"01c6d5465c8b6d1c8019a3c63f0648f8efc0b472","gitHead":"99743e267eb1f3f1d27f95291db86efc5a2a1143","scripts":{},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"sync-exec":"~0.6.x","iconv-lite":"^0.4.8"},"optionalDependencies":{"sync-exec":"~0.6.x"}},"1.2.0":{"name":"copy-paste","version":"1.2.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.2.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"d721cd55d57d91ef9176efedf3233465f34c0693","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.2.0.tgz","integrity":"sha512-+Wa7WZbkxUdV4GjbhNX5zMkRoY80YMMUi+TA2yj4tH/DsS1GvbSj7E3K6GBj14dWP0XGKUVbYtZQJ/Zgt1IPFg==","signatures":[{"sig":"MEUCIQCcIG9VoonJE2A7UdJXYa3hgVDWUNnytipdhdGHUch6OgIgaxy0CAusmDF21CcPL+udjPlbzuXXffPGel/wJCthzNw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"d721cd55d57d91ef9176efedf3233465f34c0693","gitHead":"2853343edede93423b289031eeee6a467229bc44","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"sync-exec":"~0.6.x","iconv-lite":"^0.4.8"},"devDependencies":{"mocha":"*","should":">=8.2.1"},"optionalDependencies":{"sync-exec":"~0.6.x"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste-1.2.0.tgz_1461816791740_0.870745297987014","host":"packages-12-west.internal.npmjs.com"}},"1.3.0":{"name":"copy-paste","version":"1.3.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.3.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"a7e6c4a1c28fdedf2b081e72b97df2ef95f471ed","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.3.0.tgz","integrity":"sha512-HA6le4vPZW2EuPFixuGUpVRKPdAmZyRlF30x5lTbfX7xXHN9NwX/+Sff7Getowosoe/lZIFwrjn4hvsYGe2vRw==","signatures":[{"sig":"MEQCIFJ0Qe8wpFbE4AiDbsK6F0TTatJ9/boUnyryuORP5xARAiAvdysbd0Mub/CzUYHcejsvNeNIhHadZn1nEZm2j2mA+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./index.js","_from":".","_shasum":"a7e6c4a1c28fdedf2b081e72b97df2ef95f471ed","gitHead":"160fae2bd4352739f26459dc965c9df0c5c7038b","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"https://github.com/xavi-/node-copy-paste","type":"git"},"_npmVersion":"2.5.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"1.2.0","dependencies":{"sync-exec":"~0.6.x","iconv-lite":"^0.4.8"},"devDependencies":{"mocha":"*","should":">=8.2.1"},"optionalDependencies":{"sync-exec":"~0.6.x"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste-1.3.0.tgz_1465669280564_0.7867658494506031","host":"packages-12-west.internal.npmjs.com"}},"1.4.0":{"name":"copy-paste","version":"1.4.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.4.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"4d93688f713f061e91671d640394d9eb82104565","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.4.0.tgz","fileCount":10,"integrity":"sha512-7Myr42ryaXSuBuMEDhKyQM/qYoAIfwwiW/FLFDbeItHDtNLLmhRV32Q659MnGBh/4o3heqYUjFcOPcdUW1WMOQ==","signatures":[{"sig":"MEUCIB7NeGtDBq1kpZlVx7escOfjZdRlah+1KdL0pzBQjexLAiEA4KVn184CJJ+GAzu+L/eEZzJvMcubcjRaLZAUlQ6J45I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11068},"main":"./index.js","gitHead":"4489a797fe4127c8cc7cc65372d6e585fc1e59c5","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"9.3.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"sync-exec":"~0.6.x","iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"*","should":">=8.2.1"},"optionalDependencies":{"sync-exec":"~0.6.x"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste_1.4.0_1685070255821_0.37715132894561143","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"copy-paste","version":"1.5.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.5.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"665ff675333132756d8247ed8009b401f7b70ed5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.5.0.tgz","fileCount":10,"integrity":"sha512-0OPYqAf6S/cRLpWUDrCpoUNETi/whw4blrM348azjiUIAdHrLR32HJhjpeL8qDSF+QzI1Jw1cvpmz+Ke501lnQ==","signatures":[{"sig":"MEQCIAMld8ytoFRnEu9mMjbXWS9ofLJcJfUu6CUd4z2oZmqtAiBtvCYJ1mhH3jnECyRvJ5ymDLC1mgONJo3BeiA0QoFBIw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10694},"main":"./index.js","gitHead":"f2f5e417a93a60f31ce244f57deb6487a7984648","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"9.3.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"*","should":">=8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste_1.5.0_1685070555327_0.8974100255728716","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"copy-paste","version":"1.5.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.5.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"deeeb83918a4ff69c67063879a07c6e3fe2d9aa1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.5.1.tgz","fileCount":10,"integrity":"sha512-96mbyKCFN40fHFEQbttaleBZtelnKvu0ESqGCt6IgrNSVpMYvyq4I4ZaPXkrNEYlxlkJeesD/1Ika+I16HWUZA==","signatures":[{"sig":"MEYCIQDGWn4sR3sxFjvzRYCFXPYuSAYYc33A6L5jgcuDrKZpJAIhANUv2ro0UNRmCvdwYCv32+YpYt185L2kl17jNAtqAhAa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10819},"main":"./index.js","gitHead":"cf8a7bd36d67aab11f5b861a66138fd94fceec19","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"9.3.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"*","should":">=8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste_1.5.1_1685079708260_0.9896681314453397","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"copy-paste","version":"1.5.2","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.5.2","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"3a31d4bbc28cc5390d8852f72ead82d895cdb57e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.5.2.tgz","fileCount":10,"integrity":"sha512-P26hCcTk2un8dvFm8Rf22X0rrYE58oIOqRpMWZdhhPMMIwq5zqQ3vkBuXsX5EuVkW23JoUypiNJxvzEyhDTvww==","signatures":[{"sig":"MEUCIQDFZkZV3hUCmWQfmglFeeqJCcBxr/H/tWuwQ+v2FskhlAIgYRhr5YMUExErIIfCMTPw8ISlqcd/mLDhdz6Rcpg0eAc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10927},"main":"./index.js","gitHead":"ce943bd65f8d4fee8126f04d055d74383b4dac22","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"9.3.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"*","should":">=8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste_1.5.2_1685081300866_0.46519492988903277","host":"s3://npm-registry-packages"}},"1.5.3":{"name":"copy-paste","version":"1.5.3","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@1.5.3","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"ee9e775858d05c57a91ea2a063188ab686840797","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-1.5.3.tgz","fileCount":10,"integrity":"sha512-qOnFo+8l8vemGmdcoCiD7gPTefkXEg2rivYE+EBtuKOj754eFivkGhGAM9e/xqShrpuVE11evSxGnHwVAUK1Iw==","signatures":[{"sig":"MEUCIQDAa09RbBd/4qM8olJk1z7Z85yN4yJiS5FEDX3YRdyJTwIgN1MM8rx6Ou4eHDBR0/2FVSrNUDJPvxeIo2lYsyOs7l0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10982},"main":"./index.js","gitHead":"2d4fbabdc8298d58d3cd9835cbd35bbeed4cc121","scripts":{"test":"mocha -w"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"9.3.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"18.12.1","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"devDependencies":{"mocha":"*","should":">=8.2.1"},"_npmOperationalInternal":{"tmp":"tmp/copy-paste_1.5.3_1685082503401_0.5935264247625625","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"copy-paste","version":"2.0.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@2.0.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"2473942b96f529fbfe6270448494bb9bce1aa53b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-2.0.0.tgz","fileCount":11,"integrity":"sha512-5Ej6uOBKeavpeWzUcR8GLGdlgSC9nqv3tw9ppOn4x6mxyD10ZGbQIgjvWpt5MV15Y5eZ88bJ48+rYM5ULGtKvA==","signatures":[{"sig":"MEQCIGbNYW5jzUWFVmN9W6m/kiXRxenwl04xR8ZAp17hQqRxAiBTin7sMEWtfxxalRGXn2wE1PiBfzxTFe3ymplD4DIIDA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14852},"main":"./index.js","gitHead":"5e3da1aa95f0641cfc79c447a92cf7139122a7a1","scripts":{"test":"node --test test/*js"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"10.9.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/copy-paste_2.0.0_1745327339539_0.09782680263372101","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"copy-paste","version":"2.0.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@2.0.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"9884f8e6c88c59de83cbe100166ef6d520392c61","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-2.0.1.tgz","fileCount":11,"integrity":"sha512-NwJCbVIuppjgGPkliNaSeYWFvXSojZPzDGJRzVnoXbZHdzx/8WEuLU07v2WK/hLaza0GMHO1demO9GrUKlK9Wg==","signatures":[{"sig":"MEYCIQCkVXxHbqat0Q73if+gbSn/NNvXNEn8ujFWQftBEazKTQIhAIR1G0NcnxYQFGyLV05q32oj8ptSK5VY0P07sYxjazBU","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14881},"main":"./index.js","gitHead":"cd582120b3a580aca9deb95d45605d0a1382ac88","scripts":{"test":"node --test test/*js"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"10.9.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/copy-paste_2.0.1_1745328096227_0.31079188161292515","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"copy-paste","version":"2.1.0","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@2.1.0","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"ea2bc4723afee23221fd82784d93e5fc1793c22a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-2.1.0.tgz","fileCount":12,"integrity":"sha512-LR8xQil7b8U23Hk+X2JI9WkXIG/HhhdAfjOFQjLWTI04KNImPWUCcbgz7c98gJ9E8VEgV/uBnEJi7DgI2+jVbQ==","signatures":[{"sig":"MEQCIBgONrCxgp5tDuiPHzMLNMqELGg1kYshTD/XjIIQc8DQAiAHztSqkUxnFlOes/I2usashPrG+1THuJEtfkMpYuVTbg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":16599},"main":"./index.js","gitHead":"1f801fdf4dfa4d6f97db55c923d8c229c9ef2c7c","scripts":{"test":"node --test test/*js"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"10.9.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/copy-paste_2.1.0_1745413082779_0.48808616230126867","host":"s3://npm-registry-packages-npm-production"}},"2.1.1":{"name":"copy-paste","version":"2.1.1","keywords":["copy","paste","copy and paste","clipboard"],"_id":"copy-paste@2.1.1","maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"homepage":"https://github.com/xavi-/node-copy-paste#readme","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"dist":{"shasum":"1bef58948d1308b70f7aee1ad27c57e4eb80ee54","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-2.1.1.tgz","fileCount":12,"integrity":"sha512-zC/YZvBiiP9sNSH6+8EMGOO8g6dHWg6dPlLJ2giOmErVPzwKOxaQ83uyZ/wWfJM9+ejKmcJ76V2bKaZWTwwtBA==","signatures":[{"sig":"MEYCIQCiarLLtxHYHWubHkbrt9Gwd1YrR7DcclM3CZFpGLaYzgIhALbTt0wQwnQCqxJ7HjBwCEu7Qi3pMY2FK5M+7BtSxLUJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":16883},"main":"./index.js","gitHead":"393ca5c012c7a2aa6b2534b70eff10d95644d200","scripts":{"test":"node --test test/*js"},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"repository":{"url":"git+https://github.com/xavi-/node-copy-paste.git","type":"git"},"_npmVersion":"10.9.1","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"iconv-lite":"^0.4.8"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/copy-paste_2.1.1_1745413670100_0.38138995224802685","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"copy-paste","version":"2.2.0","description":"A command line utility that allows read/write (i.e copy/paste) access to the system clipboard.","keywords":["copy","paste","copy and paste","clipboard"],"maintainers":[{"name":"anonymous","email":"xavi.rmz@gmail.com"}],"main":"./index.js","repository":{"type":"git","url":"git+https://github.com/xavi-/node-copy-paste.git"},"dependencies":{"iconv-lite":"^0.4.8"},"scripts":{"test":"node --test test/*js"},"_id":"copy-paste@2.2.0","gitHead":"5fd81dfd14f59d0eedeaf8d9c7fb5452c113de48","bugs":{"url":"https://github.com/xavi-/node-copy-paste/issues"},"homepage":"https://github.com/xavi-/node-copy-paste#readme","_nodeVersion":"22.11.0","_npmVersion":"10.9.1","dist":{"integrity":"sha512-jqSL4r9DSeiIvJZStLzY/sMLt9ToTM7RsK237lYOTG+KcbQJHGala3R1TUpa8h1p9adswVgIdV4qGbseVhL4lg==","shasum":"cc52e3a7d760e2dca1fe004fa5c58176ce58e3b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/copy-paste/-/copy-paste-2.2.0.tgz","fileCount":12,"unpackedSize":17000,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC3cXu12/pQPwCvbgiEa33xmCa4+kyywHWvboFbQYeEtAIhALIEWYiDFdj1Y/T04wo8Z8rpjSPYNkmZFoZWtP5FyHr+"}]},"_npmUser":{"name":"anonymous","email":"xavi.rmz@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/copy-paste_2.2.0_1752372284328_0.6381093360887125"},"_hasShrinkwrap":false}},"name":"copy-paste","time":{"created":"2012-08-25T16:12:15.388Z","modified":"2025-07-13T02:04:44.670Z","0.0.3":"2012-08-25T16:12:16.589Z","0.0.4":"2012-10-06T05:21:26.024Z","0.0.5":"2013-02-03T17:10:08.355Z","0.0.6":"2013-04-21T22:07:26.163Z","0.0.7":"2013-05-11T19:37:42.007Z","0.0.8":"2013-08-24T17:47:04.168Z","0.0.9":"2013-08-25T16:57:42.060Z","0.1.0":"2013-10-31T16:34:23.395Z","0.2.0":"2014-02-24T15:29:38.956Z","0.2.1":"2014-05-31T01:29:58.389Z","0.2.2":"2014-06-01T01:06:12.291Z","0.3.0":"2014-07-07T14:11:38.070Z","1.0.0":"2014-10-05T19:46:11.012Z","1.0.1":"2014-11-07T05:36:19.795Z","1.0.2":"2015-02-16T06:07:25.846Z","1.0.3":"2015-04-19T21:32:07.410Z","1.0.4":"2015-04-21T03:15:11.925Z","1.1.0":"2015-04-22T04:18:02.508Z","1.1.1":"2015-05-25T00:35:21.845Z","1.1.2":"2015-05-25T04:46:59.298Z","1.1.3":"2015-07-20T06:27:34.736Z","1.1.4":"2015-11-06T06:24:54.423Z","1.2.0":"2016-04-28T04:13:12.189Z","1.3.0":"2016-06-11T18:21:21.128Z","1.4.0":"2023-05-26T03:04:15.998Z","1.5.0":"2023-05-26T03:09:15.511Z","1.5.1":"2023-05-26T05:41:48.423Z","1.5.2":"2023-05-26T06:08:21.023Z","1.5.3":"2023-05-26T06:28:23.565Z","2.0.0":"2025-04-22T13:08:59.717Z","2.0.1":"2025-04-22T13:21:36.387Z","2.1.0":"2025-04-23T12:58:02.948Z","2.1.1":"2025-04-23T13:07:50.304Z","2.2.0":"2025-07-13T02:04:44.512Z"},"readmeFilename":"README.md","homepage":"https://github.com/xavi-/node-copy-paste#readme"}