aboutsummaryrefslogtreecommitdiff
path: root/node_modules/xml2js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/xml2js/package.json')
-rw-r--r--node_modules/xml2js/package.json80
1 files changed, 51 insertions, 29 deletions
diff --git a/node_modules/xml2js/package.json b/node_modules/xml2js/package.json
index f0a14d7cf..06b043370 100644
--- a/node_modules/xml2js/package.json
+++ b/node_modules/xml2js/package.json
@@ -1,11 +1,14 @@
{
- "name" : "xml2js",
- "description" : "Simple XML to JavaScript object converter.",
- "keywords" : ["xml", "json"],
- "homepage" : "https://github.com/Leonidas-from-XIV/node-xml2js",
- "version" : "0.4.4",
- "author" : "Marek Kubica <marek@xivilization.net> (http://xivilization.net)",
- "contributors" : [
+ "name": "xml2js",
+ "description": "Simple XML to JavaScript object converter.",
+ "keywords": [
+ "xml",
+ "json"
+ ],
+ "homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
+ "version": "0.4.17",
+ "author": "Marek Kubica <marek@xivilization.net> (https://xivilization.net)",
+ "contributors": [
"maqr <maqr.lollerskates@gmail.com> (https://github.com/maqr)",
"Ben Weaver (http://benweaver.com/)",
"Jae Kwon (https://github.com/jaekwon)",
@@ -31,33 +34,52 @@
"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/)"
+ "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)"
+ ],
+ "main": "./lib/xml2js",
+ "files": [
+ "lib"
],
- "main" : "./lib/xml2js",
- "directories" : {
+ "directories": {
"lib": "./lib"
},
- "scripts" : {
- "test": "zap"
+ "scripts": {
+ "test": "zap",
+ "coverage": "nyc npm test && nyc report",
+ "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
- "repository" : {
- "type" : "git",
- "url" : "https://github.com/Leonidas-from-XIV/node-xml2js.git"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/Leonidas-from-XIV/node-xml2js.git"
},
- "dependencies" : {
- "sax" : "0.6.x",
- "xmlbuilder" : ">=1.0.0"
+ "dependencies": {
+ "sax": ">=0.6.0",
+ "xmlbuilder": "^4.1.0"
},
- "devDependencies" : {
- "coffee-script" : ">=1.7.1",
- "zap" : ">=0.2.6",
- "docco" : ">=0.6.2",
- "diff" : ">=1.0.8"
+ "devDependencies": {
+ "coffee-script": ">=1.10.0",
+ "coveralls": "^2.11.2",
+ "diff": ">=1.0.8",
+ "docco": ">=0.6.2",
+ "nyc": ">=2.2.1",
+ "zap": ">=0.2.9"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://raw.github.com/Leonidas-from-XIV/node-xml2js/master/LICENSE"
- }
- ]
+ "license": "MIT"
}