package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "copy-text-to-clipboard@3.0.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_from": "copy-text-to-clipboard@3.0.1",
  9. "_id": "copy-text-to-clipboard@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rvVsHrpFcL4F2P8ihsoLdFHmd404+CMg71S756oRSeQgqk51U3kicGdnvfkrxva0xXH92SjGS62B0XIJsbh+9Q==",
  12. "_location": "/copy-text-to-clipboard",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "copy-text-to-clipboard@3.0.1",
  18. "name": "copy-text-to-clipboard",
  19. "escapedName": "copy-text-to-clipboard",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/vconsole"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.0.1.tgz",
  28. "_spec": "3.0.1",
  29. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "https://sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/copy-text-to-clipboard/issues"
  37. },
  38. "description": "Copy text to the clipboard in modern browsers (0.2 kB)",
  39. "devDependencies": {
  40. "tsd": "^0.14.0",
  41. "xo": "^0.37.1"
  42. },
  43. "engines": {
  44. "node": ">=12"
  45. },
  46. "exports": "./index.js",
  47. "files": [
  48. "index.js",
  49. "index.d.ts"
  50. ],
  51. "funding": "https://github.com/sponsors/sindresorhus",
  52. "homepage": "https://github.com/sindresorhus/copy-text-to-clipboard#readme",
  53. "keywords": [
  54. "copy",
  55. "text",
  56. "clipboard",
  57. "browser",
  58. "clipboard.js",
  59. "modern"
  60. ],
  61. "license": "MIT",
  62. "name": "copy-text-to-clipboard",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/sindresorhus/copy-text-to-clipboard.git"
  66. },
  67. "scripts": {
  68. "test": "xo && tsd"
  69. },
  70. "type": "module",
  71. "version": "3.0.1",
  72. "xo": {
  73. "envs": [
  74. "browser"
  75. ]
  76. }
  77. }