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.
75 lines
1.9 KiB
75 lines
1.9 KiB
{
|
|
"_from": "copy-text-to-clipboard@^3.0.1",
|
|
"_id": "copy-text-to-clipboard@3.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PFM6BnjLnOON/lB3ta/Jg7Ywsv+l9kQGD4TWDCSlRBGmqnnTM5MrDkhAFgw+8HZt0wW6Q2BBE4cmy9sq+s9Qng==",
|
|
"_location": "/copy-text-to-clipboard",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "copy-text-to-clipboard@^3.0.1",
|
|
"name": "copy-text-to-clipboard",
|
|
"escapedName": "copy-text-to-clipboard",
|
|
"rawSpec": "^3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/vconsole"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.1.0.tgz",
|
|
"_shasum": "6bf40deef0a51ac6858efb0d76ded2c6d6a15059",
|
|
"_spec": "copy-text-to-clipboard@^3.0.1",
|
|
"_where": "C:\\Users\\liudan\\Desktop\\git\\xxdj\\node_modules\\vconsole",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/copy-text-to-clipboard/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Copy text to the clipboard in modern browsers (0.2 kB)",
|
|
"devDependencies": {
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.37.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": "./index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"homepage": "https://github.com/sindresorhus/copy-text-to-clipboard#readme",
|
|
"keywords": [
|
|
"copy",
|
|
"text",
|
|
"clipboard",
|
|
"browser",
|
|
"clipboard.js",
|
|
"modern"
|
|
],
|
|
"license": "MIT",
|
|
"name": "copy-text-to-clipboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/copy-text-to-clipboard.git"
|
|
},
|
|
"scripts": {
|
|
"//test": "xo && tsd",
|
|
"test": "xo"
|
|
},
|
|
"type": "module",
|
|
"version": "3.1.0",
|
|
"xo": {
|
|
"envs": [
|
|
"browser"
|
|
]
|
|
}
|
|
}
|
|
|