pcjs/modules
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2015-04-04 21:11:06 -07:00
..
c1pjs Simplify subclassing 2015-04-01 17:20:26 -07:00
diskdump Fixed a fatal bug in DiskDump when using the --dir option 2015-02-06 11:07:26 -08:00
filedump Support for 80386 register dumps 2015-02-23 12:02:06 -08:00
grunts v1.16.5: Getting ready for 2015 2014-12-29 23:06:28 -08:00
htmlout Support for 80386 register dumps 2015-02-23 12:02:06 -08:00
markout Fixed some minor bugs (problems with autostart, duplicate machine IDs, etc) 2015-02-05 13:25:55 -08:00
pcjs romtests.json updated 2015-04-04 21:11:06 -07:00
shared Simplify subclassing 2015-04-01 17:20:26 -07:00
textout romtests.json updated 2015-04-04 21:11:06 -07: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.