package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "vue-clipboard2",
  3. "_id": "vue-clipboard2@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-H5S/agEDj0kXjUb5GP2c0hCzIXWRBygaWLN3NEFsaI9I3uWin778SFEMt8QRXiPG+7anyjqWiw2lqcxWUSfkYg==",
  6. "_location": "/vue-clipboard2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "vue-clipboard2",
  12. "name": "vue-clipboard2",
  13. "escapedName": "vue-clipboard2",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz",
  23. "_shasum": "6e551fb7bd384889b28b0da3b12289ed6bca4894",
  24. "_spec": "vue-clipboard2",
  25. "_where": "/Users/wanglili/Documents/work/GitHub/yuyao",
  26. "author": {
  27. "name": "Inndy"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/Inndy/vue-clipboard2/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "clipboard": "^2.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "A Vuejs2 binding for clipboard.js",
  38. "devDependencies": {
  39. "browserify": "^16.1.0",
  40. "eslint": ">=5.0.0",
  41. "eslint-config-standard": "^12.0.0",
  42. "eslint-plugin-import": ">=2.13.0",
  43. "eslint-plugin-node": ">=7.0.0",
  44. "eslint-plugin-promise": ">=4.0.0",
  45. "eslint-plugin-standard": ">=4.0.0",
  46. "uglify-js": "^3.3.12"
  47. },
  48. "homepage": "https://github.com/Inndy/vue-clipboard2#readme",
  49. "keywords": [
  50. "vue",
  51. "vue2",
  52. "clipboard",
  53. "clipboard.js"
  54. ],
  55. "license": "MIT",
  56. "main": "vue-clipboard.js",
  57. "name": "vue-clipboard2",
  58. "peerDependecies": {
  59. "vue": "^2.0.0"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/Inndy/vue-clipboard2.git"
  64. },
  65. "scripts": {
  66. "build": "$(npm bin)/eslint vue-clipboard.js && $(npm bin)/browserify browserify-me.js -o dist/vue-clipboard.js && $(npm bin)/uglifyjs dist/vue-clipboard.js -o dist/vue-clipboard.min.js && echo Success"
  67. },
  68. "version": "0.3.1"
  69. }