package.json 480 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@rollup/rollup-linux-x64-gnu",
  3. "version": "4.60.1",
  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": {
  18. "type": "git",
  19. "url": "git+https://github.com/rollup/rollup.git"
  20. },
  21. "libc": [
  22. "glibc"
  23. ],
  24. "main": "./rollup.linux-x64-gnu.node"
  25. }