UNPKG

xml2js-parser

Version:

Simple XML to JavaScript object converter.

76 lines (75 loc) 3.33 kB
{ "name": "xml2js-parser", "description": "Simple XML to JavaScript object converter.", "version": "1.1.1", "author": "Lauris Vavere <lauris@ma-1.lv>", "contributors": [ "Marek Kubica <marek@xivilization.net> (https://xivilization.net)", "maqr <maqr.lollerskates@gmail.com> (https://github.com/maqr)", "Ben Weaver (http://benweaver.com/)", "Jae Kwon (https://github.com/jaekwon)", "Jim Robert", "Ștefan Rusu (http://www.saltwaterc.eu/)", "Carter Cole <carter.cole@cartercole.com> (http://cartercole.com/)", "Kurt Raschke <kurt@kurtraschke.com> (http://www.kurtraschke.com/)", "Contra <contra@australia.edu> (https://github.com/Contra)", "Marcelo Diniz <marudiniz@gmail.com> (https://github.com/mdiniz)", "Michael Hart (https://github.com/mhart)", "Zachary Scott <zachary@zacharyscott.net> (http://zacharyscott.net/)", "Raoul Millais (https://github.com/raoulmillais)", "Salsita Software (http://www.salsitasoft.com/)", "Mike Schilling <mike@emotive.com> (http://www.emotive.com/)", "Jackson Tian <shyvo1987@gmail.com> (http://weibo.com/shyvo)", "Mikhail Zyatin <mikhail.zyatin@gmail.com> (https://github.com/Sitin)", "Chris Tavares <ctavares@microsoft.com> (https://github.com/christav)", "Frank Xu <yyfrankyy@gmail.com> (http://f2e.us/)", "Guido D'Albore <guido@bitstorm.it> (http://www.bitstorm.it/)", "Jack Senechal (http://jacksenechal.com/)", "Matthias Hölzl <tc@xantira.com> (https://github.com/hoelzl)", "Camille Reynders <info@creynders.be> (http://www.creynders.be/)", "Taylor Gautier (https://github.com/tsgautier)", "Todd Bryan (https://github.com/toddrbryan)", "Leore Avidar <leore.avidar@gmail.com> (http://leoreavidar.com/)", "Dave Aitken <dave.aitken@gmail.com> (http://www.actionshrimp.com/)", "Shaney Orrowe <shaney.orrowe@practiceweb.co.uk>", "Candle <candle@candle.me.uk>", "Jess Telford <hi@jes.st> (http://jes.st)", "Tom Hughes <<tom@compton.nu> (http://compton.nu/)", "Piotr Rochala (http://rocha.la/)", "Michael Avila (https://github.com/michaelavila)", "Ryan Gahl (https://github.com/ryedin)", "Eric Laberge <e.laberge@gmail.com> (https://github.com/elaberge)", "Benjamin E. Coe <ben@npmjs.com> (https://twitter.com/benjamincoe)", "Stephen Cresswell (https://github.com/cressie176)", "Pascal Ehlert <pascal@hacksrus.net> (http://www.hacksrus.net/)", "Tom Spencer <fiznool@gmail.com> (http://fiznool.com/)", "Tristian Flanagan <tflanagan@datacollaborative.com> (https://github.com/tflanagan)", "Tim Johns <timjohns@yahoo.com> (https://github.com/TimJohns)", "Bogdan Chadkin <trysound@yandex.ru> (https://github.com/TrySound)", "David Wood <david.p.wood@gmail.com> (http://codesleuth.co.uk/)", "Nicolas Maquet (https://github.com/nmaquet)" ], "license": "MIT", "keywords": [ "xml", "json", "parser" ], "scripts": { "test": "tape test/*.js | tap-summary" }, "repository": { "type": "git", "url": "https://github.com/vavere/xml2js-parser/" }, "dependencies": { "sax": "^1.2.1" }, "devDependencies": { "tap-summary": "^3.0.1", "tape": "^4.4.0" }, "engines": { "node": ">=6.0.0" } }