package.json 2.1 KB

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