package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "table@4.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "table@4.0.2",
  10. "_id": "table@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ozRHN1OR52atNNNIbm4q7chNLjY=",
  13. "_location": "/table",
  14. "_optional": true,
  15. "_phantomChildren": {
  16. "fast-json-stable-stringify": "2.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "table@4.0.2",
  22. "name": "table",
  23. "escapedName": "table",
  24. "rawSpec": "4.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.2"
  27. },
  28. "_requiredBy": [
  29. "/@vue/cli-plugin-eslint/eslint"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/table/download/table-4.0.2.tgz",
  32. "_spec": "4.0.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Gajus Kuizinas",
  36. "email": "gajus@gajus.com",
  37. "url": "http://gajus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/gajus/table/issues"
  41. },
  42. "dependencies": {
  43. "ajv": "^5.2.3",
  44. "ajv-keywords": "^2.1.0",
  45. "chalk": "^2.1.0",
  46. "lodash": "^4.17.4",
  47. "slice-ansi": "1.0.0",
  48. "string-width": "^2.1.1"
  49. },
  50. "description": "Formats data into a string table.",
  51. "devDependencies": {
  52. "ajv-cli": "^2.1.0",
  53. "babel": "^6.23.0",
  54. "babel-cli": "^6.26.0",
  55. "babel-core": "^6.26.0",
  56. "babel-plugin-istanbul": "^4.1.5",
  57. "babel-preset-es2015-node4": "^2.1.1",
  58. "babel-register": "^6.26.0",
  59. "chai": "^4.1.2",
  60. "eslint": "^4.7.2",
  61. "eslint-config-canonical": "^9.3.1",
  62. "gitdown": "^2.5.1",
  63. "husky": "^0.14.3",
  64. "mocha": "^3.5.3",
  65. "nyc": "^11.2.1",
  66. "sinon": "^4.0.0"
  67. },
  68. "homepage": "https://github.com/gajus/table#readme",
  69. "keywords": [
  70. "ascii",
  71. "text",
  72. "table",
  73. "align",
  74. "ansi"
  75. ],
  76. "license": "BSD-3-Clause",
  77. "main": "./dist/index.js",
  78. "name": "table",
  79. "nyc": {
  80. "include": [
  81. "src/*.js"
  82. ],
  83. "instrument": false,
  84. "lines": 70,
  85. "require": [
  86. "babel-register"
  87. ],
  88. "sourceMap": false
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/gajus/table.git"
  93. },
  94. "scripts": {
  95. "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
  96. "lint": "npm run build && eslint ./src ./tests",
  97. "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
  98. "make-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",
  99. "precommit": "npm run lint && npm run test",
  100. "prepublish": "NODE_ENV=production npm run build",
  101. "test": "npm run build && nyc --check-coverage mocha"
  102. },
  103. "version": "4.0.2"
  104. }