pak.json 774 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jquery",
  3. "title": "jQuery",
  4. "description": "JavaScript library for DOM operations",
  5. "version": "3.3.1",
  6. "homepage": "https://jquery.com",
  7. "author": {
  8. "name": "JS Foundation and other contributors",
  9. "url": "https://github.com/jquery/jquery/blob/3.3.1/AUTHORS.txt"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/jquery/jquery.git"
  14. },
  15. "keywords": [
  16. "jquery",
  17. "javascript",
  18. "browser",
  19. "library"
  20. ],
  21. "bugs": {
  22. "url": "https://github.com/jquery/jquery/issues"
  23. },
  24. "license": "MIT",
  25. "files": [
  26. "dist/jquery.*",
  27. "!dist/jquery.slim*"
  28. ],
  29. "export": {
  30. "trim": 1
  31. },
  32. "origin": "@npm/jquery"
  33. }