package.json 2.8 KB

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