login/node_modules/collect-v8-coverage/package.json
Amruta Kawade 45b10ffd19
Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

89 lines
2.3 KiB
JSON

{
"_args": [
[
"collect-v8-coverage@1.0.0",
"E:\\Repos\\GHActions\\login"
]
],
"_development": true,
"_from": "collect-v8-coverage@1.0.0",
"_id": "collect-v8-coverage@1.0.0",
"_inBundle": false,
"_integrity": "sha512-VKIhJgvk8E1W28m5avZ2Gv2Ruv5YiF56ug2oclvaG9md69BuZImMG2sk9g7QNKLUbtYAKQjXjYxbYZVUlMMKmQ==",
"_location": "/collect-v8-coverage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "collect-v8-coverage@1.0.0",
"name": "collect-v8-coverage",
"escapedName": "collect-v8-coverage",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/@jest/core/jest-runtime",
"/@jest/reporters",
"/@jest/test-result",
"/@jest/test-sequencer/jest-runtime",
"/jest-circus/@jest/test-result",
"/jest-circus/jest-runtime",
"/jest-runtime"
],
"_resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "E:\\Repos\\GHActions\\login",
"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"
}