pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jeff Parsons c0abfaa942 v1.16.3 refinements continue
Keyboard handling in JavaScript is a nightmare; mapping physical keyboard events to simulated keyboard events is a nightmare within a nightmare
2014-12-10 15:09:32 -08:00
..
c1pjs Cleaned up debugger message handling 2014-11-30 12:56:59 -08:00
diskdump More protected-mode improvements 2014-11-25 17:21:20 -08:00
filedump Updated C1Pjs to use the FileDump API properly 2014-11-16 14:17:01 -08:00
grunts my_modules is simply modules now 2014-11-11 08:19:48 -08:00
htmlout Blog post regarding OS/2 2014-12-04 21:54:12 -08:00
markout my_modules is simply modules now 2014-11-11 08:19:48 -08:00
pcjs v1.16.3 refinements continue 2014-12-10 15:09:32 -08:00
shared v1.16.3: Keyboard module rewrite 2014-12-09 16:34:46 -08:00
README.md my_modules is simply modules now 2014-11-11 08:19:48 -08:00

PCjs Node Modules

This folder contains all the PCjs JavaScript source code, organized into Node modules. It is the counterpart to node_modules, where all the public Node modules are installed.

Only private Node modules are checked into this project. If any of these modules are later published on npmjs.org, then they will be moved to node_modules and removed from this folder.