feige
2025-03-18 5f36b05f0eb2327c43c6a0c39558ebc5ece4b831
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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
  "_from": "clipboard@2.0.8",
  "_id": "clipboard@2.0.8",
  "_inBundle": false,
  "_integrity": "sha512-Y6WO0unAIQp5bLmk1zdThRhgJt/x3ks6f30s3oE3H1mgIEU33XyQjEf8gsf6DxC7NPX8Y1SsNWjUjL/ywLnnbQ==",
  "_location": "/clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clipboard@2.0.8",
    "name": "clipboard",
    "escapedName": "clipboard",
    "rawSpec": "2.0.8",
    "saveSpec": null,
    "fetchSpec": "2.0.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.8.tgz",
  "_shasum": "ffc6c103dd2967a83005f3f61976aa4655a4cdba",
  "_spec": "clipboard@2.0.8",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui",
  "bugs": {
    "url": "https://github.com/zenorocha/clipboard.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "good-listener": "^1.2.2",
    "select": "^1.1.2",
    "tiny-emitter": "^2.0.0"
  },
  "deprecated": false,
  "description": "Modern copy to clipboard. No Flash. Just 2kb",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "babel-loader": "^8.2.2",
    "chai": "^4.2.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.20.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^5.0.9",
    "karma": "^6.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-sinon": "^1.0.4",
    "karma-webpack": "^5.0.0-alpha.5",
    "lint-staged": "^10.5.3",
    "mocha": "^8.2.1",
    "prettier": "2.2.1",
    "sinon": "^9.2.3",
    "tsd": "^0.7.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.15.0",
    "webpack-cli": "^4.4.0"
  },
  "homepage": "https://clipboardjs.com",
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,md}": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "main": "dist/clipboard.js",
  "name": "clipboard",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenorocha/clipboard.js.git"
  },
  "scripts": {
    "build": "npm run build-debug && npm run build-min",
    "build-debug": "webpack",
    "build-min": "cross-env NODE_ENV=production webpack",
    "build-watch": "webpack --watch",
    "lint": "eslint --ext .js src/",
    "prepublish": "npm run build",
    "test": "karma start --single-run",
    "test:types": "tsd"
  },
  "types": "src/clipboard.d.ts",
  "version": "2.0.8"
}