Mvolz has uploaded a new change for review. https://gerrit.wikimedia.org/r/138348
Change subject: Add xpath and xmldom for scraping in package.json ...................................................................... Add xpath and xmldom for scraping in package.json Added xpath because zotero translators (https://github.com/zotero/translators) frequently use xpaths. xmldom is used as the xml engine. Change-Id: I19ee8a5374c89973a5c8cc6348b36a14cb313204 --- M package.json 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cite-from-id refs/changes/48/138348/1 diff --git a/package.json b/package.json index fe502ec..7f14b5a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "async" : "latest", "cheerio" : "latest", "express" : "latest", - "request" : "latest" + "request" : "latest", + "xmldom" : "latest", + "xpath" : "latest" }, "repository": { "type": "git", -- To view, visit https://gerrit.wikimedia.org/r/138348 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19ee8a5374c89973a5c8cc6348b36a14cb313204 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/services/cite-from-id Gerrit-Branch: master Gerrit-Owner: Mvolz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
