UNPKG

@oclif/table

Version:

Display table in terminal

86 lines (85 loc) 2.34 kB
{ "name": "@oclif/table", "description": "Display table in terminal", "version": "0.5.9", "author": "Salesforce", "bugs": "https://github.com/oclif/table/issues", "dependencies": { "@types/react": "^18.3.12", "change-case": "^5.4.4", "cli-truncate": "^4.0.0", "ink": "5.0.1", "natural-orderby": "^3.0.2", "object-hash": "^3.0.0", "react": "^18.3.1", "string-width": "^8.2.1", "strip-ansi": "^7.2.0", "wrap-ansi": "^9.0.2" }, "devDependencies": { "@commitlint/config-conventional": "^19", "@eslint/compat": "^1.4.1", "@oclif/core": "^4", "@oclif/prettier-config": "^0.2.1", "@oclif/test": "^4.1.18", "@types/chai": "^4.3.16", "@types/mocha": "^10.0.10", "@types/node": "^18", "@types/object-hash": "^3.0.6", "@types/sinon": "^17.0.3", "ansis": "^3.17.0", "chai": "^4.5.0", "commitlint": "^19", "eslint": "^9.39.4", "eslint-config-oclif": "^6.0.165", "eslint-config-prettier": "^10.1.8", "eslint-config-xo": "^0.49.0", "eslint-config-xo-react": "^0.29.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.2", "husky": "^9.1.7", "ink-testing-library": "^4.0.0", "lint-staged": "^15", "mocha": "^10.8.2", "prettier": "^3.8.3", "shx": "^0.4.0", "sinon": "^18", "terminal-link": "^3.0.0", "ts-node": "^10.9.2", "typescript": "^5" }, "engines": { "node": ">=18.0.0" }, "files": [ "/lib" ], "homepage": "https://github.com/oclif/table", "keywords": [ "oclif", "cli", "stages" ], "license": "MIT", "exports": { ".": "./lib/index.js" }, "repository": "oclif/table", "publishConfig": { "access": "public" }, "scripts": { "build": "shx rm -rf lib && tsc", "compile": "tsc", "format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"", "lint": "eslint", "posttest": "yarn lint", "prepack": "yarn run build", "prepare": "husky", "test": "mocha --forbid-only \"test/**/*.test.+(ts|tsx)\" --parallel", "test:examples": "mocha --forbid-only \"test/examples/snapshot-*.test.ts\" --parallel", "test:examples:update": "UPDATE_SNAPSHOTS=1 mocha --forbid-only \"test/examples/snapshot-*.test.ts\" --parallel" }, "types": "lib/index.d.ts", "type": "module" }