package.json 3.0 KB

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