@alinex/datastore
Version:
Read, work and write data structures from and to differents locations and formats.
128 lines (127 loc) • 4.01 kB
JSON
{
"name": "@alinex/datastore",
"type": "commonjs",
"version": "1.16.3",
"description": "Read, work and write data structures from and to differents locations and formats.",
"copyright": "Alexander Schilling 2019 - 2021",
"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": "alinex-man src/datastore.1.md",
"build": "npm run man && rm -rf lib && tsc",
"stats": "alinex-stats",
"prepare": "npm run build",
"test": "test/init.sh && find test/mocha -name '*.ts' | xargs mocha -r ts-node/register --exit",
"coverage": "nyc -r lcov --reporter=text -e .ts -x \"test/*\" npm run test; xdg-open coverage/lcov-report/index.html",
"preversion": "npm test && npm run build",
"postversion": "npm publish",
"postpublish": "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.3.1",
"@alinex/core": "^1.7.3",
"@alinex/data": "^1.5.1",
"@iarna/toml": "^2.2.5",
"axios": "^0.21.1",
"basic-ftp": "^4.6.6",
"bson": "^4.4.0",
"coffeescript": "^2.5.1",
"compressjs": "^1.0.3",
"cson-parser": "^4.0.9",
"csv-parse": "^4.16.0",
"csv-stringify": "^5.6.2",
"debug": "^4.3.2",
"domhandler": "^4.2.0",
"execa": "^5.1.1",
"flat": "^5.0.2",
"htmlparser2": "^6.1.0",
"ini": "^2.0.0",
"js-beautify": "^1.14.0",
"js-yaml": "^4.1.0",
"js-yaml-js-types": "*",
"jszip": "^3.6.0",
"luxon": "^1.27.0",
"lzma": "^2.3.2",
"msgpack5": "^5.3.2",
"object-path": "^0.11.5",
"pg": "^8.6.0",
"properties": "^1.2.1",
"request": "^2.88.2",
"serialize-to-js": "^3.1.1",
"ssh2": "^0.8.9",
"ssh2-sftp-client": "^6.0.1",
"stream-buffers": "^3.0.2",
"tar-stream": "^2.2.0",
"xlsx": "^0.17.0",
"xml2js": "^0.4.23",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/bson": "^4.0.3",
"@types/chai": "^4.2.19",
"@types/cson-parser": "^4.0.4",
"@types/debug": "^4.1.6",
"@types/flat": "^5.0.1",
"@types/ini": "^1.3.30",
"@types/js-beautify": "^1.13.1",
"@types/js-yaml": "^4.0.1",
"@types/jszip": "^3.4.1",
"@types/luxon": "^1.27.0",
"@types/mocha": "^8.2.2",
"@types/msgpack5": "^3.4.1",
"@types/node": "^16.0.0",
"@types/object-path": "^0.11.0",
"@types/pg": "^8.6.0",
"@types/request": "^2.48.5",
"@types/ssh2-sftp-client": "^5.3.1",
"@types/stream-buffers": "^3.0.4",
"@types/tar-stream": "^2.2.1",
"@types/xml2js": "^0.4.9",
"@types/yargs": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"chai": "^4.3.4",
"chalk": "^4.1.1",
"eslint": "^7.30.0",
"mocha": "^9.0.2",
"nyc": "*",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">=12"
}
}