mediawiki-extensions-Visual.../modules/parser/README.txt
Gabriel Wicke dd3707ded5 Remove some modules normally bundled with node.js from dependencies, and
remove some older ones that are only used in currently-dead code.
2012-02-01 10:32:33 +00:00

21 lines
545 B
Plaintext

A combined Mediawiki and html parser in JavaScript running on node.js. Please
see https://www.mediawiki.org/wiki/Future/Parser_development for an overview
of the current implementation, and instructions on running the tests.
npm dependencies: (This should be a proper package.json for npm to do it automatically?)
jquery
jsdom
buffer
optimist
pegjs
querystring
html5
request (implicitly installed by jsdom)
assert
The following additional modules are used in parserTests:
colors (for parserTests eye candy)
diff (parserTests output diffing)