package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "v8-to-istanbul@^7.0.0",
  3. "_id": "v8-to-istanbul@7.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==",
  6. "_location": "/v8-to-istanbul",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "v8-to-istanbul@^7.0.0",
  12. "name": "v8-to-istanbul",
  13. "escapedName": "v8-to-istanbul",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@jest/reporters"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-7.1.2.tgz",
  22. "_shasum": "30898d1a7fa0c84d225a2c1434fb958f290883c1",
  23. "_spec": "v8-to-istanbul@^7.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\reporters",
  25. "author": {
  26. "name": "Ben Coe",
  27. "email": "ben@npmjs.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@types/istanbul-lib-coverage": "^2.0.1",
  35. "convert-source-map": "^1.6.0",
  36. "source-map": "^0.7.3"
  37. },
  38. "deprecated": false,
  39. "description": "convert from v8 coverage format to istanbul's format",
  40. "devDependencies": {
  41. "@types/node": "^12.7.11",
  42. "c8": "^7.2.1",
  43. "semver": "^7.3.2",
  44. "should": "13.2.3",
  45. "standard": "^16.0.0",
  46. "tap": "^14.10.8"
  47. },
  48. "engines": {
  49. "node": ">=10.10.0"
  50. },
  51. "files": [
  52. "lib/*.js",
  53. "index.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/istanbuljs/v8-to-istanbul#readme",
  57. "keywords": [
  58. "istanbul",
  59. "v8",
  60. "coverage"
  61. ],
  62. "license": "ISC",
  63. "main": "index.js",
  64. "name": "v8-to-istanbul",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/istanbuljs/v8-to-istanbul.git"
  68. },
  69. "scripts": {
  70. "coverage": "c8 report --check-coverage",
  71. "fix": "standard --fix",
  72. "posttest": "standard",
  73. "snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
  74. "test": "c8 --reporter=html --reporter=text tap --no-coverage --no-esm test/*.js"
  75. },
  76. "standard": {
  77. "ignore": [
  78. "**/test/fixtures"
  79. ]
  80. },
  81. "types": "index.d.ts",
  82. "version": "7.1.2"
  83. }