123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "copy-text-to-clipboard@3.0.1",
- "D:\\project\\苏南官网\\su_nan_guan_wang"
- ]
- ],
- "_from": "copy-text-to-clipboard@3.0.1",
- "_id": "copy-text-to-clipboard@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==",
- "_location": "/copy-text-to-clipboard",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.0.1.tgz",
- "_spec": "3.0.1",
- "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/copy-text-to-clipboard/issues"
- },
- "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"
- },
- "type": "module",
- "version": "3.0.1",
- "xo": {
- "envs": [
- "browser"
- ]
- }
- }
|