MrShi
9 小时以前 e50954f0708ecbbc672352102ae3b24279d40cc1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_args": [
    [
      "copy-text-to-clipboard@3.2.0",
      "D:\\豆米\\gtzxinglijicun\\app"
    ]
  ],
  "_from": "copy-text-to-clipboard@3.2.0",
  "_id": "copy-text-to-clipboard@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==",
  "_location": "/copy-text-to-clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "copy-text-to-clipboard@3.2.0",
    "name": "copy-text-to-clipboard",
    "escapedName": "copy-text-to-clipboard",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/vconsole"
  ],
  "_resolved": "https://registry.npmmirror.com/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "D:\\豆米\\gtzxinglijicun\\app",
  "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": {
    "types": "./index.d.ts",
    "default": "./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.2.0",
  "xo": {
    "envs": [
      "browser"
    ]
  }
}