package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "clipboardy@2.3.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clipboardy@2.3.0",
  10. "_id": "clipboardy@2.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PCkDZQxo5GqRs4iYW8J3QofbopA=",
  13. "_location": "/clipboardy",
  14. "_phantomChildren": {
  15. "is-docker": "2.2.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "clipboardy@2.3.0",
  21. "name": "clipboardy",
  22. "escapedName": "clipboardy",
  23. "rawSpec": "2.3.0",
  24. "saveSpec": null,
  25. "fetchSpec": "2.3.0"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-service"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/clipboardy/download/clipboardy-2.3.0.tgz",
  31. "_spec": "2.3.0",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "browser": "browser.js",
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/clipboardy/issues"
  41. },
  42. "dependencies": {
  43. "arch": "^2.1.1",
  44. "execa": "^1.0.0",
  45. "is-wsl": "^2.1.1"
  46. },
  47. "description": "Access the system clipboard (copy/paste)",
  48. "devDependencies": {
  49. "ava": "^2.1.0",
  50. "tsd": "^0.10.0",
  51. "xo": "^0.25.3"
  52. },
  53. "engines": {
  54. "node": ">=8"
  55. },
  56. "exports": {
  57. "browser": "./browser.js",
  58. "default": "./index.js"
  59. },
  60. "files": [
  61. "index.js",
  62. "index.d.ts",
  63. "browser.js",
  64. "lib",
  65. "fallbacks"
  66. ],
  67. "homepage": "https://github.com/sindresorhus/clipboardy#readme",
  68. "keywords": [
  69. "clipboard",
  70. "copy",
  71. "paste",
  72. "copy-paste",
  73. "pasteboard",
  74. "read",
  75. "write",
  76. "pbcopy",
  77. "clip",
  78. "xclip",
  79. "xsel"
  80. ],
  81. "license": "MIT",
  82. "name": "clipboardy",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/sindresorhus/clipboardy.git"
  86. },
  87. "scripts": {
  88. "test": "xo && ava && tsd"
  89. },
  90. "version": "2.3.0"
  91. }