RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-xml2json",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Done",
        "nodejs": "v12.16.1",
        "opencollective": false,
        "reponame": "xml2json",
        "build": true
    },
    "version": "2020.4.108",
    "description": "Converts xml to json and vice-versa, using node-expat.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/xml2json.git"
    },
    "license": "MIT",
    "main": "index",
    "scripts": {
        "test": "grunt && lab -I globalThis --a @hapi/code -v -t 93  test/test.js"
    },
    "dependencies": {
        "@hapi/hoek": "^9.0.3",
        "@hapi/joi": "^17.1.0",
        "node-expat": "^2.3.18"
    },
    "bin": {
        "p3x-xml2json": "bin/xml2json"
    },
    "devDependencies": {
        "@hapi/code": "^8.0.1",
        "@hapi/lab": "^22.0.3",
        "corifeus-builder": "^2020.4.107"
    },
    "engines": {
        "node": ">=12.13.0"
    },
    "homepage": "https://pages.corifeus.com/xml2json"
}