148 lines
4.9 KiB
JSON
148 lines
4.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"xml-js",
|
|
"/home/osboxes/code/pentext/editor"
|
|
]
|
|
],
|
|
"_from": "xml-js@latest",
|
|
"_id": "xml-js@0.9.5",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/xml-js",
|
|
"_nodeVersion": "6.2.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/xml-js-0.9.5.tgz_1473237043835_0.4047174428123981"
|
|
},
|
|
"_npmUser": {
|
|
"email": "ysf953@gmail.com",
|
|
"name": "nashwaan"
|
|
},
|
|
"_npmVersion": "3.9.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "xml-js",
|
|
"raw": "xml-js",
|
|
"rawSpec": "",
|
|
"scope": null,
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.5.tgz",
|
|
"_shasum": "87709f72bbb5ccac55790ad095635346527d523b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "xml-js",
|
|
"_where": "/home/osboxes/code/pentext/editor",
|
|
"author": {
|
|
"name": "Yousuf Almarzooqi"
|
|
},
|
|
"bin": {
|
|
"xml-js": "./bin/cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nashwaan/xml-js/issues"
|
|
},
|
|
"dependencies": {
|
|
"sax": "^1.2.1"
|
|
},
|
|
"description": "A convertor between XML text and Javascript object / JSON text.",
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "87709f72bbb5ccac55790ad095635346527d523b",
|
|
"tarball": "https://registry.npmjs.org/xml-js/-/xml-js-0.9.5.tgz"
|
|
},
|
|
"gitHead": "07ae49579d55307ed5a2926cfffb78c804abef7b",
|
|
"homepage": "https://github.com/nashwaan/xml-js#readme",
|
|
"keywords": [
|
|
"CDATA",
|
|
"JSON",
|
|
"Javascript",
|
|
"XML",
|
|
"cdata",
|
|
"conversion",
|
|
"convert",
|
|
"converting",
|
|
"convertor",
|
|
"js",
|
|
"js2xml",
|
|
"json",
|
|
"json2xml",
|
|
"parse",
|
|
"parser",
|
|
"parsing",
|
|
"transform",
|
|
"transformation",
|
|
"transformer",
|
|
"transforming",
|
|
"xml",
|
|
"xml2js",
|
|
"xml2json"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "nashwaan",
|
|
"email": "ysf953@gmail.com"
|
|
}
|
|
],
|
|
"name": "xml-js",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nashwaan/xml-js.git"
|
|
},
|
|
"scripts": {
|
|
"bundle:jasmine": "globify test/*_test.js --watch --verbose --list --outfile test/browse-jasmine/bundle.js",
|
|
"coverage": "npm-run-all coverage:*",
|
|
"coverage:a-step": "npm run istanbul",
|
|
"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",
|
|
"coverage:coveralls": "cat ./test/browse-coverage/lcov.info | coveralls",
|
|
"debug": "npm-run-all --parallel debug:*",
|
|
"debug:jasmine": "nodemon --watch lib/ --watch test/ --debug-brk test/index.js",
|
|
"debug:listener": "node-inspector",
|
|
"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",
|
|
"deploy": "npm-run-all --serial istanbul:coveralls git:commit",
|
|
"git:commit": "git add . && git commit -a -m \"Committed by npm script.\" && git push origin master",
|
|
"git:push": "git push origin master",
|
|
"istanbul": "istanbul cover --dir test/browse-coverage -x test/browse-** test/index.js",
|
|
"jasmine": "jasmine JASMINE_CONFIG_PATH=./test/jasmine.json",
|
|
"live": "npm-run-all --parallel live:* open:*",
|
|
"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",
|
|
"live:jasmine": "browser-sync start --port 9991 --server test/browse-jasmine/ --files test/browse-jasmine/ --no-open --no-ui --no-online",
|
|
"open:istanbul": "biased-opener --browser chrome http://localhost:9992",
|
|
"open:jasmine": "biased-opener --browser chrome http://localhost:9991",
|
|
"start": "npm-run-all --parallel bundle:jasmine watch:istanbul live:* open:*",
|
|
"test": "npm run jasmine",
|
|
"update-packages": "npm-check-updates --upgrade --loglevel verbose",
|
|
"watch:istanbul": "watch \"npm run istanbul\" lib/ test/ --ignoreDirectoryPattern=/browse-.+/",
|
|
"watch:jasmine": "watch \"npm run jasmine\" lib/ test/",
|
|
"xdebug:cli": "nodemon --watch lib/ --debug-brk index.js -- --help",
|
|
"xprepublish": "npm run test"
|
|
},
|
|
"version": "0.9.5"
|
|
}
|