RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-xml2json",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Done",
        "nodejs": "v12.7.0",
        "opencollective": false,
        "reponame": "xml2json",
        "build": true
    },
    "version": "2019.10.128",
    "description": "Converts xml to json and vice-versa, using node-expat.",
    "repository": "git://github.com/buglabs/node-xml2json.git",
    "license": "MIT",
    "main": "index",
    "scripts": {
        "test": "grunt && lab -I globalThis -a code -v -t 93  test/test.js"
    },
    "dependencies": {
        "hoek": "^6.1.3",
        "joi": "^14.3.1",
        "node-expat": "^2.3.18"
    },
    "bin": {
        "p3x-xml2json": "bin/xml2json"
    },
    "devDependencies": {
        "code": "^5.2.4",
        "corifeus-builder": "^2019.10.127",
        "lab": "^18.0.2"
    },
    "engines": {
        "node": ">=10.16.0"
    },
    "homepage": "https://pages.corifeus.com/xml2json"
}