提交学习笔记专用
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.

21 lines
451 B

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