pxi-args
Version:
A command-line arguments parser for pxi (pixie), the small, fast, and magical command-line data processor
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "pxi-args",
"version": "0.5.2",
"description": "A command-line arguments parser for pxi (pixie), the small, fast, and magical command-line data processor",
"keywords": [
"pxi",
"pixie",
"json",
"csv",
"ssv",
"tsv",
"dsv",
"data-processing",
"deserializer",
"parser",
"serializer",
"marshaller"
],
"homepage": "https://github.com/Yord/pxi-args",
"bugs": {
"url": "https://github.com/Yord/pxi-args/issues"
},
"license": "MIT",
"author": "Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)",
"contributors": [
"Philipp Wille <philipp.y.wille@gmail.com> (https://github.com/Yord)"
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/Yord/pxi-args.git"
},
"scripts": {
"start": "./index.js",
"test": "jest --ci --coverage --collectCoverageFrom 'src/**/*.js' --logHeapUsage --passWithNoTests"
},
"engines": {
"node": ">=8.3.0"
},
"private": false,
"devDependencies": {
"fast-check": "1.21.0",
"jest": "24.9.0"
}
}