package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "clipboardy@2.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "clipboardy@2.0.0",
  10. "_id": "clipboardy@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-P87kIf3spOamLOcrZvPrDEIWWs0=",
  13. "_location": "/clipboardy",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "clipboardy@2.0.0",
  19. "name": "clipboardy",
  20. "escapedName": "clipboardy",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/clipboardy/download/clipboardy-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/clipboardy/issues"
  38. },
  39. "dependencies": {
  40. "arch": "^2.1.1",
  41. "execa": "^1.0.0"
  42. },
  43. "description": "Access the system clipboard (copy/paste)",
  44. "devDependencies": {
  45. "ava": "^1.4.1",
  46. "tsd": "^0.7.2",
  47. "xo": "^0.24.0"
  48. },
  49. "engines": {
  50. "node": ">=8"
  51. },
  52. "files": [
  53. "index.js",
  54. "index.d.ts",
  55. "lib",
  56. "fallbacks"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/clipboardy#readme",
  59. "keywords": [
  60. "clipboard",
  61. "copy",
  62. "paste",
  63. "copy-paste",
  64. "pasteboard",
  65. "read",
  66. "write",
  67. "pbcopy",
  68. "clip",
  69. "xclip",
  70. "xsel"
  71. ],
  72. "license": "MIT",
  73. "name": "clipboardy",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/clipboardy.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava && tsd"
  80. },
  81. "version": "2.0.0"
  82. }