{
    "_from": "node-plantuml",
    "_inBundle": false,
    "_integrity": "sha512-bUnntTGjbpYu1pvXZI/GS6ctcXf3AOMqJxBMO8vFzTT5RwH8Cj/J5Ca6Dy+PEfMiMDdSBCFKSGnvYyBvYnucXg==",
    "_location": "/node-plantuml",
    "_phantomChildren": {},
    "_requested": {
        "type": "tag",
        "registry": true,
        "raw": "node-plantuml",
        "name": "node-plantuml",
        "escapedName": "node-plantuml",
        "rawSpec": "",
        "saveSpec": null,
        "fetchSpec": "latest"
    },
    "_requiredBy": [
        "#USER",
        "/"
    ],
    "_resolved": "https://registry.npmjs.org/node-plantuml/-/node-plantuml-0.9.0.tgz",
    "_shasum": "7a6cd34c7c26fbdd3124b1f792974ed6446addcb",
    "_spec": "node-plantuml",
    "_where": "D:\\dev\\test\\test",
    "author": "Markus Hedvall <mackanhedvall@gmail.com>",
    "bin": {
        "puml": "index.js"
    },
    "bugs": {
        "url": "https://github.com/markushedvall/node-plantuml/issues"
    },
    "dependencies": {
        "commander": "^7.2.0",
        "node-nailgun-client": "^0.1.2",
        "node-nailgun-server": "^0.3.0",
        "plantuml-encoder": "^1.4.0"
    },
    "deprecated": false,
    "description": "A Node.js module and CLI for running PlantUML",
    "devDependencies": {
        "chai": "^4.x",
        "mocha": "^5.x",
        "shelljs": "^0.8.x",
        "standard": "^12.x"
    },
    "engines": {
        "node": ">= 6.x"
    },
    "files": [
        "index.js",
        "lib/",
        "vendor/plantuml.jar",
        "resources/",
        "nail/plantumlnail.jar",
        "scripts/download.js",
        "scripts/get-vizjs.js"
    ],
    "homepage": "https://github.com/markushedvall/node-plantuml#readme",
    "keywords": [
        "plantuml",
        "uml",
        "diagram"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "plantuml-node-latest",
    "plantumlVersion": "1.2021.8beta",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/markushedvall/node-plantuml.git"
    },
    "scripts": {
        "build": "node nail/build.js",
        "postinstall": "node scripts/get-vizjs.js",
        "test": "standard && node test/fixtures/prepare.js && mocha"
    },
    "version": "0.2021.11",
    "directories": {
        "lib": "lib"
    }
}