{
	"name": "xml-js",
	"versions": {
		"0.1.0": {
			"name": "xml-js",
			"version": "0.1.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"js",
				"JSON",
				"Javascript",
				"transformation",
				"transforming",
				"transformer",
				"convertion",
				"converting",
				"convertor",
				"parsing",
				"parser"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"istanbul-coveralls": "^1.0.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watch": "^0.18.0",
				"watchify": "^3.7.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"-bundle:jasmine": "watchify test/js2xml_test.js test/xml2js_test.js --verbose --list --outfile jasmine/bundle.js",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"istanbul:coveralls": "npm run istanbul && istanbul-coveralls",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"codacy": "type coverage\\lcov.info | codacy-coverage",
				"codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"test": "npm run jasmine"
			},
			"gitHead": "b371fd361f500871e9f37acd2f94ff5d7b092ab7",
			"_id": "xml-js@0.1.0",
			"_shasum": "ff0107f2bc0dcbea27af42dec1a7b294e5f5c1e1",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "ff0107f2bc0dcbea27af42dec1a7b294e5f5c1e1",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.1.0.tgz_1464166210015_0.5799436087254435"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.0": {
			"name": "xml-js",
			"version": "0.8.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"js",
				"JSON",
				"Javascript",
				"transformation",
				"transforming",
				"transformer",
				"convertion",
				"converting",
				"convertor",
				"parsing",
				"parser"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "8fecbfdadc97ae0bd8c9c9178fb581fec8f004a0",
			"_id": "xml-js@0.8.0",
			"_shasum": "93fa95a4030dc1498863d2b6809f7c898747c350",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "93fa95a4030dc1498863d2b6809f7c898747c350",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.0.tgz_1464608330962_0.9259003102779388"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.1": {
			"name": "xml-js",
			"version": "0.8.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"js",
				"JSON",
				"Javascript",
				"transformation",
				"transforming",
				"transformer",
				"convertion",
				"converting",
				"convertor",
				"parsing",
				"parser"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "983933bfcea10470a1bab83298c09752253a47d4",
			"_id": "xml-js@0.8.1",
			"_shasum": "f773c21e97eed6151d3b247baa752d030ec58789",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "f773c21e97eed6151d3b247baa752d030ec58789",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.1.tgz_1464665650896_0.12462439108639956"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.2": {
			"name": "xml-js",
			"version": "0.8.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"js",
				"JSON",
				"Javascript",
				"transformation",
				"transforming",
				"transformer",
				"convertion",
				"converting",
				"convertor",
				"parsing",
				"parser"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "2a83df84f381dd124c083aa780e17889697c12cb",
			"_id": "xml-js@0.8.2",
			"_shasum": "289fd04d9b7887189032a221cbcfa1d8283c324b",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "289fd04d9b7887189032a221cbcfa1d8283c324b",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.2.tgz_1464667280370_0.5191138931550086"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.3": {
			"name": "xml-js",
			"version": "0.8.3",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transformation",
				"transforming",
				"transformer",
				"transform",
				"conversion",
				"converting",
				"convertor",
				"convert",
				"parsing",
				"parser",
				"parse"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "7529f8881c175acd2041474bd36367e5641dd289",
			"_id": "xml-js@0.8.3",
			"_shasum": "5e8b23dc506ccf9a63ee2c6a7e20486ae5fcb19d",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "5e8b23dc506ccf9a63ee2c6a7e20486ae5fcb19d",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.3.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.3.tgz_1464707442922_0.27635322068817914"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.4": {
			"name": "xml-js",
			"version": "0.8.4",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transformation",
				"transforming",
				"transformer",
				"transform",
				"conversion",
				"converting",
				"convertor",
				"convert",
				"parsing",
				"parser",
				"parse"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "0b0fc29f3db5ae6f13bc84a9f8203db5994c17ba",
			"_id": "xml-js@0.8.4",
			"_shasum": "36a2799a9197697b8fd66a4afb085cb89e926851",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "36a2799a9197697b8fd66a4afb085cb89e926851",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.4.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.4.tgz_1464707543819_0.8537714136764407"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.5": {
			"name": "xml-js",
			"version": "0.8.5",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"xdebug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "83e2fefaaea0ee923425cb9e0ee1c95065a9e3d5",
			"_id": "xml-js@0.8.5",
			"_shasum": "6f68f40b2741b69a2ca37d213d244f4a02108cd4",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "6f68f40b2741b69a2ca37d213d244f4a02108cd4",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.5.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.5.tgz_1464782439276_0.750417199684307"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.6": {
			"name": "xml-js",
			"version": "0.8.6",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"xdebug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "ec1e3aaa223cf406b9c7f4cd94fe65035427ea13",
			"_id": "xml-js@0.8.6",
			"_shasum": "8f6f82cde0e7ced52c76bd77e6bd92d873900064",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "8f6f82cde0e7ced52c76bd77e6bd92d873900064",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.6.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.6.tgz_1464864881982_0.9692026511766016"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.7": {
			"name": "xml-js",
			"version": "0.8.7",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"xdebug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"test": "npm run jasmine"
			},
			"gitHead": "5d0777c7613d3acbd3a21629373cfcf099548efa",
			"_id": "xml-js@0.8.7",
			"_shasum": "cd0d57d058dd234be52b19f3511af19dcd139af3",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "cd0d57d058dd234be52b19f3511af19dcd139af3",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.7.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.7.tgz_1464865560558_0.4621640802361071"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.8": {
			"name": "xml-js",
			"version": "0.8.8",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "03ec57faa5e0ecd426c8fc411ba357716e8e3943",
			"_id": "xml-js@0.8.8",
			"_shasum": "5107118d90197ac45feb85319f577025293a3f73",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "5107118d90197ac45feb85319f577025293a3f73",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.8.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.8.tgz_1465141222933_0.7920805166941136"
			},
			"directories": {},
			"contributors": []
		},
		"0.8.9": {
			"name": "xml-js",
			"version": "0.8.9",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watchify": "latest",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "6e568e90275bf1fa02bd7d044a883a7461fea811",
			"_id": "xml-js@0.8.9",
			"_shasum": "b734f1831906eb37c0dda5416a9d975b673cf753",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "b734f1831906eb37c0dda5416a9d975b673cf753",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.9.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.8.9.tgz_1465190696873_0.8638868781272322"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.0": {
			"name": "xml-js",
			"version": "0.9.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "b5beaf88b5123aa3ac840d4d393438936d2d2bda",
			"_id": "xml-js@0.9.0",
			"_shasum": "87ab630c662cbeb7cc66304de1105a8ecb7920b8",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "87ab630c662cbeb7cc66304de1105a8ecb7920b8",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.0.tgz_1465191957563_0.8993345161434263"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.1": {
			"name": "xml-js",
			"version": "0.9.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.8",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "d85fd338e94c9e3c82974679ceca0968e6580c31",
			"_id": "xml-js@0.9.1",
			"_shasum": "d4c18595037e5862f4eb5cfe49fd421daa9f9b99",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "5.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "d4c18595037e5862f4eb5cfe49fd421daa9f9b99",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.1.tgz_1465193379639_0.7856964557431638"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.2": {
			"name": "xml-js",
			"version": "0.9.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "5c7c3da8623d66712645448f640e3d61ebf48c69",
			"_id": "xml-js@0.9.2",
			"_shasum": "830dc375c32b6f49825db53d0c93e90d527be2a9",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "830dc375c32b6f49825db53d0c93e90d527be2a9",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.2.tgz_1465288342017_0.8211831822991371"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.3": {
			"name": "xml-js",
			"version": "0.9.3",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.12.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^1.1.3",
				"codeclimate-test-reporter": "^0.3.1",
				"coveralls": "^2.11.9",
				"cross-env": "^1.0.8",
				"globify": "^1.2.1",
				"istanbul": "^0.4.3",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.9.2",
				"npm-check-updates": "^2.6.5",
				"npm-run-all": "^2.1.1",
				"rimraf": "^2.5.2",
				"watch": "^0.18.0"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "d2fce541127b824aa04aea4db6811e36b3d5c51a",
			"_id": "xml-js@0.9.3",
			"_shasum": "6969586269fe9699ff7a0163e45bffc28fcad12e",
			"_from": ".",
			"_npmVersion": "3.8.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "6969586269fe9699ff7a0163e45bffc28fcad12e",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.3.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.3.tgz_1465652910212_0.27327858889475465"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.4": {
			"name": "xml-js",
			"version": "0.9.4",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing",
				"cdata",
				"CDATA"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.14.3",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.3.3",
				"coveralls": "^2.11.12",
				"cross-env": "^2.0.1",
				"globify": "^1.2.2",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.0",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.10.2",
				"npm-run-all": "^3.1.0",
				"watch": "^0.19.2"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server jasmine/ --files jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/",
				"live:istanbul": "browser-sync start --port 9992 --server coverage/lcov-report/ --files coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"xprepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "d2fce541127b824aa04aea4db6811e36b3d5c51a",
			"_id": "xml-js@0.9.4",
			"_shasum": "83f17b95348d15d862f94071a6d2e59b67c240fd",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "83f17b95348d15d862f94071a6d2e59b67c240fd",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.4.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.4.tgz_1473155776345_0.9555288874544203"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.5": {
			"name": "xml-js",
			"version": "0.9.5",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.14.3",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.3.3",
				"coveralls": "^2.11.12",
				"cross-env": "^2.0.1",
				"globify": "^1.2.2",
				"istanbul": "^0.4.5",
				"jasmine": "^2.4.1",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.10.2",
				"npm-run-all": "^3.1.0",
				"watch": "^0.19.2"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"xprepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "07ae49579d55307ed5a2926cfffb78c804abef7b",
			"_id": "xml-js@0.9.5",
			"_shasum": "87709f72bbb5ccac55790ad095635346527d523b",
			"_from": ".",
			"_npmVersion": "3.9.3",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "87709f72bbb5ccac55790ad095635346527d523b",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.5.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.5.tgz_1473237043835_0.4047174428123981"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.6": {
			"name": "xml-js",
			"version": "0.9.6",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.17.5",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.11.14",
				"cross-env": "^3.1.3",
				"globify": "^1.2.2",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.2",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.11.0",
				"npm-run-all": "^3.1.1",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "4117e2120c64959997ea729dea70f69171590a75",
			"_id": "xml-js@0.9.6",
			"_shasum": "66dca895fe232948e45c493f8fb59e375c2aa4b0",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "66dca895fe232948e45c493f8fb59e375c2aa4b0",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.6.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.6.tgz_1477980032892_0.1912697625812143"
			},
			"directories": {},
			"contributors": []
		},
		"0.9.7": {
			"name": "xml-js",
			"version": "0.9.7",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"main": "index.js",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.17.5",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.11.14",
				"cross-env": "^3.1.3",
				"globify": "^1.2.2",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.2",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.11.0",
				"npm-run-all": "^3.1.1",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspector",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"update-packages": "npm-check-updates --upgrade --loglevel verbose",
				"prepublish": "npm run test",
				"test": "npm run jasmine"
			},
			"gitHead": "809c50f383f59a2df8da2d2f402460e292a2df0b",
			"_id": "xml-js@0.9.7",
			"_shasum": "c8b47dff31519bfd281fb091d999befdb0df494a",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.2.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "c8b47dff31519bfd281fb091d999befdb0df494a",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.7.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-0.9.7.tgz_1478244198676_0.3555338024161756"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "xml-js",
			"version": "1.0.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.11.15",
				"cross-env": "^3.1.4",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.3",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.0",
				"typescript": "^2.1.5",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"pre-node6.3.1-debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspect",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "98e7cfe761557b54752d453158e5ae7136d82242",
			"_id": "xml-js@1.0.0",
			"_shasum": "599d25d51aceee3d23ada2bc130980445b662f29",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "599d25d51aceee3d23ada2bc130980445b662f29",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.0.0.tgz_1484287428867_0.5339880252722651"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "xml-js",
			"version": "1.0.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.11.15",
				"cross-env": "^3.1.4",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.3",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.1.5",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"pre-node6.3.1-debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspect",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "30c1d5583fc623dc2908bb2d391d05f74b5a2eda",
			"_id": "xml-js@1.0.1",
			"_shasum": "d1f75f9c041b78db8dd18e7b9d9dbe880cb00aa0",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "d1f75f9c041b78db8dd18e7b9d9dbe880cb00aa0",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.0.1.tgz_1485321682713_0.7919680527411401"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.2": {
			"name": "xml-js",
			"version": "1.0.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.0",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.11.15",
				"cross-env": "^3.1.4",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.5.3",
				"node-inspector": "^0.12.8",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.1.5",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"pre-node6.3.1-debug": "npm-run-all --parallel debug:*",
				"debug:listener": "node-inspect",
				"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
				"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
				"debug:live": "browser-sync start --port 8080 --server --startPath ?port=5858 --files lib/ test/ --no-open --no-ui --no-online",
				"debug:open": "biased-opener --browser chrome http://localhost:8080/?port=5858",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "4261e1fde197a7d68a1ff3900b7033fb35fca0f9",
			"_id": "xml-js@1.0.2",
			"_shasum": "95bbe24591a91542ad852a1c4839d80c363db5b4",
			"_from": ".",
			"_npmVersion": "4.0.5",
			"_nodeVersion": "7.3.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "95bbe24591a91542ad852a1c4839d80c363db5b4",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.0.2.tgz_1485351215357_0.47381060058251023"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "xml-js",
			"version": "1.1.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"DOCTYPE",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.0",
				"cross-env": "^4.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.2.2",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "6a6090e7b0452d0852539c848f0b2de900602afe",
			"_id": "xml-js@1.1.0",
			"_shasum": "36dbdec91bea0d3ea1b02ba06d4a8dd89c330ff6",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "36dbdec91bea0d3ea1b02ba06d4a8dd89c330ff6",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.1.0.tgz_1493257695008_0.49513612198643386"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "xml-js",
			"version": "1.2.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"DOCTYPE",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.0",
				"cross-env": "^4.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.2.2",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "6e76e5c7ba1d67244898e1da27cc858169746773",
			"_id": "xml-js@1.2.0",
			"_shasum": "6367be618f2d0d97b8c8d115a3f671e5d4eb3340",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "6367be618f2d0d97b8c8d115a3f671e5d4eb3340",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.2.0.tgz_1493280555430_0.22771150176413357"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.1": {
			"name": "xml-js",
			"version": "1.2.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"DOCTYPE",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.0",
				"cross-env": "^4.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.2.2",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "f49ea3213a59543d702e74bda623570fa870ebc4",
			"_id": "xml-js@1.2.1",
			"_shasum": "d4a35b97cb34183293e79641598225e382979c92",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "d4a35b97cb34183293e79641598225e382979c92",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.2.1.tgz_1493285629628_0.4692281913012266"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.2": {
			"name": "xml-js",
			"version": "1.2.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"DOCTYPE",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.0",
				"cross-env": "^4.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.2.2",
				"watch": "^1.0.1"
			},
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"types": "./types/index.d.ts",
			"gitHead": "38043b3078627817b73993fd3317504061c2bea7",
			"_id": "xml-js@1.2.2",
			"_shasum": "8443dbd71d3e384dc58dd38da4c9f4b92184fa3b",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "8443dbd71d3e384dc58dd38da4c9f4b92184fa3b",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/xml-js-1.2.2.tgz_1493286326648_0.5697351275011897"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.0": {
			"name": "xml-js",
			"version": "1.3.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"DOCTYPE",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.6",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.0",
				"cross-env": "^4.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.2.2",
				"watch": "^1.0.1"
			},
			"gitHead": "269226a9ec31cf6bdeb774f18e9737aab75da631",
			"_id": "xml-js@1.3.0",
			"_shasum": "81f5fc905d0418fda9c3530a62708618d23e3eaa",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "81f5fc905d0418fda9c3530a62708618d23e3eaa",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.3.0.tgz_1495363353827_0.982838045572862"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.1": {
			"name": "xml-js",
			"version": "1.3.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage git:commit",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "7ec0751f3cdd5046adfa097a61906d8e2eb3d312",
			"_id": "xml-js@1.3.1",
			"_shasum": "0a877a66b0e57a47055b478dd38a53c3fbcc1bdb",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "0a877a66b0e57a47055b478dd38a53c3fbcc1bdb",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.3.1.tgz_1495679602706_0.857244634302333"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.2": {
			"name": "xml-js",
			"version": "1.3.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "315d6069626c5a1c3be4fcfa7f303e9456082973",
			"_id": "xml-js@1.3.2",
			"_shasum": "6157f1987f0f0ab994237bb827aa0c3401aea843",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "6157f1987f0f0ab994237bb827aa0c3401aea843",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.3.2.tgz_1495682171159_0.49535425333306193"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.3": {
			"name": "xml-js",
			"version": "1.3.3",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "35f47f4df0018a5d70a74e9d1f2123c22e0af599",
			"_id": "xml-js@1.3.3",
			"_shasum": "b3b58a34b31cd0256e062e886f0b123bad278a76",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "b3b58a34b31cd0256e062e886f0b123bad278a76",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.3.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.3.3.tgz_1502624357270_0.26488231122493744"
			},
			"directories": {},
			"contributors": []
		},
		"1.3.4": {
			"name": "xml-js",
			"version": "1.3.4",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "a209fba81f47f1ba080aee95ae31c09016e7948a",
			"_id": "xml-js@1.3.4",
			"_shasum": "4cd85d5a93846a70f2a3ec37d99ffb24e82b8c11",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "4cd85d5a93846a70f2a3ec37d99ffb24e82b8c11",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.4.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.3.4.tgz_1502875270464_0.980412126518786"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.0": {
			"name": "xml-js",
			"version": "1.4.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "ea8857790cba0ba5aa2c071452553531d9300f65",
			"_id": "xml-js@1.4.0",
			"_shasum": "3d2fc23979801fac970ba433de67b16ea02d3c5b",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "3d2fc23979801fac970ba433de67b16ea02d3c5b",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.4.0.tgz_1503169983256_0.1237669235561043"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.1": {
			"name": "xml-js",
			"version": "1.4.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.1"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.12",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.2",
				"codeclimate-test-reporter": "^0.4.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.0",
				"globify": "^2.0.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.6.0",
				"nodemon": "^1.11.0",
				"npm-run-all": "^4.0.1",
				"typescript": "^2.3.3",
				"watch": "^1.0.1"
			},
			"gitHead": "2f6c6bf07ce2db08cbdbc4214eff1ef3cf0e523c",
			"_id": "xml-js@1.4.1",
			"_shasum": "b34fface0c6d89804aaf0a182821ac1ed08a01e9",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "b34fface0c6d89804aaf0a182821ac1ed08a01e9",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.4.1.tgz_1503304464087_0.6386750692036003"
			},
			"directories": {},
			"contributors": []
		},
		"1.4.2": {
			"name": "xml-js",
			"version": "1.4.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.5",
				"globify": "^2.1.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"nodemon": "^1.12.0",
				"npm-run-all": "^4.1.1",
				"typescript": "^2.5.2",
				"watch": "^1.0.1"
			},
			"gitHead": "6634add0ab06352011821705ab45d52ef0ecbb5c",
			"_id": "xml-js@1.4.2",
			"_shasum": "c270b0507b7e22f75f0a7b70a9e32097713a5ec3",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "c270b0507b7e22f75f0a7b70a9e32097713a5ec3",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.4.2.tgz_1505196648028_0.3465873261447996"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.0": {
			"name": "xml-js",
			"version": "1.5.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.5",
				"globify": "^2.1.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"nodemon": "^1.12.0",
				"npm-run-all": "^4.1.1",
				"typescript": "^2.5.2",
				"watch": "^1.0.1"
			},
			"gitHead": "25ac60a10fc93de8c10aab76355657e34c86ab63",
			"_id": "xml-js@1.5.0",
			"_shasum": "0cb79d395e2d4f183065e41b9a671cb982062aa2",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "0cb79d395e2d4f183065e41b9a671cb982062aa2",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.5.0.tgz_1506917341980_0.89426280092448"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.1": {
			"name": "xml-js",
			"version": "1.5.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"coveralls": "^2.13.1",
				"cross-env": "^5.0.5",
				"globify": "^2.1.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"nodemon": "^1.12.0",
				"npm-run-all": "^4.1.1",
				"typescript": "^2.5.2",
				"watch": "^1.0.1"
			},
			"gitHead": "8ac5b7cb32f2854b20a99c9cea3a1c061af41051",
			"_id": "xml-js@1.5.1",
			"_shasum": "cae6cfbcaa9a25774ac1ddfcc62d9a06cc6be965",
			"_from": ".",
			"_npmVersion": "4.2.0",
			"_nodeVersion": "7.9.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"shasum": "cae6cfbcaa9a25774ac1ddfcc62d9a06cc6be965",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.5.1.tgz_1507033577789_0.7767133170273155"
			},
			"directories": {},
			"contributors": []
		},
		"1.5.2": {
			"name": "xml-js",
			"version": "1.5.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
				"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9992 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.1",
				"globify": "^2.1.0",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"nodemon": "^1.12.1",
				"npm-run-all": "^4.1.2",
				"typescript": "^2.6.1",
				"watch": "^1.0.1"
			},
			"gitHead": "0cca2f9a2132d8c6aad3b8436cf8d4b1bb972f1e",
			"_id": "xml-js@1.5.2",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vcEkOCqlbPJExLSFgjpQ/nwrsPdjb/ElKqzCTGBB1aGpmfvj4mjdoLBarVFzUHg3ZT6pVrPDrRooE6wHuycaSg==",
				"shasum": "234780d012b49a19093dbd464228d06303fddc23",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.5.2.tgz_1510337134545_0.5910793892107904"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.0": {
			"name": "xml-js",
			"version": "1.6.0",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/browse-coverage test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.0",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.1",
				"eslint": "^4.13.1",
				"globify": "^2.2.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"nodemon": "^1.13.3",
				"npm-run-all": "^4.1.2",
				"typescript": "^2.6.2",
				"watch": "^1.0.1"
			},
			"gitHead": "3207328a81b01d16c4aa19d1483cb99d3aeb71db",
			"_id": "xml-js@1.6.0",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-dLCFIhkv7YiArZKn3N4ZeZ4X8NBZ+lpmbYzkb2njZ2jwJipi4fXs1b4J9DIyCxEBcUOlfMguMpEFozIB07n/cw==",
				"shasum": "3a881872604ea12d97940f4c5772f480175a3ca7",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.6.0.tgz_1513509027434_0.02124503580853343"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.1": {
			"name": "xml-js",
			"version": "1.6.1",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/browse-coverage test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/browse-coverage/lcov-report/ --files test/browse-coverage/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/browse-coverage/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\browse-coverage\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.0",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.1",
				"eslint": "^4.13.1",
				"globify": "^2.2.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.13.3",
				"npm-run-all": "^4.1.2",
				"typescript": "^2.6.2",
				"watch": "^1.0.1"
			},
			"gitHead": "1cce917c95580d7380e571457151819894d9cf6d",
			"_id": "xml-js@1.6.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.9.1",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-B+T4q7tnF5PfBAb29EXR93+j7wWsPoiejD1QgJJOP0jkovrPmYr83zcf6kfZJ+oKqQyMJlYoeCJxXMBtL+UMFA==",
				"shasum": "e94121bf73acf54126241fe7d913508f4cf49e90",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.1.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.6.1.tgz_1513592533576_0.4922650658991188"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.2": {
			"name": "xml-js",
			"version": "1.6.2",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9996 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.0",
				"babel-loader": "^7.1.2",
				"babel-preset-env": "^1.6.1",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.18.13",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.0",
				"coveralls": "^3.0.0",
				"cross-env": "^5.1.1",
				"eslint": "^4.13.1",
				"globify": "^2.2.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.13.3",
				"npm-run-all": "^4.1.2",
				"prismjs": "^1.9.0",
				"typescript": "^2.6.2",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "05a918a92797442c4aafdd21bcd817d77ecdd943",
			"_id": "xml-js@1.6.2",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-7SyYB9qfahPf+0eu0W2dZbFzcjk9dDiKRMbQGwSsaTCCiUG0NOawi3CjSJRPOGsS6C6poOoMfYaLc4HZJWjlLw==",
				"shasum": "4c4cb8413998f73701a202a1b8b2f17c985a72c5",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.2.tgz"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js-1.6.2.tgz_1515010400053_0.8099140331614763"
			},
			"directories": {},
			"contributors": []
		},
		"1.6.3": {
			"name": "xml-js",
			"version": "1.6.3",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.5",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.4",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "ccb2faa9e3dc39bf9c8882d6f0f6eb2cb2b1940e",
			"_id": "xml-js@1.6.3",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Bx2bIhLVxVTpauRZ06ZtNJZTrV8HephVRSipcoxjhXV9O2TGb04UC6L0sIKe4uD2dw+YIuwpWIohFpjw47Q01A==",
				"shasum": "c28e1d76f446ad922f279e8612043029736e3e72",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.3.tgz",
				"fileCount": 22,
				"unpackedSize": 196158,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa/ofjCRA9TVsSAnZWagAAeQ4P/jXSg108ZxKixBOmeBWc\n8w1EpvDE7PAo6mOYnnMqUVfhI3taLIwAup3aKKV5FaUoybsqa9xrVOZsdX2A\nuOVEC91y2Lnbvl1QUR1h2oegzXM2uq0Ko9bfGB+RB3dK6buB+b+XtOfI4l2A\nq56GR6c7xm4xdGlJqzN6LnZ4tvJHYXmqsmJAGZsq5gVuFk/t/N/w5gnSZHE+\nbPfOEomSJ9pAit0xOsnRX1sFsnDGy5NqyGUh5Bz1NhFPmTw0uBo8ERhnkr+I\nES16oRrAc8uUu9ZrgFTkFhDne1cRR06qWL9mY5WwZh/TE/nfnWDX8GSeFxr0\nXXyzhHydKhfJ5OsAWKnIlrj2ZxgPWW7WePNCXUtDgNNHPyhl+1SnixT31sbp\nfi5InoT24wg5IplkqiRCB9/V4QmUpZ0RYEfM6g/D3RTSPJkjjDaJxY/W8YpT\nqgLz94Z3AJzyiZxZKk1EA94bnPg2Obqsq2AtYI+JZLvIWHAbzi0Ve6RJNWHO\nQdMfq9Pht4uB7P83ifv7VphnHjZmFKO7nU4gQ3KDgG3RqKyYCWiZ5e43W+UK\n74Aqw24vHzyheVRB5aRrC8X4/UFFD1HW2v868ptV70smacRn+8rLu6lveP2y\n27mCufY8koj0jE6Q8k7kXInQYtWxPoyhGQCDzyapGQfGk0GgVvA/xyeehltd\nEjXy\r\n=AdKf\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.3_1526630369638_0.822979581863478"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.4": {
			"name": "xml-js",
			"version": "1.6.4",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.6",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.5",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "bc1b6f505e3246efeb5ce1833fc859e0bfaf0766",
			"_id": "xml-js@1.6.4",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-ZJ4DPgx97LzSdZ0NAbd0J5gWeSgWTpL2hIH1j1bOmk6QMyppee0S+vQAv/H+oYY1923kck5msPWOuSs0BDUh/w==",
				"shasum": "fcf9fdc9fb6d691122a02fe5a55c30f84d93ab90",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.4.tgz",
				"fileCount": 22,
				"unpackedSize": 196637,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBkFuCRA9TVsSAnZWagAAScoP/2JCSSTJWp//kC+dh9eV\nQrl4pLeY2UzNoUquyX3TciBeH5jRqZ0lx5xVvyelohIn3aq2PZYCEJyiQ6hb\n8jSbu8yH/Yd2qyBThDbjlC9z65VK2OCrygyEP3wu7cg/nHGgTEHXco1b3uzO\nJVQD3HlyITA1rpAVxsZlzICvcRymRQPUTJZ54k6CHXlIEi9uF7Wvcyokfl4p\nrddOv5A9Y0gfGwSTINu+A6qiTG+iqvRuKZJhW+hpDLB7p0O64K1XwCvtdyI9\noK0ftC6TEE1Bc3oHJRVov/kXDu4nbFlRXRmVc2UfAw4qpHF12s62GEh+Rv0P\ndYq5sH2mVjWTb2ijPXpEmySkP25PLCJ55rHbxr2LHI9FD1NU61wC3ykpeGsd\nDoGVemqXqfhmosSjS3AatfO9GhKHyk8RR9qZqehCPt5U37qUV/dVvqGj/hum\nELYJ/Miq2YOhT8QghKNW2ImttpcHwT6NM/Ba6a3IZ7biw9rzu7n7Na7WqP+W\nsY4RkL2AYMNzh/k0IO8PhF5ro20tplTCHgSTMNRrc3Ox05+nr3BvrrUkWANu\n3dQxhXH2MAq4w2FW/syIwUMyhHo9N/HWXPbV6PtuY+SSCTzp3M1rnqUxsVSC\nNNMfG1Uz/g6N00SOZlRzwzEF6gyTR9GbeT7Bu92ZrhNduJH9gpyJRa03DY7J\nFO1v\r\n=Hzyj\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.4_1527136620889_0.10105579715901825"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.5": {
			"name": "xml-js",
			"version": "1.6.5",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.6",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.5",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "459660a99faef91f9dab3ce8345227bc56d2006e",
			"_id": "xml-js@1.6.5",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-pCG0oDXVyYv0+lLbmC8Y9D6cCZSXvqYgdbBkHAui8VoBQE7VfPJBqmmo0yrWFZcdTzS8VyqcvOmNYAwSJizGkA==",
				"shasum": "02a0cf207fb6ea7aec46b2d44856270c48133ee2",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.5.tgz",
				"fileCount": 22,
				"unpackedSize": 197725,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOxiTCRA9TVsSAnZWagAA6WAP/2VE/85htK9j1q+vbUkY\nt2xshT2XiShMUtZy5yd+1p9OeaL3H3Y2gJJoNFBd32EXYeZfwo8hbBJ3rCsX\nATyJ78e8xbzaQTzsC+bOTH+QfWgqwa4Vb8tU42nBkWQAUfa4CrhDLu3x0MY/\n8dS6buHo0xqtEfvWwnWYRwd+ncIek1ozaw0YD2IkzEcfpmCkELhkC3V+Aiv2\nvrWiHHVx/bZgtxso1e4F7e+bJZIN3J5OHLAlyZDlHeUNwJfYAmNzP1oJPfqv\nb1Uz3twp4unB7mEIAKhNBLWcqy6r8ijUEBmrRFYj0EFL9/WaWI+HeACMCaU9\nhBURKseE+45Ay9kgOSdhDbL5YYY0HARTGv/IUrJ1PpB8mnHpZNkTob254FU+\nSZpNjFsI8SU9bYJn82BZtV/szG8z8g4ApbVAkNr3KAatvVRwzDC6bHsMiPyk\nZ+LjMN4o3HY9RNb11Rs13/C2YFCfrrpLFgE/ALHCoI5nmQkVeKz1w5LE4D66\nlLaZC3q8RfVFoORM8/dNR0XDQro0vycPFTe8kfQCXb9zIlt6NX5Yl2qGvn+2\nChDuJmuM5YZ8gHYhochAST3mT2w04timJtHva7HqbLP0Sft29t4+ZnmrUqPN\n5s1f5frVcULjMuUfxXLFmXT1S7DTB1pColH8RedoLXANKyBQ8fzb3naCu+ES\nKYTO\r\n=nmRe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.5_1530599571648_0.8699554665149181"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.6": {
			"name": "xml-js",
			"version": "1.6.6",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.6",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.5",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "cc8c22f933de5fbb6499e03ed97580d31ef06543",
			"_id": "xml-js@1.6.6",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-rtiFcfiOOb5Or5zPkTHIhaDLd97cutO7cgnREXKQtewdrrOvDZ1isVtEtUO+W1eVD69TXTq79w2N+w4QLNbUyw==",
				"shasum": "82b12ef4f118d65dc4f62526148364fe46fa6d73",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.6.tgz",
				"fileCount": 22,
				"unpackedSize": 197786,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOxqRCRA9TVsSAnZWagAAWhEQAIaCwOJMvBkhuE7PCP1I\nzTmhNY4mqPfhMdFH1bzhxV+CKKvEL3FdkD1dVcOSi6jHQA5MlFqgg2MWuROe\nVjLxv5UB4uNNxagkC5d00mQ9H5nFYmCsKwvetseEI8gOfhDrk3RWD1u38UU7\nPyWn1y9JlO6MY/msjrKRYpM7LvOFR0jej/jjUY/eAaTNmQdTOklZ8NvMI6xu\nVKR9yHHPIsYwv3He9viGyf/83SQ/HuPWV2936YyDbPAvKaWBeZiYeg5T8+aG\n510szxvWBB29pWSMYijXedn/ls+0ArewFT/CATqehqNsv4xuw8znDFkGJ+Oo\nt2LMfJyhzETZoG432Bob71SHzRjfNl53KwrI9vP3v4kP2hJGJ/EAEuZMCGI6\nc7nyk5knDh2pL15MsSNGKGgyoGJIM485UoRL9zznzfixf5Btgo3ePKZKJNe1\nhtsfLtHGR/UN2LesIgQqoNXxcvdtL4PD5PoUTVTjIFJF2em2NSg+wUwhkL0q\nwDn30DHXIFMG49fQ1jzV0YvKx07SjsUKlT7oMK3P5m5rJ3VA+oer5yRA653r\niF1CVSvBzs/WgLwJjLBNDcwlVberAOs5lg+EH2Loio44GxZRu/4KvQYtGx+Y\nhkpUaYWPje0q4Z3UTXrB8E2/s+mUvH1uysTzdpZJU1F4yiND701rmY4Eh44X\nj2oH\r\n=Jmzb\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.6_1530600081721_0.5953421261910188"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.7": {
			"name": "xml-js",
			"version": "1.6.7",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.6",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.5",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "da4c5645a033d08cf69a66ca03ba3a8096484a8c",
			"_id": "xml-js@1.6.7",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-1hn0xwwfMcWywnJxqiOXiv+pZaOJyf/YWcUeqJICF0BFb+IOkRFSkKyeA0V62WqTHXNdBxNuCFHhS/w2DtYpoA==",
				"shasum": "a99b40c18a16d3e06537b3ae026a27bd60ffe8ab",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.7.tgz",
				"fileCount": 22,
				"unpackedSize": 417997,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbOxzwCRA9TVsSAnZWagAAY2YP/3wOzoYrw+wpnC2IHIuN\nzeKkqTSeu5bGilRlOojoAH5IpfDlNk3iML5q9ELoz8Rvez3XbECaghro3LtJ\nWlIbIQhnt4Hxb2x9IQxoOHsqPQTCysoNgtsiuWyNlZtAujXgiKAiywXrnUB/\nYNMKQpV6+2cHM0avKVNs/i1PyLndyrqLKVUU5Gg9ivvpkWplfmaaZ+TXY6bA\nCE+0EluY5XLeN/VHcqZaVsI1S6zE13IFb+S+th2otcwCqja6GIfor2dtFqRD\nulzG9gfXcO4EJkwI9hkzHkRqyjLAjL1zphxudFv/Sudua1RbrpIWQus4iPEc\nIlpFDIWk39ZCOCaY5mnS+opx05uJIhM/zVnsdTKwi8teM5MK/zzfCcXfymt1\noVcRzv0igoGTbtVnrZhIrr4yt1aokmfMuiQ3c3LaR3gVfUb9ZvhHHBEpRe14\nDZpXN2LWC1t2Zc83PsskmFrFGyG1NqtBKmq/E9/bTGYKc2iBysETgO5fhtB9\nGowve/z/d3/wpotd1luhPBUWqOtQYJ337VpWTImPsc2o1eByG8wR+8pxeGtE\n/XXDK1FWb+/8zEcVhpO5csSjnZe0NG1qkwbQMPcxf8Uo9muvrooAZs65yi6p\nZpesa+PPTCLElLRRjWZpe+zBnyDesmHFqf4LEL5b+4276Tk6teQjpHGVTpox\nantT\r\n=Q3rP\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.7_1530600688575_0.513439495541556"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.8": {
			"name": "xml-js",
			"version": "1.6.8",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.24.4",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^2.0.3",
				"codeclimate-test-reporter": "^0.5.0",
				"codecov": "^3.0.2",
				"coveralls": "^3.0.1",
				"cross-env": "^5.1.6",
				"eslint": "^4.19.1",
				"globify": "^2.3.1",
				"istanbul": "^0.4.5",
				"jasmine": "^2.8.0",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.17.5",
				"npm-run-all": "^4.1.3",
				"prismjs": "^1.14.0",
				"typescript": "^2.8.3",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "f711cc7e9be70d9701f566671e49762ccb5ee1e8",
			"_id": "xml-js@1.6.8",
			"_npmVersion": "6.0.1",
			"_nodeVersion": "8.6.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-kUv/geyN80d+s1T68uBfjoz+PjNUjwwf5AWWRwKRqqQaGozpMVsFsKYnenPsxlbN/VL7f0ia8NfLLPCDwX+95Q==",
				"shasum": "e06419c54235f18f4c2cdda824cbd65a782330de",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.8.tgz",
				"fileCount": 22,
				"unpackedSize": 420462,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbo44qCRA9TVsSAnZWagAAhPoQAJ+JdFoq3HXY6kvPSZUo\n5aEJ62H9lBs8zoo4hvp+r6tT7c6GdddrWc1/XDhjoxmXuuYuBWZW6xneIM7f\nKcb2o8PwNJn6wzq/bXazaQRJWWRgQIH3qVPuhAdLQTqo6v2CnZhkDCvMJE03\n7fn863hFs69goDDQO3bK7E0L04gNhyFDVQ5hnbAtqX+J9B3kPgADpBHt+pYT\nC9PtfBtFMaDf+S7jVJoT7YgA8BsX49JpvW+KfiaRDGFTppDc2Dlju06+op+P\nLQTX7m6deqj9e4/aW6dTH1QP5yur4i4/71kPBJ7ZDAcCR5HxB9UoBA2Iui+F\n04+m0uwpli+scQaffjm5cgi2r1mNsgMvjySMUyh+G4sNJt88moJu4Q6rMWhC\n5Y9F0Sbu3vik/Ezc8OeXXxd0oq1BIZwkrjUS62zz2YNqaL6ilF1yvR3Vin7N\nq9/KsUyg8qN3urgBW/hQgMDLZ58rAXcjizpZn+M+3F1HzuilYm5gm8GMyJ85\nD/mCq6+eUlfzVXj7MZvDph3P0AF7V+iCFEHUU7nZ6l/moAeKRbV4J/GHoNCd\n4F8O+K9kba/MA7XfCL0FcAcSOc/0/X2o2LfDYPOoeTiAEcp/jIn13nA5LWei\nZFIWrCIrVxVjTjE6TeQqju30yfCY/0k6/nLJByBeaNdcHrL50OjCGD74uFyV\nphSP\r\n=Z+if\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.8_1537445417413_0.9767444096140538"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.9": {
			"name": "xml-js",
			"version": "1.6.9",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cross-env COVERALLS_REPO_TOKEN=CaEwzjHxsKRqomJSYmGagrJdlR7uLHhHC && cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.26.3",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^3.4.0",
				"codeclimate-test-reporter": "^0.5.1",
				"codecov": "^3.1.0",
				"coveralls": "^3.0.2",
				"cross-env": "^5.2.0",
				"eslint": "^5.12.0",
				"globify": "^2.3.4",
				"istanbul": "^0.4.5",
				"jasmine": "^3.3.1",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.18.9",
				"npm-run-all": "^4.1.5",
				"prismjs": "^1.15.0",
				"typescript": "^3.2.2",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "d27442a5abefc9beb4e71d9fd3051717333f3893",
			"_id": "xml-js@1.6.9",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.11.0",
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"dist": {
				"integrity": "sha512-Omi8lVfq3q3H0xnGcZKLQhoiOghTGN1xxfabah4FybYN1pyvUzh1X+cJ+vKKY3Zr255y1H5IUAT3u3lznshdbw==",
				"shasum": "6e516ce53c64ea0043cbc6ee8500e5d693602757",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.9.tgz",
				"fileCount": 22,
				"unpackedSize": 420228,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcOMqrCRA9TVsSAnZWagAA8aIQAIX4CH3LOpGojJzytP/C\nNhgsfqPlFfP+iQflLiIGFoMCfI9GlgEKLp+CE+kqi+FaYadXfWq8eTbXn0LC\nbr30HfkcAZLpF0qnZN3KHHzcTJ4N6RHuoHw+3BO8b/SOAY+EDgT3khiBB+PJ\nGgXEgUk8Nmyu3cXsd6aUl2Fh1dOAptlIv43+QLDuEMeHOUvAz6CievfVlVnC\n7gmRmG3qYujE4LE97W17x+03kY1R09eN331/RTaRX103MefZ56hMAtYcc5sh\nEzn2kTcH6wOiinS2s3FIXbO0KSQHeZAf3cIRMGS0XmGsjXU8EjoUwix5qCEM\nCCz4x4RJpgv7W0rbTkhQ6I7YW9gESg8mHb5uVM/XO0SZQ4y3NsWGxHiAUu1C\n1ZIG6Mtz7AobQWnp3AeGk/5e/0zmiJ7v/vGIfuNW8kDmgR1mIUp8OEXyuCMq\n9YSU3nhysGKe/XHnv3KAhTObz41Agfs2O9gGJTcEWD9D92hat6S6bRWoIxmw\n+qNnL7koM1oO6CT7RVuDJ43YqU4Y79z1apeZxDnSxwhll4DkrMvXCo5ICinp\n/3n+9kkzizhptshnAYzIeB8RKQ+jwUpD5g2ZksRRWAMOV2Wvb1P4AKP0oD45\njPirtoNtz0Dry4vTARpp3Dk8FbLl+M62Bg9mYsifJwbNw6Ac93pxoWTZEcbV\nGNxw\r\n=BQxA\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.9_1547225770953_0.8834501923794844"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.10": {
			"name": "xml-js",
			"version": "1.6.10",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cross-env COVERALLS_REPO_TOKEN=CaEwzjHxsKRqomJSYmGagrJdlR7uLHhHC && cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.26.3",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^3.4.0",
				"codeclimate-test-reporter": "^0.5.1",
				"codecov": "^3.1.0",
				"coveralls": "^3.0.2",
				"cross-env": "^5.2.0",
				"eslint": "^5.12.0",
				"globify": "^2.3.4",
				"istanbul": "^0.4.5",
				"jasmine": "^3.3.1",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.18.9",
				"npm-run-all": "^4.1.5",
				"prismjs": "^1.15.0",
				"typescript": "^3.2.2",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "7cc962c217682c2cd3926245c7a27b80b527ad27",
			"_id": "xml-js@1.6.10",
			"_nodeVersion": "10.11.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-uMixjFrCsKM3ZdLBPvS3B2FEN9J2fBrWYQXddADR9IeVpg8hTt0DMhumvAvzxJZn98NoXP3WZ7hZdzu94sIjyg==",
				"shasum": "7ac97fbfa98a63df3bd5a81f5f80d0d1e08b63cb",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.10.tgz",
				"fileCount": 22,
				"unpackedSize": 421083,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY6oDCRA9TVsSAnZWagAAXSkP/RDIDXe4dtl5++3lxO7N\nWqtuJrnSh9MtL9GxOL2e7jI9bJio7R13Buc1cvdGhIE/VAuC2Mf2oydBlVrY\nJcenk6L1T3KGI6VbhP76hUj4Xupo3PfJgHc3HGvZ4gG+k7WPFeS3AhKfa+4/\n41l5ym3yRVXy4NNG+UyuoBRkZo9a3Wj2cRsEWxVHbmTywe1tfgIGD2S8PNTZ\nwasBo/8c5wtfjcriAqjJtGB6h9Eo5d8OIYciRGPSxy44AMzBxIxPUoST5DLX\nsLO4rsr+FzyJHJlH/wG0YSbkFRj+Y1zXmpD5mXpu3eOj9bGPCA/Lg4hEBg0h\nM9ROvVYbHe3Z1yBm8fU2k+/I+wSBw3Djpy/Iy2O8aS5HjJhbO73QUn3/T//Q\ns7k2zncEl5NXq62FGsccTDW/CcEyP956PSqrtOGRDgIGkk5Zi+jC1nxqjXm3\n2+StBSSQZDHhuzU4m3vBVKzjGBnwoJhoKaN4rsr38BSsgvqbr3VNGZJZwiX2\nNSo+gA8xjGKyLKs+PgCxV6qScfW+x6P5MxjXE3OGmlxK1zt37YyT7/vDF2Zi\nplYmSZL6uoUH2dLC08USv9ftTW/UrhmAGKpubgt/bIWojXYTPi9W0TvbQVE+\nyZeC0rIrYHiR2jNRijxxHrofCGKnaIG5kbwkiri5XwCGhsed9uqSu1gCgXmP\n/p1y\r\n=zmJ3\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.10_1550035458962_0.25416640929040657"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.6.11": {
			"name": "xml-js",
			"version": "1.6.11",
			"description": "A convertor between XML text and Javascript object / JSON text.",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/nashwaan/xml-js.git"
			},
			"author": {
				"name": "Yousuf Almarzooqi",
				"email": "ysf953@gmail.com"
			},
			"license": "MIT",
			"bugs": {
				"url": "https://github.com/nashwaan/xml-js/issues"
			},
			"homepage": "https://github.com/nashwaan/xml-js#readme",
			"keywords": [
				"XML",
				"xml",
				"js",
				"JSON",
				"json",
				"cdata",
				"CDATA",
				"doctype",
				"processing instruction",
				"Javascript",
				"js2xml",
				"json2xml",
				"xml2js",
				"xml2json",
				"transform",
				"transformer",
				"transforming",
				"transformation",
				"convert",
				"convertor",
				"converting",
				"conversion",
				"parse",
				"parser",
				"parsing"
			],
			"main": "lib/index.js",
			"bin": {
				"xml-js": "./bin/cli.js"
			},
			"types": "./types/index.d.ts",
			"scripts": {
				"build": "webpack",
				"doc": "node doc/compile-doc.js",
				"watch:doc": "watch \"npm run doc\" doc/templates/",
				"live:doc": "browser-sync start --port 9997 --server doc/ --files doc/templates/ --no-open --no-ui --no-online",
				"open:doc": "biased-opener --browser chrome http://localhost:9997",
				"start:doc": "npm-run-all --parallel watch:doc live:doc open:doc",
				"debug": "nodemon --inspect --watch lib/ --watch test/ --debug-brk test/index.js",
				"debug:cli": "nodemon --inspect --watch lib/ --debug-brk index.js -- --help",
				"jest": "jest --config=test/jest.conf.js",
				"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
				"watch:jasmine": "watch \"npm run jasmine\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
				"bundle:jasmine": "globify test/*.spec.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
				"live:jasmine": "browser-sync start --port 9999 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
				"open-help": "biased-opener --help",
				"open:jasmine": "biased-opener --browser chrome http://localhost:9999",
				"istanbul-original": "istanbul cover --dir test/coverage-jasmine -x test/browse-** test/index.js",
				"istanbul": "istanbul cover --dir test/coverage-jasmine test/index.js",
				"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/coverage-.+/",
				"live:istanbul": "browser-sync start --port 9998 --server test/coverage-jasmine/lcov-report/ --files test/coverage-jasmine/lcov-report/ --no-open --no-ui --no-online",
				"open:istanbul": "biased-opener --browser chrome http://localhost:9998",
				"live": "npm-run-all --parallel live:* open:*",
				"start": "npm-run-all --parallel bundle:jasmine live:jasmine open:jasmine watch:istanbul live:istanbul open:istanbul",
				"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
				"git:push": "git push origin master",
				"deploy": "npm-run-all --serial coverage:* git:*",
				"coverage": "npm-run-all coverage:*",
				"coverage:a-step": "npm run istanbul",
				"coverage:coveralls": "cross-env COVERALLS_REPO_TOKEN=CaEwzjHxsKRqomJSYmGagrJdlR7uLHhHC && cat ./test/coverage-jasmine/lcov.info | coveralls",
				"coverage:codecov": "codecov --token=0e52af41-702b-4d7f-8aa3-61145ac36624 --file=test/coverage-jasmine/lcov.info ",
				"coverage:codacy": "cross-env CODACY_PROJECT_TOKEN=0207815122ea49a68241d1aa435f21f1 && cat ./test/coverage-jasmine/lcov.info | codacy-coverage",
				"coverage:codeclimate": "cross-env CODECLIMATE_REPO_TOKEN=60848a077f9070acf358b0c7145f0a2698a460ddeca7d8250815e75aa4333f7d codeclimate-test-reporter < test\\coverage-jasmine\\lcov.info",
				"prepublish": "npm run test",
				"test": "npm run jasmine && npm run jest && npm run test:types",
				"test:types": "tsc -p ./types"
			},
			"dependencies": {
				"sax": "^1.2.4"
			},
			"devDependencies": {
				"babel-core": "^6.26.3",
				"babel-loader": "^7.1.4",
				"babel-preset-env": "^1.7.0",
				"biased-opener": "^0.2.8",
				"browser-sync": "^2.26.3",
				"cash-cat": "^0.2.0",
				"codacy-coverage": "^3.4.0",
				"codeclimate-test-reporter": "^0.5.1",
				"codecov": "^3.1.0",
				"coveralls": "^3.0.2",
				"cross-env": "^5.2.0",
				"eslint": "^5.12.0",
				"globify": "^2.3.4",
				"istanbul": "^0.4.5",
				"jasmine": "^3.3.1",
				"jest": "^20.0.4",
				"jest-cli": "^20.0.4",
				"jsonpath": "^1.0.0",
				"nodemon": "^1.18.9",
				"npm-run-all": "^4.1.5",
				"prismjs": "^1.15.0",
				"typescript": "^3.2.2",
				"unminified-webpack-plugin": "^1.4.2",
				"watch": "^1.0.1",
				"webpack": "^3.10.0"
			},
			"gitHead": "f0376f265c4f299100fb4766828ebf066a0edeec",
			"_id": "xml-js@1.6.11",
			"_nodeVersion": "10.11.0",
			"_npmVersion": "6.7.0",
			"dist": {
				"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
				"shasum": "927d2f6947f7f1c19a316dd8eea3614e8b18f8e9",
				"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
				"fileCount": 22,
				"unpackedSize": 420551,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcY6v7CRA9TVsSAnZWagAASr8P/iOr3LKh+H9oeHSIF8Ix\nmw9HV1RW4dqHESBD0L0zVTS+pVtqSfuU5CFwiyVnabk4mkR0xDKfLh028Xu2\nXa9CqdfNjMcf8QeCBNYDnUk6voGhWuEdvRRlpSN1IVrkxWPv3QhNmAFwC8JD\nwqRSUDj7EW8PR2juxPkmV8Bj7o05iiOPmjinUQigQNBxpFbMRuQ5SYMK5jfq\n7o9GaKnhYeGGRlIJExGfFbc7vJ1suC/4pwv2p/8i2ldvp5q+AZfz5YwAfuRO\nvdlEy1DRCdspLT5DfNEW4Z+gfqgnLs5YxBjAbV9usgYTEhD+Rry/a5dGmdg1\nwllRB5wp1pwhQbK587/su2xes6b4DxWlsXopZjYHXX45NwDBDqMtZerpBgIY\nmVqeRMaGLxoBPsVBn9Cwref7APpQsGiIDKf9p5I7i741qC4vsJ7aQ9f79j9V\nAT3HmERyTdGoQmp6p6wkPgfARCHVDyKPu8qnNlEFZ0wNb1uM4JnAJxYGy8CG\nK1/2DI2FAh7BQrqth4TQqFH0EO47tPNLtsSdfcuKoCll8MSMczP6Tv69Y3UF\nT522HSR1nUt36vXoHkfE4uF8IW52qBMoczCmomr9JFJV0NiVRrPVZMcWEyX4\ncm6YIlBNm6yks8AXyX8mRP5D8G9Fk2T2bUVD73fwAqOSbBuY3IhXhM3KNwk0\nXzRO\r\n=hnVu\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "nashwaan",
					"email": "ysf953@gmail.com"
				}
			],
			"_npmUser": {
				"name": "nashwaan",
				"email": "ysf953@gmail.com"
			},
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/xml-js_1.6.11_1550035962709_0.8516928495106102"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-02-13T05:32:46.577Z",
		"created": "2016-05-25T08:50:11.273Z",
		"0.1.0": "2016-05-25T08:50:11.273Z",
		"0.8.0": "2016-05-30T11:38:52.961Z",
		"0.8.1": "2016-05-31T03:34:12.961Z",
		"0.8.2": "2016-05-31T04:01:24.184Z",
		"0.8.3": "2016-05-31T15:10:43.276Z",
		"0.8.4": "2016-05-31T15:12:26.504Z",
		"0.8.5": "2016-06-01T12:00:42.061Z",
		"0.8.6": "2016-06-02T10:54:42.421Z",
		"0.8.7": "2016-06-02T11:06:03.655Z",
		"0.8.8": "2016-06-05T15:40:24.535Z",
		"0.8.9": "2016-06-06T05:25:00.123Z",
		"0.9.0": "2016-06-06T05:46:00.685Z",
		"0.9.1": "2016-06-06T06:09:43.096Z",
		"0.9.2": "2016-06-07T08:32:24.153Z",
		"0.9.3": "2016-06-11T13:48:30.711Z",
		"0.9.4": "2016-09-06T09:56:16.586Z",
		"0.9.5": "2016-09-07T08:30:46.029Z",
		"0.9.6": "2016-11-01T06:00:35.021Z",
		"0.9.7": "2016-11-04T07:23:18.925Z",
		"1.0.0": "2017-01-13T06:03:51.069Z",
		"1.0.1": "2017-01-25T05:21:24.781Z",
		"1.0.2": "2017-01-25T13:33:37.183Z",
		"1.1.0": "2017-04-27T01:48:15.347Z",
		"1.2.0": "2017-04-27T08:09:15.665Z",
		"1.2.1": "2017-04-27T09:33:49.944Z",
		"1.2.2": "2017-04-27T09:45:26.952Z",
		"1.3.0": "2017-05-21T10:42:33.937Z",
		"1.3.1": "2017-05-25T02:33:22.810Z",
		"1.3.2": "2017-05-25T03:16:12.100Z",
		"1.3.3": "2017-08-13T11:39:17.537Z",
		"1.3.4": "2017-08-16T09:21:10.551Z",
		"1.4.0": "2017-08-19T19:13:04.123Z",
		"1.4.1": "2017-08-21T08:34:24.192Z",
		"1.4.2": "2017-09-12T06:10:48.158Z",
		"1.5.0": "2017-10-02T04:09:02.525Z",
		"1.5.1": "2017-10-03T12:26:17.871Z",
		"1.5.2": "2017-11-10T18:05:34.686Z",
		"1.6.0": "2017-12-17T11:10:27.570Z",
		"1.6.1": "2017-12-18T10:22:14.247Z",
		"1.6.2": "2018-01-03T20:13:20.188Z",
		"1.6.3": "2018-05-18T07:59:29.734Z",
		"1.6.4": "2018-05-24T04:37:00.993Z",
		"1.6.5": "2018-07-03T06:32:51.702Z",
		"1.6.6": "2018-07-03T06:41:21.834Z",
		"1.6.7": "2018-07-03T06:51:28.647Z",
		"1.6.8": "2018-09-20T12:10:17.533Z",
		"1.6.9": "2019-01-11T16:56:11.040Z",
		"1.6.10": "2019-02-13T05:24:19.137Z",
		"1.6.11": "2019-02-13T05:32:42.879Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.6.11"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"e4fdd0347cc848275fe16bde2a5faf51\"",
			"fetched": 1600679310873
		}
	},
	"_distfiles": {
		"xml-js-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.1.0.tgz",
			"sha": "ff0107f2bc0dcbea27af42dec1a7b294e5f5c1e1",
			"registry": "npmjs"
		},
		"xml-js-0.8.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.0.tgz",
			"sha": "93fa95a4030dc1498863d2b6809f7c898747c350",
			"registry": "npmjs"
		},
		"xml-js-0.8.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.1.tgz",
			"sha": "f773c21e97eed6151d3b247baa752d030ec58789",
			"registry": "npmjs"
		},
		"xml-js-0.8.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.2.tgz",
			"sha": "289fd04d9b7887189032a221cbcfa1d8283c324b",
			"registry": "npmjs"
		},
		"xml-js-0.8.3.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.3.tgz",
			"sha": "5e8b23dc506ccf9a63ee2c6a7e20486ae5fcb19d",
			"registry": "npmjs"
		},
		"xml-js-0.8.4.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.4.tgz",
			"sha": "36a2799a9197697b8fd66a4afb085cb89e926851",
			"registry": "npmjs"
		},
		"xml-js-0.8.5.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.5.tgz",
			"sha": "6f68f40b2741b69a2ca37d213d244f4a02108cd4",
			"registry": "npmjs"
		},
		"xml-js-0.8.6.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.6.tgz",
			"sha": "8f6f82cde0e7ced52c76bd77e6bd92d873900064",
			"registry": "npmjs"
		},
		"xml-js-0.8.7.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.7.tgz",
			"sha": "cd0d57d058dd234be52b19f3511af19dcd139af3",
			"registry": "npmjs"
		},
		"xml-js-0.8.8.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.8.tgz",
			"sha": "5107118d90197ac45feb85319f577025293a3f73",
			"registry": "npmjs"
		},
		"xml-js-0.8.9.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.8.9.tgz",
			"sha": "b734f1831906eb37c0dda5416a9d975b673cf753",
			"registry": "npmjs"
		},
		"xml-js-0.9.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.0.tgz",
			"sha": "87ab630c662cbeb7cc66304de1105a8ecb7920b8",
			"registry": "npmjs"
		},
		"xml-js-0.9.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.1.tgz",
			"sha": "d4c18595037e5862f4eb5cfe49fd421daa9f9b99",
			"registry": "npmjs"
		},
		"xml-js-0.9.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.2.tgz",
			"sha": "830dc375c32b6f49825db53d0c93e90d527be2a9",
			"registry": "npmjs"
		},
		"xml-js-0.9.3.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.3.tgz",
			"sha": "6969586269fe9699ff7a0163e45bffc28fcad12e",
			"registry": "npmjs"
		},
		"xml-js-0.9.4.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.4.tgz",
			"sha": "83f17b95348d15d862f94071a6d2e59b67c240fd",
			"registry": "npmjs"
		},
		"xml-js-0.9.5.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.5.tgz",
			"sha": "87709f72bbb5ccac55790ad095635346527d523b",
			"registry": "npmjs"
		},
		"xml-js-0.9.6.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.6.tgz",
			"sha": "66dca895fe232948e45c493f8fb59e375c2aa4b0",
			"registry": "npmjs"
		},
		"xml-js-0.9.7.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.7.tgz",
			"sha": "c8b47dff31519bfd281fb091d999befdb0df494a",
			"registry": "npmjs"
		},
		"xml-js-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.0.tgz",
			"sha": "599d25d51aceee3d23ada2bc130980445b662f29",
			"registry": "npmjs"
		},
		"xml-js-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.1.tgz",
			"sha": "d1f75f9c041b78db8dd18e7b9d9dbe880cb00aa0",
			"registry": "npmjs"
		},
		"xml-js-1.0.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.0.2.tgz",
			"sha": "95bbe24591a91542ad852a1c4839d80c363db5b4",
			"registry": "npmjs"
		},
		"xml-js-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.1.0.tgz",
			"sha": "36dbdec91bea0d3ea1b02ba06d4a8dd89c330ff6",
			"registry": "npmjs"
		},
		"xml-js-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.0.tgz",
			"sha": "6367be618f2d0d97b8c8d115a3f671e5d4eb3340",
			"registry": "npmjs"
		},
		"xml-js-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.1.tgz",
			"sha": "d4a35b97cb34183293e79641598225e382979c92",
			"registry": "npmjs"
		},
		"xml-js-1.2.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.2.2.tgz",
			"sha": "8443dbd71d3e384dc58dd38da4c9f4b92184fa3b",
			"registry": "npmjs"
		},
		"xml-js-1.3.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.0.tgz",
			"sha": "81f5fc905d0418fda9c3530a62708618d23e3eaa",
			"registry": "npmjs"
		},
		"xml-js-1.3.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.1.tgz",
			"sha": "0a877a66b0e57a47055b478dd38a53c3fbcc1bdb",
			"registry": "npmjs"
		},
		"xml-js-1.3.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.2.tgz",
			"sha": "6157f1987f0f0ab994237bb827aa0c3401aea843",
			"registry": "npmjs"
		},
		"xml-js-1.3.3.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.3.tgz",
			"sha": "b3b58a34b31cd0256e062e886f0b123bad278a76",
			"registry": "npmjs"
		},
		"xml-js-1.3.4.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.3.4.tgz",
			"sha": "4cd85d5a93846a70f2a3ec37d99ffb24e82b8c11",
			"registry": "npmjs"
		},
		"xml-js-1.4.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.0.tgz",
			"sha": "3d2fc23979801fac970ba433de67b16ea02d3c5b",
			"registry": "npmjs"
		},
		"xml-js-1.4.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.1.tgz",
			"sha": "b34fface0c6d89804aaf0a182821ac1ed08a01e9",
			"registry": "npmjs"
		},
		"xml-js-1.4.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.4.2.tgz",
			"sha": "c270b0507b7e22f75f0a7b70a9e32097713a5ec3",
			"registry": "npmjs"
		},
		"xml-js-1.5.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.0.tgz",
			"sha": "0cb79d395e2d4f183065e41b9a671cb982062aa2",
			"registry": "npmjs"
		},
		"xml-js-1.5.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.1.tgz",
			"sha": "cae6cfbcaa9a25774ac1ddfcc62d9a06cc6be965",
			"registry": "npmjs"
		},
		"xml-js-1.5.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.5.2.tgz",
			"sha": "234780d012b49a19093dbd464228d06303fddc23",
			"registry": "npmjs"
		},
		"xml-js-1.6.0.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.0.tgz",
			"sha": "3a881872604ea12d97940f4c5772f480175a3ca7",
			"registry": "npmjs"
		},
		"xml-js-1.6.1.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.1.tgz",
			"sha": "e94121bf73acf54126241fe7d913508f4cf49e90",
			"registry": "npmjs"
		},
		"xml-js-1.6.2.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.2.tgz",
			"sha": "4c4cb8413998f73701a202a1b8b2f17c985a72c5",
			"registry": "npmjs"
		},
		"xml-js-1.6.3.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.3.tgz",
			"sha": "c28e1d76f446ad922f279e8612043029736e3e72",
			"registry": "npmjs"
		},
		"xml-js-1.6.4.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.4.tgz",
			"sha": "fcf9fdc9fb6d691122a02fe5a55c30f84d93ab90",
			"registry": "npmjs"
		},
		"xml-js-1.6.5.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.5.tgz",
			"sha": "02a0cf207fb6ea7aec46b2d44856270c48133ee2",
			"registry": "npmjs"
		},
		"xml-js-1.6.6.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.6.tgz",
			"sha": "82b12ef4f118d65dc4f62526148364fe46fa6d73",
			"registry": "npmjs"
		},
		"xml-js-1.6.7.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.7.tgz",
			"sha": "a99b40c18a16d3e06537b3ae026a27bd60ffe8ab",
			"registry": "npmjs"
		},
		"xml-js-1.6.8.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.8.tgz",
			"sha": "e06419c54235f18f4c2cdda824cbd65a782330de",
			"registry": "npmjs"
		},
		"xml-js-1.6.9.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.9.tgz",
			"sha": "6e516ce53c64ea0043cbc6ee8500e5d693602757",
			"registry": "npmjs"
		},
		"xml-js-1.6.10.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.10.tgz",
			"sha": "7ac97fbfa98a63df3bd5a81f5f80d0d1e08b63cb",
			"registry": "npmjs"
		},
		"xml-js-1.6.11.tgz": {
			"url": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
			"sha": "927d2f6947f7f1c19a316dd8eea3614e8b18f8e9",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"xml-js-1.6.11.tgz": {
			"shasum": "927d2f6947f7f1c19a316dd8eea3614e8b18f8e9"
		}
	},
	"_rev": "2-ab0154f1ec126c99",
	"_id": "xml-js",
	"readme": "![XML ⇔ JS/JSON](http://nashwaan.github.io/xml-js/images/logo.svg)\n\nConvert XML text to Javascript object / JSON text (and vice versa).\n\n[![Build Status](https://ci.appveyor.com/api/projects/status/0ky9f115m0f0r0gf?svg=true)](https://ci.appveyor.com/project/nashwaan/xml-js)\n[![Build Status](https://travis-ci.org/nashwaan/xml-js.svg?branch=master)](https://travis-ci.org/nashwaan/xml-js)\n[![Build Status](https://img.shields.io/circleci/project/nashwaan/xml-js.svg)](https://circleci.com/gh/nashwaan/xml-js)\n<!-- [![pipeline status](https://gitlab.com/nashwaan/xml-js/badges/master/pipeline.svg)](https://gitlab.com/nashwaan/xml-js/commits/master) -->\n\n[![Coverage Status](https://coveralls.io/repos/github/nashwaan/xml-js/badge.svg?branch=master)](https://coveralls.io/github/nashwaan/xml-js?branch=master)\n[![codecov](https://codecov.io/gh/nashwaan/xml-js/branch/master/graph/badge.svg)](https://codecov.io/gh/nashwaan/xml-js)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f6ed5dd79a5b4041bfd2732963c4d09b)](https://www.codacy.com/app/ysf953/xml-js?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=nashwaan/xml-js&amp;utm_campaign=Badge_Grade)\n[![Code Climate](https://codeclimate.com/github/nashwaan/xml-js/badges/gpa.svg)](https://codeclimate.com/github/nashwaan/xml-js)\n\n[![npm](http://img.shields.io/npm/v/xml-js.svg)](https://www.npmjs.com/package/xml-js)\n[![License](https://img.shields.io/npm/l/xml-js.svg)](LICENSE)\n[![Downloads/month](https://img.shields.io/npm/dm/xml-js.svg)](http://www.npmtrends.com/xml-js)\n[![Dependency Status](https://david-dm.org/nashwaan/xml-js.svg)](https://david-dm.org/nashwaan/xml-js)\n[![Package Quality](http://npm.packagequality.com/shield/xml-js.svg)](http://packagequality.com/#?package=xml-js)\n\n# Synopsis\n\n![Convert XML ↔ JS/JSON as compact or non-compact](http://nashwaan.github.io/xml-js/images/synopsis.svg)\n<!---![Convert XML ↔ JS/JSON as compact or non-compact](/synopsis.png?raw=true \"Synopsis Diagram\")-->\n\n# Features\n\n* **Maintain Order of Elements**:\nMost libraries will convert `<a/><b/><a/>` to `{a:[{},{}],b:{}}` which merges any node of same name into an array. This library can create the following to preserve the order of elements:\n`{\"elements\":[{\"type\":\"element\",\"name\":\"a\"},{\"type\":\"element\",\"name\":\"b\"},{\"type\":\"element\",\"name\":\"a\"}]}`.\n\nThis is very important and it is the main reason why this library was created. Read also [Compact vs Non-Compact](#compact-vs-non-compact) for more info.\n\n* **Fully XML Compliant**:\nCan parse: elements, attributes, texts, comments, CData, DOCTYPE, XML declarations, and Processing Instructions.\n\n* **Reversible**:\nWhether converting xml→json or json→xml, the result can be converted back to its original form.\n\n* **Minimal Dependencies**:\nThis library depends only on one external npm module.\n\n* **Change Property Key Name**:\nUsually output of XML attributes are stored in `@attr`, `_atrr`, `$attr` or `$` in order to avoid conflicting with name of sub-elements.\nThis library store them in `attributes`, but most importantly, you can change this to whatever you like.\n\n* **Support Upwards Traversal**:\nBy setting `{addParent: true}` option, an extra property named `parent` will be generated along each element so that its parent can be referenced.\nTherefore, anywhere during the traversal of an element, its children **and** its parent can be easily accessed.\n\n* **Support Command Line**:\nTo quickly convert xml or json files, this module can be installed globally or locally (i.e. use it as [script](https://docs.npmjs.com/misc/scripts) in package.json).\n\n* **Customize Processing using Callback Hooks**:\n[Custom functions](#options-for-custom-processing-functions) can be supplied to do additional processing for different parts of xml or json (like cdata, comments, elements, attributes ...etc).\n\n* **Portable Code**:\nWritten purely in JavaScript which means it can be used in Node environment and **browser** environment (via bundlers like browserify/JSPM/Webpack).\n\n* **Typings Info Included**:\nSupport type checking and code suggestion via intellisense.\nThanks to the wonderful efforts by [DenisCarriere](https://github.com/DenisCarriere).\n\n## Compact vs Non-Compact\n\nMost XML to JSON converters (including online converters) convert `<a/>` to some compact output like `{\"a\":{}}`\ninstead of non-compact output like `{\"elements\":[{\"type\":\"element\",\"name\":\"a\"}]}`.\n\nWhile compact output might work in most situations, there are cases when elements of different names are mixed inside a parent element. Lets use `<a x=\"1\"/><b x=\"2\"/><a x=\"3\"/>` as an example.\nMost converters will produce compact output like this `{a:[{_:{x:\"1\"}},{_:{x:\"3\"}}], b:{_:{x:\"2\"}}}`,\nwhich has merged both `<a>` elements into an array. If you try to convert this back to xml, you will get `<a x=\"1\"/><a x=\"3\"/><b x=\"2\"/>`\nwhich has not preserved the order of elements!\n\nThe reason behind this behavior is due to the inherent limitation in the compact representation. \nBecause output like `{a:{_:{x:\"1\"}}, b:{_:{x:\"2\"}}, a:{_:{x:\"3\"}}}` is illegal (same property name `a` should not appear twice in an object). This leaves no option but to use array `{a:[{_:{x:\"1\"}},{_:{x:\"3\"}}]`.\n\nThe non-compact output, which is supported by this library, will produce more information and always guarantees the order of the elements as they appeared in the XML file.\n\nAnother drawback of compact output is the resultant element can be an object or an array and therefore makes the client code a little awkward in terms of the extra check needed on object type before processing.\n\nNOTE: Although non-compact output is more accurate representation of original XML than compact version, the non-compact version is verbose and consumes more space.\nThis library provides both options. Use `{compact: false}` if you are not sure because it preserves everything;\notherwise use `{compact: true}` if you want to save space and you don't care about mixing elements of same name and losing their order.\n\nTip: You can reduce the output size by using shorter [key names](#options-for-changing-key-names).\n\n# Usage\n\n## Installation\n\n```\nnpm install --save xml-js\n```\n\nYou can also install it globally to use it as a command line convertor (see [Command Line](#command-line)).\n\n```\nnpm install --global xml-js\n```\n\n## Quick start\n\n```js\nvar convert = require('xml-js');\nvar xml =\n'<?xml version=\"1.0\" encoding=\"utf-8\"?>' +\n'<note importance=\"high\" logged=\"true\">' +\n'    <title>Happy</title>' +\n'    <todo>Work</todo>' +\n'    <todo>Play</todo>' +\n'</note>';\nvar result1 = convert.xml2json(xml, {compact: true, spaces: 4});\nvar result2 = convert.xml2json(xml, {compact: false, spaces: 4});\nconsole.log(result1, '\\n', result2);\n```\n\nTo see the result of this code, see the output above in [Synopsis](#synopsis) section.\n\nOr [run and edit](https://runkit.com/587874e079a2f60013c1f5ac/587874e079a2f60013c1f5ad) this code live in the browser.\n\n## Sample Conversions\n\n| XML | JS/JSON compact | JS/JSON non-compact |\n|:----|:----------------|:--------------------|\n| `<a/>` | `{\"a\":{}}` | `{\"elements\":[{\"type\":\"element\",\"name\":\"a\"}]}` |\n| `<a/><b/>` | `{\"a\":{},\"b\":{}}` | `{\"elements\":[{\"type\":\"element\",\"name\":\"a\"},{\"type\":\"element\",\"name\":\"b\"}]}` |\n| `<a><b/></a>` | `{\"a\":{\"b\":{}}}` | `{\"elements\":[{\"type\":\"element\",\"name\":\"a\",\"elements\":[{\"type\":\"element\",\"name\":\"b\"}]}]}` |\n| `<a> Hi </a>` | `{\"a\":{\"_text\":\" Hi \"}}` | `{\"elements\":[{\"type\":\"element\",\"name\":\"a\",\"elements\":[{\"type\":\"text\",\"text\":\" Hi \"}]}]}` |\n| `<a x=\"1.234\" y=\"It's\"/>` | `{\"a\":{\"_attributes\":{\"x\":\"1.234\",\"y\":\"It's\"}}}` | `{\"elements\":[{\"type\":\"element\",\"name\":\"a\",\"attributes\":{\"x\":\"1.234\",\"y\":\"It's\"}}]}` |\n| `<?xml?>` | `{\"_declaration\":{}}` | `{\"declaration\":{}}` |\n| `<?go there?>` | `{\"_instruction\":{\"go\":\"there\"}}` | `{\"elements\":[{\"type\":\"instruction\",\"name\":\"go\",\"instruction\":\"there\"}]}` |\n| `<?xml version=\"1.0\" encoding=\"utf-8\"?>` | `{\"_declaration\":{\"_attributes\":{\"version\":\"1.0\",\"encoding\":\"utf-8\"}}}` | `{\"declaration\":{\"attributes\":{\"version\":\"1.0\",\"encoding\":\"utf-8\"}}}` |\n| `<!--Hello, World!-->` | `{\"_comment\":\"Hello, World!\"}` | `{\"elements\":[{\"type\":\"comment\",\"comment\":\"Hello, World!\"}]}` |\n| `<![CDATA[<foo></bar>]]>` | `{\"_cdata\":\"<foo></bar>\"}` | `{\"elements\":[{\"type\":\"cdata\",\"cdata\":\"<foo></bar>\"}]}` |\n\n# API Reference\n\nThis library provides 4 functions: `js2xml()`, `json2xml()`, `xml2js()`, and `xml2json()`. Here are the usages for each one (see more details in the following sections):\n```js\nvar convert = require('xml-js');\nresult = convert.js2xml(js, options);     // to convert javascript object to xml text\nresult = convert.json2xml(json, options); // to convert json text to xml text\nresult = convert.xml2js(xml, options);    // to convert xml text to javascript object\nresult = convert.xml2json(xml, options);  // to convert xml text to json text\n```\n\n## Convert JS object / JSON → XML\n\nTo convert JavaScript object to XML text, use `js2xml()`. To convert JSON text to XML text, use `json2xml()`.\n\n```js\nvar convert = require('xml-js');\nvar json = require('fs').readFileSync('test.json', 'utf8');\nvar options = {compact: true, ignoreComment: true, spaces: 4};\nvar result = convert.json2xml(json, options);\nconsole.log(result);\n```\n\n### Options for Converting JS object / JSON → XML\n\nThe below options are applicable for both `js2xml()` and `json2xml()` functions.\n\n\n| Option                | Default | Description |\n|:----------------------|:--------|:------------|\n| `spaces`              | `0`     | Number of spaces to be used for indenting XML output. Passing characters like `' '` or `'\\t'` are also accepted. |\n| `compact`             | `false` | Whether the *input* object is in compact form or not. By default, input is expected to be in non-compact form. |\n|                       |         | IMPORTANT: Remeber to set this option `compact: true` if you are supplying normal json (which is likely equivalent to compact form). Otherwise, the function assumes your json input is non-compact form and you will not get a result if it is not in that form. See [Synopsis](#synopsis) to know the difference between the two json forms |\n| `fullTagEmptyElement` | `false` | Whether to produce element without sub-elements as full tag pairs `<a></a>` rather than self closing tag `<a/>`. |\n| `indentCdata`         | `false` | Whether to write CData in a new line and indent it. Will generate `<a>\\n <![CDATA[foo]]></a>` instead of `<a><![CDATA[foo]]></a>`. See [discussion](https://github.com/nashwaan/xml-js/issues/14) |\n| `indentAttributes`    | `false` | Whether to print attributes across multiple lines and indent them (when `spaces` is not `0`). See [example](https://github.com/nashwaan/xml-js/issues/31). |\n| `ignoreDeclaration`   | `false` | Whether to ignore writing declaration directives of xml. For example, `<?xml?>` will be ignored. |\n| `ignoreInstruction`   | `false` | Whether to ignore writing processing instruction of xml. For example, `<?go there?>` will be ignored. |\n| `ignoreAttributes`    | `false` | Whether to ignore writing attributes of the elements. For example, `x=\"1\"` in `<a x=\"1\"></a>` will be ignored |\n| `ignoreComment`       | `false` | Whether to ignore writing comments of the elements. That is, no `<!--  -->` will be generated. |\n| `ignoreCdata`         | `false` | Whether to ignore writing CData of the elements. That is, no `<![CDATA[ ]]>` will be generated. |\n| `ignoreDoctype`       | `false` | Whether to ignore writing Doctype of the elements. That is, no `<!DOCTYPE >` will be generated. |\n| `ignoreText`          | `false` | Whether to ignore writing texts of the elements. For example, `hi` text in `<a>hi</a>` will be ignored. |\n\n## Convert XML → JS object / JSON\n\nTo convert XML text to JavaScript object, use `xml2js()`. To convert XML text to JSON text, use `xml2json()`.\n\n```js\nvar convert = require('xml-js');\nvar xml = require('fs').readFileSync('test.xml', 'utf8');\nvar options = {ignoreComment: true, alwaysChildren: true};\nvar result = convert.xml2js(xml, options); // or convert.xml2json(xml, options)\nconsole.log(result);\n```\n\n### Options for Converting XML → JS object / JSON\n\nThe below options are applicable for both `xml2js()` and `xml2json()` functions.\n\n| Option              | Default | Description |\n|:--------------------|:--------|:------------|\n| `compact`           | `false` | Whether to produce detailed object or compact object. |\n| `trim`              | `false` | Whether to trim whitespace characters that may exist before and after the text. |\n| `sanitize` ([Deprecated](https://github.com/nashwaan/xml-js/issues/26)) | `false` | Whether to replace `&` `<` `>` with `&amp;` `&lt;` `&gt;` respectively, in the resultant text. |\n| `nativeType`        | `false` | Whether to attempt converting text of numerals or of boolean values to native type. For example, `\"123\"` will be `123` and `\"true\"` will be `true` |\n| `nativeTypeAttributes` | `false` | Whether to attempt converting attributes of numerals or of boolean values to native type. See also `nativeType` above. |\n| `addParent`         | `false` | Whether to add `parent` property in each element object that points to parent object. |\n| `alwaysArray`       | `false` | Whether to always put sub element, even if it is one only, as an item inside an array. `<a><b/></a>` will be `a:[{b:[{}]}]` rather than `a:{b:{}}` (applicable for compact output only). If the passed value is an array, only elements with names in the passed array are always made arrays. |\n| `alwaysChildren`    | `false` | Whether to always generate `elements` property even when there are no actual sub elements. `<a></a>` will be `{\"elements\":[{\"type\":\"element\",\"name\":\"a\",\"elements\":[]}]}` rather than `{\"elements\":[{\"type\":\"element\",\"name\":\"a\"}]}` (applicable for non-compact output). |\n| `instructionHasAttributes` | `false` | Whether to parse contents of Processing Instruction as attributes or not. `<?go to=\"there\"?>` will be `{\"_instruction\":{\"go\":{\"_attributes\":{\"to\":\"there\"}}}}` rather than `{\"_instruction\":{\"go\":\"to=\\\"there\\\"\"}}`. See [discussion](https://github.com/nashwaan/xml-js/issues/17). |\n| `ignoreDeclaration` | `false` | Whether to ignore parsing declaration property. That is, no `declaration` property will be generated. |\n| `ignoreInstruction` | `false` | Whether to ignore parsing processing instruction property. That is, no `instruction` property will be generated. |\n| `ignoreAttributes`  | `false` | Whether to ignore parsing attributes of elements.That is, no `attributes` property will be generated. |\n| `ignoreComment`     | `false` | Whether to ignore parsing comments of the elements. That is, no `comment` will be generated. |\n| `ignoreCdata`       | `false` | Whether to ignore parsing CData of the elements. That is, no `cdata` will be generated. |\n| `ignoreDoctype`     | `false` | Whether to ignore parsing Doctype of the elements. That is, no `doctype` will be generated. |\n| `ignoreText`        | `false` | Whether to ignore parsing texts of the elements. That is, no `text` will be generated. |\n\nThe below option is applicable only for `xml2json()` function.\n\n| Option              | Default | Description |\n|:--------------------|:--------|:------------|\n| `spaces`            | `0`     | Number of spaces to be used for indenting JSON output. Passing characters like `' '` or `'\\t'` are also accepted. |\n\n## Options for Changing Key Names\n\nTo change default key names in the output object or the default key names assumed in the input JavaScript object / JSON, use the following options:\n\n| Option              | Default | Description |\n|:--------------------|:--------|:------------|\n| `declarationKey`    | `\"declaration\"` or `\"_declaration\"` | Name of the property key which will be used for the declaration. For example, if `declarationKey: '$declaration'` then output of `<?xml?>` will be `{\"$declaration\":{}}` *(in compact form)* |\n| `instructionKey`    | `\"instruction\"` or `\"_instruction\"` | Name of the property key which will be used for the processing instruction. For example, if `instructionKey: '$instruction'` then output of `<?go there?>` will be `{\"$instruction\":{\"go\":\"there\"}}` *(in compact form)* |\n| `attributesKey`     | `\"attributes\"` or `\"_attributes\"` | Name of the property key which will be used for the attributes. For example, if `attributesKey: '$attributes'` then output of `<a x=\"hello\"/>` will be `{\"a\":{$attributes:{\"x\":\"hello\"}}}` *(in compact form)* |\n| `textKey`           | `\"text\"` or `\"_text\"` | Name of the property key which will be used for the text. For example, if `textKey: '$text'` then output of `<a>hi</a>` will be `{\"a\":{\"$text\":\"Hi\"}}` *(in compact form)* |\n| `cdataKey`          | `\"cdata\"` or `\"_cdata\"` | Name of the property key which will be used for the cdata. For example, if `cdataKey: '$cdata'` then output of `<![CDATA[1 is < 2]]>` will be `{\"$cdata\":\"1 is < 2\"}` *(in compact form)* |\n| `doctypeKey`        | `\"doctype\"` or `\"_doctype\"` | Name of the property key which will be used for the doctype. For example, if `doctypeKey: '$doctype'` then output of `<!DOCTYPE foo>` will be `{\"$doctype\":\" foo}` *(in compact form)* |\n| `commentKey`        | `\"comment\"` or `\"_comment\"` | Name of the property key which will be used for the comment. For example, if `commentKey: '$comment'` then output of `<!--note-->` will be `{\"$comment\":\"note\"}` *(in compact form)* |\n| `parentKey`         | `\"parent\"` or `\"_parent\"` | Name of the property key which will be used for the parent. For example, if `parentKey: '$parent'` then output of `<a></b></a>` will be `{\"a\":{\"b\":{$parent:_points_to_a}}}` *(in compact form)* |\n| `typeKey`           | `\"type\"` | Name of the property key which will be used for the type. For example, if `typeKey: '$type'` then output of `<a></a>` will be `{\"elements\":[{\"$type\":\"element\",\"name\":\"a\"}]}` *(in non-compact form)* |\n| `nameKey`           | `\"name\"` | Name of the property key which will be used for the name. For example, if `nameKey: '$name'` then output of `<a></a>` will be `{\"elements\":[{\"type\":\"element\",\"$name\":\"a\"}]}` *(in non-compact form)* |\n| `elementsKey`       | `\"elements\"` | Name of the property key which will be used for the elements. For example, if `elementsKey: '$elements'` then output of `<a></a>` will be `{\"$elements\":[{\"type\":\"element\",\"name\":\"a\"}]}` *(in non-compact form)* |\n\nTwo default values mean the first is used for *non-compact* output and the second is for *compact* output.\n\n> **TIP**: In compact mode, you can further reduce output result by using fewer characters for key names `{textKey: '_', attributesKey: '$', commentKey: 'value'}`. This is also applicable to non-compact mode.\n\n> **TIP**: In non-compact mode, you probably want to set `{textKey: 'value', cdataKey: 'value', commentKey: 'value'}` \n> to make it more consistent and easier for your client code to go through the contents of text, cdata, and comment.\n\n## Options for Custom Processing Functions\n\nFor XML → JS object / JSON, following custom callback functions can be supplied:\n\n```js\nvar convert = require('xml-js');\nvar xml = '<foo:Name>Ali</Name> <bar:Age>30</bar:Age>';\nvar options = {compact: true, elementNameFn: function(val) {return val.replace('foo:','').toUpperCase();}};\nvar result = convert.xml2json(xml, options);\nconsole.log(result); // {\"NAME\":{\"_text\":\"Ali\"},\"BAR:AGE\":{\"_text\":\"30\"}}\n```\n\n| Option              | Signature | Description |\n|:--------------------|:----------|:------------|\n| `doctypeFn` | `(value, parentElement)` | To perform additional processing for DOCTYPE. For example, `{doctypeFn: function(val) {return val.toUpperCase();}}` |\n| `instructionFn` | `(instructionValue, instructionName, parentElement)` | To perform additional processing for content of Processing Instruction value. For example, `{instructionFn: function(val) {return val.toUpperCase();}}`. Note: `instructionValue` will be an object if `instructionHasAttributes` is enabled. |\n| `cdataFn` | `(value, parentElement)` | To perform additional processing for CData. For example, `{cdataFn: function(val) {return val.toUpperCase();}}`. |\n| `commentFn` | `(value, parentElement)` | To perform additional processing for comments. For example, `{commentFn: function(val) {return val.toUpperCase();}}`. |\n| `textFn` | `(value, parentElement)` | To perform additional processing for texts inside elements. For example, `{textFn: function(val) {return val.toUpperCase();}}`. |\n| `instructionNameFn` | `(instructionName, instructionValue, parentElement)` | To perform additional processing for Processing Instruction name. For example, `{instructionNameFn: function(val) {return val.toUpperCase();}}`. Note: `instructionValue` will be an object if `instructionHasAttributes` is enabled. |\n| `elementNameFn` | `(value, parentElement)` | To perform additional processing for element name. For example, `{elementNameFn: function(val) {return val.toUpperCase();}}`. |\n| `attributeNameFn` | `(attributeName, attributeValue, parentElement)` | To perform additional processing for attribute name. For example, `{attributeNameFn: function(val) {return val.toUpperCase();}}`. |\n| `attributeValueFn` | `(attributeValue, attributeName, parentElement)` | To perform additional processing for attributeValue. For example, `{attributeValueFn: function(val) {return val.toUpperCase();}}`. |\n| `attributesFn` | `(value, parentElement)` | To perform additional processing for attributes object. For example, `{attributesFn: function(val) {return val.toUpperCase();}}`. |\n\nFor JS object / JSON → XML, following custom callback functions can be supplied:\n\n```js\nvar convert = require('xml-js');\nvar json = '{\"name\":{\"_text\":\"Ali\"},\"age\":{\"_text\":\"30\"}}';\nvar options = {compact: true, textFn: function(val, elementName) {return elementName === 'age'? val + '';}};\nvar result = convert.json2xml(json, options);\nconsole.log(result); // <foo:Name>Ali</Name> <bar:Age>30</bar:Age>\n```\n\n| Option              | Signature | Description |\n|:--------------------|:----------|:------------|\n| `doctypeFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for DOCTYPE. For example, `{doctypeFn: function(val) {return val.toUpperCase();}`. |\n| `instructionFn` | `(instructionValue, instructionName, currentElementName, currentElementObj)` | To perform additional processing for content of Processing Instruction value. For example, `{instructionFn: function(val) {return val.toUpperCase();}}`. Note: `instructionValue` will be an object if `instructionHasAttributes` is enabled. |\n| `cdataFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for CData. For example, `{cdataFn: function(val) {return val.toUpperCase();}}`. |\n| `commentFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for comments. For example, `{commentFn: function(val) {return val.toUpperCase();}}`. |\n| `textFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for texts inside elements. For example, `{textFn: function(val) {return val.toUpperCase();}}`. |\n| `instructionNameFn` | `(instructionName, instructionValue, currentElementName, currentElementObj)` | To perform additional processing for Processing Instruction name. For example, `{instructionNameFn: function(val) {return val.toUpperCase();}}`. Note: `instructionValue` will be an object if `instructionHasAttributes` is enabled. |\n| `elementNameFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for element name. For example, `{elementNameFn: function(val) {return val.toUpperCase();}}`. |\n| `attributeNameFn` | `(attributeName, attributeValue, currentElementName, currentElementObj)` | To perform additional processing for attribute name. For example, `{attributeNameFn: function(val) {return val.toUpperCase();}}`. |\n| `attributeValueFn` | `(attributeValue, attributeName, currentElementName, currentElementObj)` | To perform additional processing for attributeValue. For example, `{attributeValueFn: function(val) {return val.toUpperCase();}}`. |\n| `attributesFn` | `(value, currentElementName, currentElementObj)` | To perform additional processing for attributes object. For example, `{attributesFn: function(val) {return val.toUpperCase();}}`. |\n| `fullTagEmptyElementFn` | `(currentElementName, currentElementObj)` | Whether to generate full tag or just self closing tag for elements that has no sub elements. For example, `{fullTagEmptyElementFn: function(val) {return val === 'foo'}}`. |\n\n# Command Line\n\nBecause any good library should support command line usage, this library is no different.\n\n## As Globally Accessible Command\n\n```\nnpm install -g xml-js                       // install this library globally\nxml-js test.json --spaces 4                 // xml result will be printed on screen\nxml-js test.json --spaces 4 --out test.xml  // xml result will be saved to test.xml\nxml-js test.xml --spaces 4                  // json result will be printed on screen\nxml-js test.xml --spaces 4 --out test.json  // json result will be saved to test.json\n```\n\n## As Locally Accessible Command\n\nIf you want to use it as script in package.json (can also be helpful in [task automation via npm scripts](http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/))\n\n```\nnpm install --save xml-js   // no need to install this library globally\n```\n\nIn package.json, write a script:\n```json\n...\n  \"dependencies\": {\n    \"xml-js\": \"latest\"\n  },\n  \"scripts\": {\n    \"convert\": \"xml-js test.json --spaces 4\"\n  }\n```\n\nNow in the command line, you can run this script by typing:\n```\nnpm run convert             // task 'scripts.convert' will be executed\n```\n\n## CLI Arguments\n\n```\nUsage: xml-js src [options]\n\n  src                  Input file that need to be converted.\n                       Conversion type xml->json or json->xml will be inferred from file extension.\n\nOptions:\n  --help, -h           Display this help content.\n  --version, -v        Display version number of this module.\n  --out                Output file where result should be written.\n  --spaces             Specifies amount of space indentation in the output.\n  --full-tag           XML elements will always be in <a></a> form.\n  --no-decl            Declaration directive <?xml?> will be ignored.\n  --no-inst            Processing instruction <?...?> will be ignored.\n  --no-attr            Attributes of elements will be ignored.\n  --no-text            Texts of elements will be ignored.\n  --no-cdata           CData of elements will be ignored.\n  --no-doctype         DOCTYPE of elements will be ignored.\n  --no-comment         Comments of elements will be ignored.\n  --trim               Any whitespaces surrounding texts will be trimmed.\n  --compact            JSON is in compact form.\n  --native-type        Numbers and boolean will be converted (coerced) to native type instead of text.\n  --always-array       Every element will always be an array type (applicable if --compact is set).\n  --always-children    Every element will always contain sub-elements (applicable if --compact is not set).\n  --text-key           To change the default 'text' key.\n  --cdata-key          To change the default 'cdata' key.\n  --doctype-key        To change the default 'doctype' key.\n  --comment-key        To change the default 'comment' key.\n  --attributes-key     To change the default 'attributes' key.\n  --declaration-key    To change the default 'declaration' key.\n  --instruction-key    To change the default 'processing instruction' key.\n  --type-key           To change the default 'type' key (applicable if --compact is not set).\n  --name-key           To change the default 'name' key (applicable if --compact is not set).\n  --elements-key       To change the default 'elements' key (applicable if --compact is not set).\n```\n\n# Contribution\n\n## Testing\n\nTo perform tests on this project, download the full repository from GitHub (not from npm) and then do the following:\n\n```\ncd xml-js\nnpm install\nnpm test\n```\nFor live testing, use `npm start` instead of `npm test`.\n\n## Reporting\n\nUse [this link](https://github.com/nashwaan/xml-js/issues) to report an issue or bug. Please include a sample code where the code is failing.\n\n# License\n\n[MIT](https://github.com/nashwaan/xml-js/blob/master/LICENSE)"
}