package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "clipboard@^2.0.11",
  3. "_id": "clipboard@2.0.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
  6. "_location": "/clipboard",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "clipboard@^2.0.11",
  12. "name": "clipboard",
  13. "escapedName": "clipboard",
  14. "rawSpec": "^2.0.11",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.11"
  17. },
  18. "_requiredBy": [
  19. "/uview-plus"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
  22. "_shasum": "62180360b97dd668b6b3a84ec226975762a70be5",
  23. "_spec": "clipboard@^2.0.11",
  24. "_where": "D:\\xueYi\\17_digitalMan\\CODE\\ruoyi-app-vue3-master\\node_modules\\uview-plus",
  25. "bugs": {
  26. "url": "https://github.com/zenorocha/clipboard.js/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "good-listener": "^1.2.2",
  31. "select": "^1.1.2",
  32. "tiny-emitter": "^2.0.0"
  33. },
  34. "deprecated": false,
  35. "description": "Modern copy to clipboard. No Flash. Just 2kb",
  36. "devDependencies": {
  37. "@babel/core": "^7.12.10",
  38. "@babel/preset-env": "^7.12.11",
  39. "babel-loader": "^8.2.2",
  40. "chai": "^4.2.0",
  41. "cross-env": "^7.0.3",
  42. "eslint": "^7.20.0",
  43. "eslint-config-airbnb-base": "^14.2.1",
  44. "eslint-config-prettier": "^7.2.0",
  45. "eslint-plugin-import": "^2.22.1",
  46. "eslint-plugin-prettier": "^3.3.1",
  47. "husky": "^5.0.9",
  48. "karma": "^6.0.0",
  49. "karma-chai": "^0.1.0",
  50. "karma-chrome-launcher": "^3.1.0",
  51. "karma-mocha": "^2.0.1",
  52. "karma-sinon": "^1.0.4",
  53. "karma-webpack": "^5.0.0-alpha.5",
  54. "lint-staged": "^10.5.3",
  55. "mocha": "^8.2.1",
  56. "prettier": "2.2.1",
  57. "sinon": "^9.2.3",
  58. "tsd": "^0.7.2",
  59. "uglifyjs-webpack-plugin": "^2.2.0",
  60. "webpack": "^5.15.0",
  61. "webpack-cli": "^4.4.0"
  62. },
  63. "homepage": "https://clipboardjs.com",
  64. "keywords": [
  65. "clipboard",
  66. "copy",
  67. "cut"
  68. ],
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.{js,css,md}": [
  72. "prettier --write",
  73. "eslint --fix"
  74. ]
  75. },
  76. "main": "dist/clipboard.js",
  77. "name": "clipboard",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/zenorocha/clipboard.js.git"
  81. },
  82. "scripts": {
  83. "build": "npm run build-debug && npm run build-min",
  84. "build-debug": "webpack",
  85. "build-min": "cross-env NODE_ENV=production webpack",
  86. "build-watch": "webpack --watch",
  87. "lint": "eslint --ext .js src/",
  88. "prepublish": "npm run build",
  89. "test": "karma start --single-run",
  90. "test:types": "tsd"
  91. },
  92. "types": "src/clipboard.d.ts",
  93. "version": "2.0.11"
  94. }