package.json 2.5 KB

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