You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.9 KiB
89 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"clipboardy@2.3.0",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "clipboardy@2.3.0",
|
|
"_id": "clipboardy@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
|
|
"_location": "/clipboardy",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "clipboardy@2.3.0",
|
|
"name": "clipboardy",
|
|
"escapedName": "clipboardy",
|
|
"rawSpec": "2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-service"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz",
|
|
"_spec": "2.3.0",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"browser": "browser.js",
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/clipboardy/issues"
|
|
},
|
|
"dependencies": {
|
|
"arch": "^2.1.1",
|
|
"execa": "^1.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
},
|
|
"description": "Access the system clipboard (copy/paste)",
|
|
"devDependencies": {
|
|
"ava": "^2.1.0",
|
|
"tsd": "^0.10.0",
|
|
"xo": "^0.25.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"exports": {
|
|
"browser": "./browser.js",
|
|
"default": "./index.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"browser.js",
|
|
"lib",
|
|
"fallbacks"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/clipboardy#readme",
|
|
"keywords": [
|
|
"clipboard",
|
|
"copy",
|
|
"paste",
|
|
"copy-paste",
|
|
"pasteboard",
|
|
"read",
|
|
"write",
|
|
"pbcopy",
|
|
"clip",
|
|
"xclip",
|
|
"xsel"
|
|
],
|
|
"license": "MIT",
|
|
"name": "clipboardy",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/clipboardy.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.3.0"
|
|
}
|
|
|