2020-03-31 20:42:07 +08:00
|
|
|
{
|
2020-03-31 20:54:32 +08:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"collect-v8-coverage@1.0.0",
|
|
|
|
"."
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_development": true,
|
|
|
|
"_from": "collect-v8-coverage@1.0.0",
|
2020-03-31 20:42:07 +08:00
|
|
|
"_id": "collect-v8-coverage@1.0.0",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-VKIhJgvk8E1W28m5avZ2Gv2Ruv5YiF56ug2oclvaG9md69BuZImMG2sk9g7QNKLUbtYAKQjXjYxbYZVUlMMKmQ==",
|
|
|
|
"_location": "/collect-v8-coverage",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
2020-03-31 20:54:32 +08:00
|
|
|
"type": "version",
|
2020-03-31 20:42:07 +08:00
|
|
|
"registry": true,
|
2020-03-31 20:54:32 +08:00
|
|
|
"raw": "collect-v8-coverage@1.0.0",
|
2020-03-31 20:42:07 +08:00
|
|
|
"name": "collect-v8-coverage",
|
|
|
|
"escapedName": "collect-v8-coverage",
|
2020-03-31 20:54:32 +08:00
|
|
|
"rawSpec": "1.0.0",
|
2020-03-31 20:42:07 +08:00
|
|
|
"saveSpec": null,
|
2020-03-31 20:54:32 +08:00
|
|
|
"fetchSpec": "1.0.0"
|
2020-03-31 20:42:07 +08:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/@jest/reporters",
|
|
|
|
"/@jest/test-result",
|
|
|
|
"/jest-runtime"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz",
|
2020-03-31 20:54:32 +08:00
|
|
|
"_spec": "1.0.0",
|
|
|
|
"_where": ".",
|
2020-03-31 20:42:07 +08:00
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"description": "Use this module to start and stop the V8 inspector manually and collect precise coverage.",
|
|
|
|
"devDependencies": {
|
|
|
|
"@commitlint/cli": "^8.2.0",
|
|
|
|
"@commitlint/config-conventional": "^8.2.0",
|
|
|
|
"@semantic-release/changelog": "^3.0.6",
|
|
|
|
"@semantic-release/git": "^7.0.18",
|
|
|
|
"husky": "^3.0.9",
|
|
|
|
"lint-staged": "^9.4.2",
|
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"semantic-release": "^15.13.31"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"index.js",
|
|
|
|
"index.d.ts"
|
|
|
|
],
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,ts,md,json}": [
|
|
|
|
"prettier --write",
|
|
|
|
"git add"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"name": "collect-v8-coverage",
|
|
|
|
"prettier": {
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "all"
|
|
|
|
},
|
|
|
|
"release": {
|
|
|
|
"plugins": [
|
|
|
|
"@semantic-release/commit-analyzer",
|
|
|
|
"@semantic-release/release-notes-generator",
|
|
|
|
"@semantic-release/changelog",
|
|
|
|
"@semantic-release/npm",
|
|
|
|
"@semantic-release/git",
|
|
|
|
"@semantic-release/github"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"types": "index.d.ts",
|
|
|
|
"version": "1.0.0"
|
|
|
|
}
|