package.json 2.2 KB

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