package.json 704 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "caniuse-lite",
  3. "version": "1.0.30001441",
  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. "css",
  13. "js",
  14. "html5",
  15. "svg"
  16. ],
  17. "author": {
  18. "name": "Ben Briggs",
  19. "email": "beneb.info@gmail.com",
  20. "url": "http://beneb.info"
  21. },
  22. "repository": "browserslist/caniuse-lite",
  23. "funding": [
  24. {
  25. "type": "opencollective",
  26. "url": "https://opencollective.com/browserslist"
  27. },
  28. {
  29. "type": "tidelift",
  30. "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
  31. }
  32. ],
  33. "license": "CC-BY-4.0"
  34. }