package.json 742 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "caniuse-lite",
  3. "version": "1.0.30001553",
  4. "description": "A smaller version of caniuse-db, with only the essentials!",
  5. "main": "dist/unpacker/index.js",
  6. "files": [
  7. "data",
  8. "dist"
  9. ],
  10. "keywords": [
  11. "support"
  12. ],
  13. "author": {
  14. "name": "Ben Briggs",
  15. "email": "beneb.info@gmail.com",
  16. "url": "http://beneb.info"
  17. },
  18. "repository": "browserslist/caniuse-lite",
  19. "funding": [
  20. {
  21. "type": "opencollective",
  22. "url": "https://opencollective.com/browserslist"
  23. },
  24. {
  25. "type": "tidelift",
  26. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  27. },
  28. {
  29. "type": "github",
  30. "url": "https://github.com/sponsors/ai"
  31. }
  32. ],
  33. "license": "CC-BY-4.0"
  34. }