'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_args": [
    [
      "collect-v8-coverage@1.0.2",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "collect-v8-coverage@1.0.2",
  "_id": "collect-v8-coverage@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
  "_location": "/collect-v8-coverage",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "collect-v8-coverage@1.0.2",
    "name": "collect-v8-coverage",
    "escapedName": "collect-v8-coverage",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/@jest/reporters",
    "/@jest/test-result",
    "/jest-runtime"
  ],
  "_resolved": "https://registry.npmmirror.com/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/SimenB/collect-v8-coverage/issues"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "description": "Use this module to start and stop the V8 inspector manually and collect precise coverage.",
  "devDependencies": {
    "@commitlint/cli": "^17.0.0",
    "@commitlint/config-conventional": "^17.0.0",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "husky": "^8.0.0",
    "lint-staged": "^13.0.0",
    "prettier": "^2.2.1",
    "semantic-release": "^21.0.0"
  },
  "files": [
    "CHANGELOG.md",
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/SimenB/collect-v8-coverage#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,md,json}": "prettier --write"
  },
  "main": "index.js",
  "name": "collect-v8-coverage",
  "packageManager": "yarn@3.6.0",
  "prettier": {
    "singleQuote": true,
    "trailingComma": "all"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      "@semantic-release/git",
      "@semantic-release/github"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SimenB/collect-v8-coverage.git"
  },
  "scripts": {
    "prepare": "husky install"
  },
  "types": "index.d.ts",
  "version": "1.0.2"
}