package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "clipboard",
  3. "_id": "clipboard@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UpISlu7A/fd+rRdJQhshyWhkc3Y=",
  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.npm.taobao.org/clipboard/download/clipboard-2.0.6.tgz?cache=0&sync_timestamp=1583389667105&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fclipboard%2Fdownload%2Fclipboard-2.0.6.tgz",
  23. "_shasum": "52921296eec0fdf77ead1749421b21c968647376",
  24. "_spec": "clipboard",
  25. "_where": "D:\\66\\AAwork\\web-app",
  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": "^6.26.0",
  39. "babel-loader": "^7.1.4",
  40. "babel-preset-env": "^1.7.0",
  41. "chai": "^4.2.0",
  42. "cross-env": "^5.2.0",
  43. "karma": "^3.1.1",
  44. "karma-chai": "^0.1.0",
  45. "karma-chrome-launcher": "^2.2.0",
  46. "karma-mocha": "^1.2.0",
  47. "karma-sinon": "^1.0.4",
  48. "karma-webpack": "^3.0.5",
  49. "mocha": "^5.2.0",
  50. "sinon": "^7.1.1",
  51. "uglifyjs-webpack-plugin": "^2.0.1",
  52. "webpack": "^4.5.0",
  53. "webpack-cli": "^3.1.2"
  54. },
  55. "homepage": "https://github.com/zenorocha/clipboard.js#readme",
  56. "keywords": [
  57. "clipboard",
  58. "copy",
  59. "cut"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/clipboard.js",
  63. "name": "clipboard",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/zenorocha/clipboard.js.git"
  67. },
  68. "scripts": {
  69. "build": "npm run build-debug && npm run build-min",
  70. "build-debug": "webpack",
  71. "build-min": "cross-env NODE_ENV=production webpack",
  72. "build-watch": "webpack --watch",
  73. "prepublish": "npm run build",
  74. "test": "karma start --single-run"
  75. },
  76. "version": "2.0.6"
  77. }