package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "table@^6.0.9",
  3. "_id": "table@6.9.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==",
  6. "_location": "/table",
  7. "_phantomChildren": {
  8. "fast-deep-equal": "3.1.3",
  9. "fast-uri": "3.0.6",
  10. "require-from-string": "2.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "table@^6.0.9",
  16. "name": "table",
  17. "escapedName": "table",
  18. "rawSpec": "^6.0.9",
  19. "saveSpec": null,
  20. "fetchSpec": "^6.0.9"
  21. },
  22. "_requiredBy": [
  23. "/eslint"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/table/-/table-6.9.0.tgz",
  26. "_shasum": "50040afa6264141c7566b3b81d4d82c47a8668f5",
  27. "_spec": "table@^6.0.9",
  28. "_where": "E:\\vue_project\\el-table-column\\node_modules\\eslint",
  29. "author": {
  30. "name": "Gajus Kuizinas",
  31. "email": "gajus@gajus.com",
  32. "url": "http://gajus.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/gajus/table/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "ajv": "^8.0.1",
  40. "lodash.truncate": "^4.4.2",
  41. "slice-ansi": "^4.0.0",
  42. "string-width": "^4.2.3",
  43. "strip-ansi": "^6.0.1"
  44. },
  45. "deprecated": false,
  46. "description": "Formats data into a string table.",
  47. "devDependencies": {
  48. "@types/chai": "^4.2.16",
  49. "@types/lodash.mapvalues": "^4.6.6",
  50. "@types/lodash.truncate": "^4.4.6",
  51. "@types/mocha": "^9.0.0",
  52. "@types/node": "^14.14.37",
  53. "@types/sinon": "^10.0.0",
  54. "@types/slice-ansi": "^4.0.0",
  55. "ajv-cli": "^5.0.0",
  56. "ajv-keywords": "^5.0.0",
  57. "chai": "^4.2.0",
  58. "chalk": "^4.1.0",
  59. "coveralls": "^3.1.0",
  60. "eslint": "^7.32.0",
  61. "eslint-config-canonical": "^25.0.0",
  62. "gitdown": "^3.1.4",
  63. "husky": "^4.3.6",
  64. "js-beautify": "^1.14.0",
  65. "lodash.mapvalues": "^4.6.0",
  66. "mkdirp": "^1.0.4",
  67. "mocha": "^8.2.1",
  68. "nyc": "^15.1.0",
  69. "semantic-release": "^17.3.1",
  70. "sinon": "^12.0.1",
  71. "ts-node": "^9.1.1",
  72. "typescript": "4.5.2"
  73. },
  74. "engines": {
  75. "node": ">=10.0.0"
  76. },
  77. "files": [
  78. "dist/src/"
  79. ],
  80. "homepage": "https://github.com/gajus/table#readme",
  81. "husky": {
  82. "hooks": {
  83. "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
  84. "pre-commit": "npm run build && npm run lint && npm run test"
  85. }
  86. },
  87. "keywords": [
  88. "ascii",
  89. "text",
  90. "table",
  91. "align",
  92. "ansi"
  93. ],
  94. "license": "BSD-3-Clause",
  95. "main": "./dist/src/index.js",
  96. "name": "table",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/gajus/table.git"
  100. },
  101. "scripts": {
  102. "build": "npm run create-validators && tsc",
  103. "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
  104. "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",
  105. "lint": "eslint ./src ./test",
  106. "prebuild": "rm -fr ./src/generated && mkdirp ./src/generated",
  107. "test": "nyc mocha && nyc check-coverage --lines 95"
  108. },
  109. "sideEffects": false,
  110. "version": "6.9.0"
  111. }