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

88 lines
2.0 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "clipboardy@^2.0.0",
"_id": "clipboardy@2.3.0",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
2023-12-18 13:12:25 +08:00
"_location": "/clipboardy",
2024-01-16 21:26:16 +08:00
"_phantomChildren": {
"is-docker": "2.2.1"
},
2023-12-18 13:12:25 +08:00
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "clipboardy@^2.0.0",
2023-12-18 13:12:25 +08:00
"name": "clipboardy",
"escapedName": "clipboardy",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/@vue/cli-service"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-2.3.0.tgz",
"_shasum": "3c2903650c68e46a91b388985bc2774287dba290",
"_spec": "clipboardy@^2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\cli-service",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
2024-01-16 21:26:16 +08:00
"browser": "browser.js",
2023-12-18 13:12:25 +08:00
"bugs": {
"url": "https://github.com/sindresorhus/clipboardy/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"arch": "^2.1.1",
2024-01-16 21:26:16 +08:00
"execa": "^1.0.0",
"is-wsl": "^2.1.1"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Access the system clipboard (copy/paste)",
"devDependencies": {
"ava": "^2.1.0",
2024-01-16 21:26:16 +08:00
"tsd": "^0.10.0",
"xo": "^0.25.3"
2023-12-18 13:12:25 +08:00
},
"engines": {
"node": ">=8"
},
2024-01-16 21:26:16 +08:00
"exports": {
"browser": "./browser.js",
"default": "./index.js"
},
2023-12-18 13:12:25 +08:00
"files": [
"index.js",
"index.d.ts",
2024-01-16 21:26:16 +08:00
"browser.js",
2023-12-18 13:12:25 +08:00
"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"
},
2024-01-16 21:26:16 +08:00
"version": "2.3.0"
2023-12-18 13:12:25 +08:00
}