package.json 3.2 KB

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