| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 | 
							- {
 
-   "_from": "table@^6.0.9",
 
-   "_id": "table@6.9.0",
 
-   "_inBundle": false,
 
-   "_integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
 
-   "_location": "/table",
 
-   "_phantomChildren": {
 
-     "fast-deep-equal": "3.1.3",
 
-     "fast-uri": "3.0.6",
 
-     "require-from-string": "2.0.2"
 
-   },
 
-   "_requested": {
 
-     "type": "range",
 
-     "registry": true,
 
-     "raw": "table@^6.0.9",
 
-     "name": "table",
 
-     "escapedName": "table",
 
-     "rawSpec": "^6.0.9",
 
-     "saveSpec": null,
 
-     "fetchSpec": "^6.0.9"
 
-   },
 
-   "_requiredBy": [
 
-     "/eslint"
 
-   ],
 
-   "_resolved": "https://registry.npmmirror.com/table/-/table-6.9.0.tgz",
 
-   "_shasum": "50040afa6264141c7566b3b81d4d82c47a8668f5",
 
-   "_spec": "table@^6.0.9",
 
-   "_where": "E:\\vue_project\\el-table-column\\node_modules\\eslint",
 
-   "author": {
 
-     "name": "Gajus Kuizinas",
 
-     "email": "gajus@gajus.com",
 
-     "url": "http://gajus.com"
 
-   },
 
-   "bugs": {
 
-     "url": "https://github.com/gajus/table/issues"
 
-   },
 
-   "bundleDependencies": false,
 
-   "dependencies": {
 
-     "ajv": "^8.0.1",
 
-     "lodash.truncate": "^4.4.2",
 
-     "slice-ansi": "^4.0.0",
 
-     "string-width": "^4.2.3",
 
-     "strip-ansi": "^6.0.1"
 
-   },
 
-   "deprecated": false,
 
-   "description": "Formats data into a string table.",
 
-   "devDependencies": {
 
-     "@types/chai": "^4.2.16",
 
-     "@types/lodash.mapvalues": "^4.6.6",
 
-     "@types/lodash.truncate": "^4.4.6",
 
-     "@types/mocha": "^9.0.0",
 
-     "@types/node": "^14.14.37",
 
-     "@types/sinon": "^10.0.0",
 
-     "@types/slice-ansi": "^4.0.0",
 
-     "ajv-cli": "^5.0.0",
 
-     "ajv-keywords": "^5.0.0",
 
-     "chai": "^4.2.0",
 
-     "chalk": "^4.1.0",
 
-     "coveralls": "^3.1.0",
 
-     "eslint": "^7.32.0",
 
-     "eslint-config-canonical": "^25.0.0",
 
-     "gitdown": "^3.1.4",
 
-     "husky": "^4.3.6",
 
-     "js-beautify": "^1.14.0",
 
-     "lodash.mapvalues": "^4.6.0",
 
-     "mkdirp": "^1.0.4",
 
-     "mocha": "^8.2.1",
 
-     "nyc": "^15.1.0",
 
-     "semantic-release": "^17.3.1",
 
-     "sinon": "^12.0.1",
 
-     "ts-node": "^9.1.1",
 
-     "typescript": "4.5.2"
 
-   },
 
-   "engines": {
 
-     "node": ">=10.0.0"
 
-   },
 
-   "files": [
 
-     "dist/src/"
 
-   ],
 
-   "homepage": "https://github.com/gajus/table#readme",
 
-   "husky": {
 
-     "hooks": {
 
-       "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
 
-       "pre-commit": "npm run build && npm run lint && npm run test"
 
-     }
 
-   },
 
-   "keywords": [
 
-     "ascii",
 
-     "text",
 
-     "table",
 
-     "align",
 
-     "ansi"
 
-   ],
 
-   "license": "BSD-3-Clause",
 
-   "main": "./dist/src/index.js",
 
-   "name": "table",
 
-   "repository": {
 
-     "type": "git",
 
-     "url": "git+https://github.com/gajus/table.git"
 
-   },
 
-   "scripts": {
 
-     "build": "npm run create-validators && tsc",
 
-     "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
 
-     "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",
 
-     "lint": "eslint ./src ./test",
 
-     "prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
 
-     "test": "nyc mocha && nyc check-coverage --lines 95"
 
-   },
 
-   "sideEffects": false,
 
-   "version": "6.9.0"
 
- }
 
 
  |