Files
login/node_modules/v8-to-istanbul/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

84 lines
2.2 KiB
JSON

{
"_from": "v8-to-istanbul@^4.1.3",
"_id": "v8-to-istanbul@4.1.4",
"_inBundle": false,
"_integrity": "sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ==",
"_location": "/v8-to-istanbul",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "v8-to-istanbul@^4.1.3",
"name": "v8-to-istanbul",
"escapedName": "v8-to-istanbul",
"rawSpec": "^4.1.3",
"saveSpec": null,
"fetchSpec": "^4.1.3"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-4.1.4.tgz",
"_shasum": "b97936f21c0e2d9996d4985e5c5156e9d4e49cd6",
"_spec": "v8-to-istanbul@^4.1.3",
"_where": "E:\\Repos\\GHActions\\login\\node_modules\\@jest\\reporters",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
},
"bundleDependencies": false,
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.1",
"convert-source-map": "^1.6.0",
"source-map": "^0.7.3"
},
"deprecated": false,
"description": "convert from v8 coverage format to istanbul's format",
"devDependencies": {
"@types/node": "^12.7.11",
"c8": "^7.0.0",
"coveralls": "3.1.0",
"should": "13.2.3",
"standard": "^14.3.1",
"tap": "^14.9.2"
},
"engines": {
"node": "8.x.x || >=10.10.0"
},
"files": [
"lib/*.js",
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/istanbuljs/v8-to-istanbul#readme",
"keywords": [
"istanbul",
"v8",
"coverage"
],
"license": "ISC",
"main": "index.js",
"name": "v8-to-istanbul",
"repository": {
"type": "git",
"url": "git+https://github.com/istanbuljs/v8-to-istanbul.git"
},
"scripts": {
"coverage": "c8 report --reporter=text-lcov | coveralls",
"fix": "standard --fix",
"posttest": "standard",
"snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
"test": "c8 --reporter=html --reporter=text tap --no-coverage --no-esm test/*.js"
},
"standard": {
"ignore": [
"**/test/fixtures"
]
},
"types": "index.d.ts",
"version": "4.1.4"
}