package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "table@5.4.6",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "table@5.4.6",
  10. "_id": "table@5.4.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EpLRlQDOP4YFOwXw6Ofko7shB54=",
  13. "_location": "/table",
  14. "_phantomChildren": {
  15. "ansi-regex": "4.1.0"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "table@5.4.6",
  21. "name": "table",
  22. "escapedName": "table",
  23. "rawSpec": "5.4.6",
  24. "saveSpec": null,
  25. "fetchSpec": "5.4.6"
  26. },
  27. "_requiredBy": [
  28. "/eslint"
  29. ],
  30. "_resolved": "https://registry.nlark.com/table/download/table-5.4.6.tgz",
  31. "_spec": "5.4.6",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Gajus Kuizinas",
  35. "email": "gajus@gajus.com",
  36. "url": "http://gajus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/gajus/table/issues"
  40. },
  41. "dependencies": {
  42. "ajv": "^6.10.2",
  43. "lodash": "^4.17.14",
  44. "slice-ansi": "^2.1.0",
  45. "string-width": "^3.0.0"
  46. },
  47. "description": "Formats data into a string table.",
  48. "devDependencies": {
  49. "@babel/cli": "^7.5.0",
  50. "@babel/core": "^7.5.4",
  51. "@babel/node": "^7.5.0",
  52. "@babel/plugin-transform-flow-strip-types": "^7.4.4",
  53. "@babel/preset-env": "^7.5.4",
  54. "@babel/register": "^7.4.4",
  55. "ajv-cli": "^3.0.0",
  56. "ajv-keywords": "^3.4.1",
  57. "babel-plugin-istanbul": "^5.1.4",
  58. "babel-plugin-lodash": "^3.3.4",
  59. "babel-plugin-transform-export-default-name": "^2.0.4",
  60. "chai": "^4.2.0",
  61. "chalk": "^2.4.2",
  62. "coveralls": "^3.0.5",
  63. "eslint": "^5.13.0",
  64. "eslint-config-canonical": "^16.1.0",
  65. "flow-bin": "^0.102.0",
  66. "flow-copy-source": "^2.0.7",
  67. "gitdown": "^3.1.1",
  68. "husky": "^3.0.0",
  69. "mocha": "^6.1.4",
  70. "nyc": "^14.1.1",
  71. "semantic-release": "^15.13.18",
  72. "sinon": "^7.3.2"
  73. },
  74. "engines": {
  75. "node": ">=6.0.0"
  76. },
  77. "homepage": "https://github.com/gajus/table#readme",
  78. "husky": {
  79. "hooks": {
  80. "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
  81. "pre-commit": "npm run lint && npm run test && npm run build"
  82. }
  83. },
  84. "keywords": [
  85. "ascii",
  86. "text",
  87. "table",
  88. "align",
  89. "ansi"
  90. ],
  91. "license": "BSD-3-Clause",
  92. "main": "./dist/index.js",
  93. "name": "table",
  94. "nyc": {
  95. "include": [
  96. "src/**/*.js"
  97. ],
  98. "instrument": false,
  99. "reporter": [
  100. "text-lcov"
  101. ],
  102. "require": [
  103. "@babel/register"
  104. ],
  105. "sourceMap": false
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/gajus/table.git"
  110. },
  111. "scripts": {
  112. "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps && npm run create-validators && flow-copy-source src dist",
  113. "create-readme": "gitdown ./.README/README.md --output-file ./README.md",
  114. "create-validators": "ajv compile --all-errors --inline-refs=false -s src/schemas/config -c ajv-keywords/keywords/typeof -o dist/validateConfig.js && ajv compile --all-errors --inline-refs=false -s src/schemas/streamConfig -c ajv-keywords/keywords/typeof -o dist/validateStreamConfig.js",
  115. "lint": "npm run build && eslint ./src ./test && flow",
  116. "test": "mocha --require @babel/register"
  117. },
  118. "version": "5.4.6"
  119. }