Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "table@4.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "table@4.0.3",
  9. "_id": "table@4.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-S7rnFITmBH1EnyKcvxBh1LjYeQMmnZtCXSEbHcH6S0NoKit24ZuFO/T1vDcLdYsLQkM188PVVhQmzKIuThNkKg==",
  12. "_location": "/table",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "table@4.0.3",
  22. "name": "table",
  23. "escapedName": "table",
  24. "rawSpec": "4.0.3",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.3"
  27. },
  28. "_requiredBy": [
  29. "/eslint"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/table/-/table-4.0.3.tgz",
  32. "_spec": "4.0.3",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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": "^6.0.1",
  44. "ajv-keywords": "^3.0.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": "^3.0.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": "^5.0.0",
  65. "nyc": "^11.2.1",
  66. "sinon": "^4.0.0"
  67. },
  68. "engines": {
  69. "node": ">=4.0.0"
  70. },
  71. "homepage": "https://github.com/gajus/table#readme",
  72. "keywords": [
  73. "ascii",
  74. "text",
  75. "table",
  76. "align",
  77. "ansi"
  78. ],
  79. "license": "BSD-3-Clause",
  80. "main": "./dist/index.js",
  81. "name": "table",
  82. "nyc": {
  83. "include": [
  84. "src/*.js"
  85. ],
  86. "instrument": false,
  87. "lines": 70,
  88. "require": [
  89. "babel-register"
  90. ],
  91. "sourceMap": false
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/gajus/table.git"
  96. },
  97. "scripts": {
  98. "build": "rm -fr ./dist && NODE_ENV=production babel --copy-files ./src --out-dir ./dist && npm run make-validators",
  99. "lint": "npm run build && eslint ./src ./tests",
  100. "make-readme": "gitdown ./.README/README.md --output-file ./README.md",
  101. "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",
  102. "precommit": "npm run lint && npm run test",
  103. "prepublish": "NODE_ENV=production npm run build",
  104. "test": "npm run build && nyc --check-coverage mocha"
  105. },
  106. "version": "4.0.3"
  107. }