UNPKG

@spare/csv

Version:
45 lines (44 loc) 975 B
{ "name": "@spare/csv", "version": "0.15.0", "description": "Csv table formatter", "main": "dist/index.cjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "pub": "npm publish", "test": "node -r @babel/register test/verse.test.js" }, "dependencies": { "@spare/enum-chars": "^0.15.0", "@spare/table-margin": "^0.15.0", "@spare/table-padder": "^0.15.0", "@texting/liner": "^0.1.11", "@vect/matrix": "^0.7.15" }, "repository": { "type": "git", "url": "git+https://github.com/gadge/spare.git" }, "keywords": [ "test", "console", "debug", "print" ], "author": "Hoyeung Wong", "license": "MIT", "bugs": { "url": "https://github.com/gadge/spare" }, "homepage": "https://github.com/gadge/spare#readme", "gitHead": "867a284d34bcdbf2331bf64bef28978eff118354" }