package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "clipboardy@^2.3.0",
  3. "_id": "clipboardy@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
  6. "_location": "/clipboardy",
  7. "_phantomChildren": {
  8. "end-of-stream": "1.4.4",
  9. "is-docker": "2.2.1",
  10. "is-stream": "1.1.0",
  11. "nice-try": "1.0.5",
  12. "npm-run-path": "2.0.2",
  13. "once": "1.4.0",
  14. "p-finally": "1.0.0",
  15. "path-key": "2.0.1",
  16. "semver": "5.7.1",
  17. "shebang-command": "1.2.0",
  18. "signal-exit": "3.0.7",
  19. "strip-eof": "1.0.0",
  20. "which": "1.3.1"
  21. },
  22. "_requested": {
  23. "type": "range",
  24. "registry": true,
  25. "raw": "clipboardy@^2.3.0",
  26. "name": "clipboardy",
  27. "escapedName": "clipboardy",
  28. "rawSpec": "^2.3.0",
  29. "saveSpec": null,
  30. "fetchSpec": "^2.3.0"
  31. },
  32. "_requiredBy": [
  33. "/@vue/cli-service"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz",
  36. "_shasum": "3c2903650c68e46a91b388985bc2774287dba290",
  37. "_spec": "clipboardy@^2.3.0",
  38. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service",
  39. "author": {
  40. "name": "Sindre Sorhus",
  41. "email": "sindresorhus@gmail.com",
  42. "url": "sindresorhus.com"
  43. },
  44. "browser": "browser.js",
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/clipboardy/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "arch": "^2.1.1",
  51. "execa": "^1.0.0",
  52. "is-wsl": "^2.1.1"
  53. },
  54. "deprecated": false,
  55. "description": "Access the system clipboard (copy/paste)",
  56. "devDependencies": {
  57. "ava": "^2.1.0",
  58. "tsd": "^0.10.0",
  59. "xo": "^0.25.3"
  60. },
  61. "engines": {
  62. "node": ">=8"
  63. },
  64. "exports": {
  65. "browser": "./browser.js",
  66. "default": "./index.js"
  67. },
  68. "files": [
  69. "index.js",
  70. "index.d.ts",
  71. "browser.js",
  72. "lib",
  73. "fallbacks"
  74. ],
  75. "homepage": "https://github.com/sindresorhus/clipboardy#readme",
  76. "keywords": [
  77. "clipboard",
  78. "copy",
  79. "paste",
  80. "copy-paste",
  81. "pasteboard",
  82. "read",
  83. "write",
  84. "pbcopy",
  85. "clip",
  86. "xclip",
  87. "xsel"
  88. ],
  89. "license": "MIT",
  90. "name": "clipboardy",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/clipboardy.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava && tsd"
  97. },
  98. "version": "2.3.0"
  99. }