You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
391 B

  1. {
  2. "name": "@rollup/rollup-win32-x64-msvc",
  3. "version": "4.40.0",
  4. "os": [
  5. "win32"
  6. ],
  7. "cpu": [
  8. "x64"
  9. ],
  10. "files": [
  11. "rollup.win32-x64-msvc.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. "main": "./rollup.win32-x64-msvc.node"
  19. }