3 "email": "gajus@gajus.com",
4 "name": "Gajus Kuizinas",
5 "url": "http://gajus.com"
9 "lodash.truncate": "^4.4.2",
10 "slice-ansi": "^4.0.0",
11 "string-width": "^4.2.3",
12 "strip-ansi": "^6.0.1"
14 "description": "Formats data into a string table.",
16 "@types/chai": "^4.2.16",
17 "@types/lodash.mapvalues": "^4.6.6",
18 "@types/lodash.truncate": "^4.4.6",
19 "@types/mocha": "^9.0.0",
20 "@types/node": "^14.14.37",
21 "@types/sinon": "^10.0.0",
22 "@types/slice-ansi": "^4.0.0",
24 "ajv-keywords": "^5.0.0",
27 "coveralls": "^3.1.0",
29 "eslint-config-canonical": "^25.0.0",
32 "js-beautify": "^1.14.0",
33 "lodash.mapvalues": "^4.6.0",
37 "semantic-release": "^17.3.1",
47 "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
48 "pre-commit": "npm run build && npm run lint && npm run test"
58 "license": "BSD-3-Clause",
59 "main": "./dist/src/index.js",
67 "url": "https://github.com/gajus/table"
70 "prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
71 "build": "npm run create-validators && tsc",
72 "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
73 "create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -s src/schemas/streamConfig -r src/schemas/shared -c ajv-keywords/dist/keywords/typeof -o | js-beautify > ./src/generated/validators.js",
74 "lint": "eslint ./src ./test",
75 "test": "nyc mocha && nyc check-coverage --lines 95"