{"name":"parsoid","description":"Mediawiki parser for the VisualEditor.","version":"0.4.1-git","license":"GPL-2.0+","dependencies":{"async":"^0.9.0","babybird":"^0.0.1","body-parser":"^1.13.3","bunyan":"^1.0.0","compression":"^1.5.2","connect-busboy":"^0.0.2","core-js":"^1.2.6","diff":"^1.0.7","domino":"^1.0.21","entities":"^1.1.1","express":"^4.13.3","express-handlebars":"^2.0.1","finalhandler":"^0.4.0","gelf-stream":"^0.2.4","html5":"^1.0.5","node-txstatsd":"^0.1.5","node-uuid":"^1.4.7","pegjs":"git+https://github.com/tstarling/pegjs#fork","prfun":"^2.1.3","request":"^2.63.0","semver":"^5.1.0","serve-favicon":"^2.3.0","simplediff":"^0.1.1","yargs":"^1.3.1"},"devDependencies":{"alea":"^0.0.9","chai":"^3.0.0","colors":"^1.1.2","coveralls":"^2.11.2","istanbul":"^0.3.17","jscs":"^2.6.0","jshint":"^2.8.0","mocha":"^2.3.4","npm-shrinkwrap":"^200.4.0","nsp":"^2.0.2","supertest":"^1.0.1"},"main":"lib/index.js","bin":{"parse.js":"bin/parse.js"},"scripts":{"lint":"npm run dump-tokenizer && npm run jscs && npm run jshint","no-0.8":"node -e 'process.exit(/v0[.][0-8][.]/.test(process.version) ? 0 : 1)' || (npm run nsp && npm run lint)","start":"node bin/server.js","jshint":"jshint bin lib tests tools core-upgrade.js","jscs":"jscs bin lib tests tools core-upgrade.js","jscs-fix":"jscs --fix bin lib tests tools core-upgrade.js","dump-tokenizer":"node lib/wt2html/tokenizer.js","mocha":"mocha --opts tests/mocha/mocha.opts tests/mocha","parserTests":"node bin/parserTests.js --wt2html --wt2wt --html2wt --html2html --selser --no-color --quiet --blacklist","roundtrip":"node bin/roundtrip-test.js 'Barack Obama' && node bin/roundtrip-test.js 'Parkour'","test":"npm run no-0.8 && npm run parserTests && npm run mocha","cover-mocha":"istanbul cover _mocha --dir ./coverage/mocha --  --opts tests/mocha/mocha.opts tests/mocha","cover-parserTests":"istanbul cover bin/parserTests.js --dir ./coverage/parserTests -- --wt2html --wt2wt --html2wt --html2html --selser --no-color --quiet --blacklist","coverage":"npm run cover-mocha && npm run cover-parserTests && istanbul report","coveralls":"cat ./coverage/lcov.info | coveralls && rm -rf ./coverage","doc":"jsduck --config jsduck.json","nsp":"nsp check","shrinkwrap":"npm-shrinkwrap --dev"},"repository":{"type":"git","url":"https://github.com/wikimedia/parsoid.git"},"readme":"Parsoid\n=======\n\n[![Build Status](https://travis-ci.org/wikimedia/parsoid.svg?branch=master)](https://travis-ci.org/wikimedia/parsoid)\n[![Coverage Status](https://img.shields.io/coveralls/wikimedia/parsoid.svg)](https://coveralls.io/r/wikimedia/parsoid?branch=master)\n\nA combined Mediawiki and html parser in JavaScript running on node.js. Please\nsee (https://www.mediawiki.org/wiki/Parsoid) for an overview\nof the project.\n\nYou might need to set the NODE_PATH environment variable:\n\n\texport NODE_PATH=\"node_modules\"\n\nDownload the dependencies:\n\n\tnpm install\n\nRun tests:\n\n\tnpm test\n\nConfigure your Parsoid web service:\n\n\tcp localsettings.js.example localsettings.js\n\t# Tweak localsettings.js\n\nRun the webservice:\n\n\tnpm start\n\nMore installation details are available at\nhttps://www.mediawiki.org/wiki/Parsoid/Setup\n\nDeveloper API documentation can be found at\nhttps://doc.wikimedia.org/Parsoid/master/\nand some helpful getting-started guides are at\nhttps://doc.wikimedia.org/Parsoid/master/\n\nLicense\n-------\n\nCopyright (c) 2011-2015 Wikimedia Foundation and others; see\n`AUTHORS.txt`.\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n","readmeFilename":"README.md","gitHead":"264cf68024a3cc8f75ca3b990752a7ec8899bf66","bugs":{"url":"https://github.com/wikimedia/parsoid/issues"},"homepage":"https://github.com/wikimedia/parsoid","_id":"parsoid@0.4.1-git","_shasum":"7a5c90aa9262705fccda5da19190bb7aed19ef02","_from":"."}