UNPKG

pxi

Version:

Small, fast, and magical command-line data processor

55 lines (54 loc) 1.15 kB
{ "name": "pxi", "version": "0.37.0", "description": "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", "bugs": { "url": "https://github.com/Yord/pxi/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", "bin": { "pxi": "./index.js" }, "repository": { "type": "git", "url": "https://github.com/Yord/pxi.git" }, "scripts": { "start": "./index.js", "test": "jest --ci --coverage --logHeapUsage --passWithNoTests" }, "dependencies": { "pxi-dsv": "0.10.0", "pxi-dust": "0.14.0", "pxi-json": "0.12.0", "yargs": "15.0.2" }, "engines": { "node": ">=8.3.0" }, "private": false, "devDependencies": { "fast-check": "1.23.0", "jest": "25.1.0" } }