{
    "name": "@alinex/datastore",
    "version": "1.13.7",
    "description": "Read, work and write data structures from and to differents locations and formats.",
    "copyright": "Alexander Schilling 2019 - 2020",
    "private": false,
    "keywords": [
        "load",
        "save",
        "transform",
        "data",
        "store",
        "path",
        "config",
        "compress",
        "archive"
    ],
    "homepage": "https://alinex.gitlab.io/node-datastore/",
    "repository": {
        "type": "git",
        "url": "https://gitlab.com/alinex/node-datastore"
    },
    "bugs": "https://gitlab.com/alinex/node-datastore/issues",
    "author": {
        "name": "Alexander Schilling",
        "email": "info@alinex.de",
        "web": "http://alinex.de"
    },
    "contributors": [],
    "license": "Apache-2.0",
    "bin": {
        "datastore": "./bin/datastore"
    },
    "man": [
        "./bin/datastore.1"
    ],
    "main": "./lib/index.js",
    "scripts": {
        "man": "node_modules/.bin/marked-man src/datastore.1.md > bin/datastore.1",
        "build": "npm run man && rm -rf lib && tsc",
        "pdf": "./mkdocs-pdf.sh",
        "stats": "node_modules/@alinex/core/bin/stats",
        "prepare": "npm run build",
        "test": "mocha -r node_modules/ts-node/register test/mocha/*.ts test/mocha/**/*.ts --exit",
        "preversion": "npm test",
        "postversion": "npm publish",
        "postpublish": "npm run pdf && sleep 300 && npm run stats && git add -A && git commit -m \"Update documentation\" && git push origin --all && git push origin --tags"
    },
    "directories": {
        "lib": "./lib"
    },
    "dependencies": {
        "@alinex/async": "^1.2.5",
        "@alinex/core": "^1.5.1",
        "@alinex/data": "^1.4.4",
        "@iarna/toml": "^2.2.5",
        "axios": "^0.21.0",
        "basic-ftp": "^4.6.2",
        "bson": "^4.1.0",
        "coffeescript": "^2.5.1",
        "compressjs": "^1.0.3",
        "cson-parser": "^4.0.5",
        "csv-parse": "^4.12.0",
        "csv-stringify": "^5.5.1",
        "debug": "^4.2.0",
        "domhandler": "^3.3.0",
        "execa": "^4.0.3",
        "flat": "^5.0.2",
        "htmlparser2": "^4.1.0",
        "ini": "^1.3.5",
        "js-beautify": "^1.13.0",
        "js-yaml": "^3.14.0",
        "jszip": "^3.4.0",
        "lzma": "^2.3.2",
        "moment": "^2.29.1",
        "msgpack5": "^4.2.1",
        "object-path": "^0.11.5",
        "pg": "^8.4.1",
        "properties": "^1.2.1",
        "request": "^2.88.2",
        "serialize-to-js": "^3.1.1",
        "ssh2": "^0.8.9",
        "ssh2-sftp-client": "^5.3.1",
        "stream-buffers": "^3.0.2",
        "tar-stream": "^2.1.4",
        "xlsx": "^0.16.8",
        "xml2js": "^0.4.23",
        "yargs": "^16.1.0"
    },
    "devDependencies": {
        "@types/bson": "^4.0.3",
        "@types/chai": "^4.2.14",
        "@types/cson-parser": "^4.0.4",
        "@types/debug": "^4.1.5",
        "@types/flat": "^5.0.1",
        "@types/ini": "^1.3.30",
        "@types/js-beautify": "^1.11.0",
        "@types/js-yaml": "^3.12.5",
        "@types/jszip": "^3.4.1",
        "@types/mocha": "^8.0.3",
        "@types/msgpack5": "^3.4.1",
        "@types/node": "^14.14.2",
        "@types/object-path": "^0.11.0",
        "@types/pg": "^7.14.5",
        "@types/request": "^2.48.5",
        "@types/ssh2-sftp-client": "^5.3.0",
        "@types/stream-buffers": "^3.0.3",
        "@types/tar-stream": "^2.1.0",
        "@types/xml2js": "^0.4.5",
        "@types/yargs": "^15.0.9",
        "chai": "^4.2.0",
        "chalk": "^4.1.0",
        "marked": "^0.8.0",
        "marked-man": "^0.7.0",
        "mocha": "^8.2.0",
        "ts-node": "^9.0.0",
        "typescript": "^4.0.3"
    },
    "engines": {
        "node": ">=10"
    }
}
