hz-zhhq-web/node_modules/clipboardy/package.json

85 lines
1.9 KiB
JSON
Raw Normal View History

2025-02-25 13:44:33 +08:00
{
"_from": "clipboardy@^1.2.3",
"_id": "clipboardy@1.2.3",
"_inBundle": false,
"_integrity": "sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==",
"_location": "/clipboardy",
"_phantomChildren": {
"cross-spawn": "5.1.0",
"get-stream": "3.0.0",
"is-stream": "1.1.0",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"signal-exit": "3.0.7",
"strip-eof": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "clipboardy@^1.2.3",
"name": "clipboardy",
"escapedName": "clipboardy",
"rawSpec": "^1.2.3",
"saveSpec": null,
"fetchSpec": "^1.2.3"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmmirror.com/clipboardy/-/clipboardy-1.2.3.tgz",
"_shasum": "0526361bf78724c1f20be248d428e365433c07ef",
"_spec": "clipboardy@^1.2.3",
"_where": "E:\\hz-zhhq-web\\node_modules\\@vue\\cli-service",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/clipboardy/issues"
},
"bundleDependencies": false,
"dependencies": {
"arch": "^2.1.0",
"execa": "^0.8.0"
},
"deprecated": false,
"description": "Access the system clipboard (copy/paste)",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.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"
},
"version": "1.2.3"
}