management/front/dkha-web-sz-main/node_modules/clipboardy/package.json

83 lines
1.8 KiB
JSON

{
"_args": [
[
"clipboardy@2.1.0",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "clipboardy@2.1.0",
"_id": "clipboardy@2.1.0",
"_inBundle": false,
"_integrity": "sha512-2pzOUxWcLlXWtn+Jd6js3o12TysNOOVes/aQfg+MT/35vrxWzedHlLwyoJpXjsFKWm95BTNEcMGD9+a7mKzZkQ==",
"_location": "/clipboardy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "clipboardy@2.1.0",
"name": "clipboardy",
"escapedName": "clipboardy",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/clipboardy/issues"
},
"dependencies": {
"arch": "^2.1.1",
"execa": "^1.0.0"
},
"description": "Access the system clipboard (copy/paste)",
"devDependencies": {
"ava": "^2.1.0",
"tsd": "^0.7.3",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts",
"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.1.0"
}