package.json 417 B

12345678910111213141516171819202122
  1. {
  2. "name": "@rollup/rollup-linux-x64-gnu",
  3. "version": "4.34.8",
  4. "os": [
  5. "linux"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "files": [
  11. "rollup.linux-x64-gnu.node"
  12. ],
  13. "description": "Native bindings for Rollup",
  14. "author": "Lukas Taegert-Atkinson",
  15. "homepage": "https://rollupjs.org/",
  16. "license": "MIT",
  17. "repository": "rollup/rollup",
  18. "libc": [
  19. "glibc"
  20. ],
  21. "main": "./rollup.linux-x64-gnu.node"
  22. }