package.json 742 B

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