xsel
Version:
Nodejs wrapper to linux xsel (X11 Clipboard and Selections)
23 lines (22 loc) • 477 B
JSON
{
"name": "xsel",
"version": "1.0.0",
"description": "Nodejs wrapper to linux xsel (X11 Clipboard and Selections)",
"keywords": [
"xsel",
"xclip",
"clipboard",
"linux",
"x11"
],
"main": "xsel.js",
"dependencies": [
"call-once"
],
"homepage": "https://github.com/jauntywunderkind/node-xsel",
"repository": "git@github.com:jauntywunderkind/node-xsel.git",
"issues": {
"url": "https://github.com/jauntywunderkind/node-xsel/issues"
},
"type": "module"
}