package.json 745 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "lightningcss-linux-x64-gnu",
  3. "version": "1.32.0",
  4. "license": "MPL-2.0",
  5. "description": "A CSS parser, transformer, and minifier written in Rust",
  6. "main": "lightningcss.linux-x64-gnu.node",
  7. "browserslist": "last 2 versions, not dead",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "funding": {
  12. "type": "opencollective",
  13. "url": "https://opencollective.com/parcel"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/parcel-bundler/lightningcss.git"
  18. },
  19. "engines": {
  20. "node": ">= 12.0.0"
  21. },
  22. "files": [
  23. "lightningcss.linux-x64-gnu.node"
  24. ],
  25. "resolutions": {
  26. "lightningcss": "link:."
  27. },
  28. "os": [
  29. "linux"
  30. ],
  31. "cpu": [
  32. "x64"
  33. ],
  34. "libc": [
  35. "glibc"
  36. ]
  37. }