package.json 2.6 KB

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