README.chromium 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Name: V8 to Istanbul Coverage Converter
  2. Short Name: v8-to-istanbul
  3. URL: https://www.npmjs.com/package/v8-to-istanbul
  4. Version: 9.0.1
  5. License: ISC
  6. License File: NOT_SHIPPED
  7. Security Critical: no
  8. Description:
  9. V8 To Istanbul converts raw v8 coverage into istanbul compliant coverage report.
  10. Local Modifications:
  11. (none)
  12. Name: Source map
  13. Short Name: source-map
  14. URL: https://www.npmjs.com/package/source-map
  15. Version: 0.7.4
  16. License: BSD-3-Clause
  17. License File: NOT_SHIPPED
  18. Security Critical: No. Not shipped in Chrome, used to generate source maps for build steps.
  19. Description:
  20. Source map provides useful functionality to easily generate and consume
  21. JavaScript source maps, useful in identifying the build transformations that
  22. occurred between the final generated JavaScript file and the source it
  23. originated from.
  24. Local Modifications:
  25. (none)
  26. Name: IstanbulJS CLI
  27. Short Name: nyc
  28. URL: https://www.npmjs.com/package/nyc
  29. Version: 15.1.0
  30. License: ISC
  31. License File: NOT_SHIPPED
  32. Security Critical: No. Not shipped in Chrome, used for post-processing of coverage reports.
  33. Description:
  34. NYC is a CLI to merge, manipulate and generate reports in a variety of formats
  35. for JavaScript code coverage. This tool is used in conjunction with the
  36. v8-to-istanbul package to convert v8 coverage -> istanbul -> {html,lcov}
  37. Local Modifications:
  38. (none)
  39. Name: argparse
  40. Short Name: argparse
  41. URL: https://www.npmjs.com/package/argparse
  42. Version: 2.0.1
  43. License: Python-2.0
  44. License File: NOT_SHIPPED
  45. Security Critical: No. Not shipped in Chrome, used to take arguments for JS files run via CLI.
  46. Description:
  47. Argparse is used to take, validate and parse CLI arguments for JavaScript scripts
  48. which are run as CLI scripts.
  49. Name: istanbul-lib-coverage
  50. Short Name: istanbul-lib-coverage
  51. URL: https://www.npmjs.com/package/istanbul-lib-coverage
  52. Version: 3.2.0
  53. License: BSD-3-Clause
  54. License File: NOT_SHIPPED
  55. Security Critical: No. Not shipped in Chrome, used to merge coverage reports.
  56. Description:
  57. istanbul-lib-coverage is used to merge coverage reports by the NYC library.