Files
MangaReader/backend/node_modules/netmask/CREDITS.md
renato97 b474182dd9 Initial commit: MangaReader iOS App
 Features:
- App iOS completa para leer manga sin publicidad
- Scraper con WKWebView para manhwaweb.com
- Sistema de descargas offline
- Lector con zoom y navegación
- Favoritos y progreso de lectura
- Compatible con iOS 15+ y Sideloadly/3uTools

📦 Contenido:
- Backend Node.js con Puppeteer (opcional)
- App iOS con SwiftUI
- Scraper de capítulos e imágenes
- Sistema de almacenamiento local
- Testing completo
- Documentación exhaustiva

🧪 Prueba: Capítulo 789 de One Piece descargado exitosamente
  - 21 páginas descargadas
  - 4.68 MB total
  - URLs verificadas y funcionales

🎉 Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-04 15:34:18 +01:00

31 lines
1.4 KiB
Markdown

Credits
=======
These credits refer to the contributors to this repository:
[@rs](https://github.com/rs) - maintainer
[@ryanrolds](https://github.com/ryanrolds) - Now with 0.4.x support. #2
[@palmerabollo](https://github.com/palmerabollo) - Expressions "1.2.3.4/" are not valid #6
[@steve-jansen](https://github.com/steve-jansen) - fixes typo in readme.md #7
[@jksdua](https://github.com/jksdua) - Added forEach helper to allow looping through usable IP addresses #9
[@gmiroshnykov](https://github.com/gmiroshnykov) - Tiny typo fix #10
[@TooTallNate](https://github.com/TooTallNate) - package: move "coffee-script" to devDependencies #11, README: fix small typo #12
[@yorkie](https://github.com/yorkie) - more rigid check for Netmask.constructor #13
[@runk](https://github.com/runk) - fix contains method for netmasks #18
[@yvesago](https://github.com/yvesago) - a patch with mocha test to fix /31 and /32 block.contains #20
[@meteormatt](https://github.com/meteormatt) - The comment in README.md is wrong #22
[@dschenkelman](https://github.com/dschenkelman) - Avoid large memory allocations when doing forEach in case netmask is large (e.g. /8) #34
[@sickcodes](https://github.com/sickcodes), [@kaoudis](https://github.com/kaoudis), [@Koroeskohr](https://github.com/Koroeskohr), [@nicksahler](https://github.com/nicksahler) - adds CREDITS, plus mocha tests for transpiled node #36