package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "clipboard@2.0.11",
  5. "E:\\2023\\5\\myjadmin"
  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. ],
  27. "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
  28. "_spec": "2.0.11",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "bugs": {
  31. "url": "https://github.com/zenorocha/clipboard.js/issues"
  32. },
  33. "dependencies": {
  34. "good-listener": "^1.2.2",
  35. "select": "^1.1.2",
  36. "tiny-emitter": "^2.0.0"
  37. },
  38. "description": "Modern copy to clipboard. No Flash. Just 2kb",
  39. "devDependencies": {
  40. "@babel/core": "^7.12.10",
  41. "@babel/preset-env": "^7.12.11",
  42. "babel-loader": "^8.2.2",
  43. "chai": "^4.2.0",
  44. "cross-env": "^7.0.3",
  45. "eslint": "^7.20.0",
  46. "eslint-config-airbnb-base": "^14.2.1",
  47. "eslint-config-prettier": "^7.2.0",
  48. "eslint-plugin-import": "^2.22.1",
  49. "eslint-plugin-prettier": "^3.3.1",
  50. "husky": "^5.0.9",
  51. "karma": "^6.0.0",
  52. "karma-chai": "^0.1.0",
  53. "karma-chrome-launcher": "^3.1.0",
  54. "karma-mocha": "^2.0.1",
  55. "karma-sinon": "^1.0.4",
  56. "karma-webpack": "^5.0.0-alpha.5",
  57. "lint-staged": "^10.5.3",
  58. "mocha": "^8.2.1",
  59. "prettier": "2.2.1",
  60. "sinon": "^9.2.3",
  61. "tsd": "^0.7.2",
  62. "uglifyjs-webpack-plugin": "^2.2.0",
  63. "webpack": "^5.15.0",
  64. "webpack-cli": "^4.4.0"
  65. },
  66. "homepage": "https://clipboardjs.com",
  67. "keywords": [
  68. "clipboard",
  69. "copy",
  70. "cut"
  71. ],
  72. "license": "MIT",
  73. "lint-staged": {
  74. "*.{js,css,md}": [
  75. "prettier --write",
  76. "eslint --fix"
  77. ]
  78. },
  79. "main": "dist/clipboard.js",
  80. "name": "clipboard",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/zenorocha/clipboard.js.git"
  84. },
  85. "scripts": {
  86. "build": "npm run build-debug && npm run build-min",
  87. "build-debug": "webpack",
  88. "build-min": "cross-env NODE_ENV=production webpack",
  89. "build-watch": "webpack --watch",
  90. "lint": "eslint --ext .js src/",
  91. "prepublish": "npm run build",
  92. "test": "karma start --single-run",
  93. "test:types": "tsd"
  94. },
  95. "types": "src/clipboard.d.ts",
  96. "version": "2.0.11"
  97. }