{
    "name": "@wizzi/mtree",
    "sideEffects": false,
    "version": "0.8.32",
    "description": "Loader component for Indented Text Tree Format (ittf) documents. Implements the Wizzi Magical Tree buildup.",
    "author": {
        "name": "Stefano Bassoli",
        "email": "stfn.bssl@gmail.com"
    },
    "private": false,
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/stfnbssl/wizzi/tree/master/license.txt"
        }
    ],
    "bugs": {
        "url": "https://github.com/stfnbssl/wizzi/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/stfnbssl/wizzi",
        "directory": "packages/"
    },
    "engines": {
        "node": ">=0.10.28",
        "npm": ">=1.4.28"
    },
    "scripts": {
        "test": "mocha tests/all/**/*.js --full-trace",
        "test:quick": "mocha tests/quick/**/*.js --full-trace",
        "examples:loader": "node examples/loader"
    },
    "dependencies": {
        "async": "^3.2.0",
        "chalk": "^4.1.0",
        "iconv-lite": "^0.6.2",
        "json-stringify-safe": "^5.0.1",
        "lodash": "^4.17.20",
        "@wizzi/utils": "0.8.25",
        "escodegen": "^1.8.1",
        "esprima": "^3.1.3",
        "glob": "^7.1.2",
        "i": "^0.3.7",
        "promise": "^7.1.1"
    },
    "devDependencies": {
        "del": "^6.0.0",
        "expect.js": "^0.3.1",
        "@wizzi/factory": "^0.8.24",
        "@wizzi/repo": "^0.8.16",
        "object-inspect": "^1.6.0"
    }
}