package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "vue-clipboard2@^0.3.3",
  3. "_id": "vue-clipboard2@0.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aNWXIL2DKgJyY/1OOeITwAQz1fHaCIGvUFHf9h8UcoQBG5a74MkdhS/xqoYe7DNZdQmZRL+TAdIbtUs9OyVjbw==",
  6. "_location": "/vue-clipboard2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vue-clipboard2@^0.3.3",
  12. "name": "vue-clipboard2",
  13. "escapedName": "vue-clipboard2",
  14. "rawSpec": "^0.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.3"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vue-clipboard2/-/vue-clipboard2-0.3.3.tgz",
  22. "_shasum": "331fec85f9d4f175eb0d4feaef4d77338562af36",
  23. "_spec": "vue-clipboard2@^0.3.3",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Inndy"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Inndy/vue-clipboard2/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "clipboard": "^2.0.0"
  34. },
  35. "deprecated": false,
  36. "description": "A Vuejs2 & Vuejs3 binding for clipboard.js",
  37. "devDependencies": {
  38. "browserify": "^16.1.0",
  39. "eslint": ">=5.0.0",
  40. "eslint-config-standard": "^12.0.0",
  41. "eslint-plugin-import": ">=2.13.0",
  42. "eslint-plugin-node": ">=7.0.0",
  43. "eslint-plugin-promise": ">=4.0.0",
  44. "eslint-plugin-standard": ">=4.0.0",
  45. "uglify-js": "^3.3.12"
  46. },
  47. "homepage": "https://github.com/Inndy/vue-clipboard2#readme",
  48. "keywords": [
  49. "vue",
  50. "vue2",
  51. "clipboard",
  52. "clipboard.js"
  53. ],
  54. "license": "MIT",
  55. "main": "vue-clipboard.js",
  56. "name": "vue-clipboard2",
  57. "peerDependecies": {
  58. "vue": "^2.0.0"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/Inndy/vue-clipboard2.git"
  63. },
  64. "scripts": {
  65. "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"
  66. },
  67. "version": "0.3.3"
  68. }