github-pages-deploy-action/node_modules/v8-to-istanbul/package.json
2020-03-21 17:13:25 -04:00

88 lines
2.2 KiB
JSON

{
"_args": [
[
"v8-to-istanbul@4.1.2",
"/Users/ives/Documents/Dev/Personal/gh-pages-github-action"
]
],
"_development": true,
"_from": "v8-to-istanbul@4.1.2",
"_id": "v8-to-istanbul@4.1.2",
"_inBundle": false,
"_integrity": "sha512-G9R+Hpw0ITAmPSr47lSlc5A1uekSYzXxTMlFxso2xoffwo4jQnzbv1p9yXIinO8UMZKfAFewaCHwWvnH4Jb4Ug==",
"_location": "/v8-to-istanbul",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "v8-to-istanbul@4.1.2",
"name": "v8-to-istanbul",
"escapedName": "v8-to-istanbul",
"rawSpec": "4.1.2",
"saveSpec": null,
"fetchSpec": "4.1.2"
},
"_requiredBy": [
"/@jest/reporters"
],
"_resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-4.1.2.tgz",
"_spec": "4.1.2",
"_where": "/Users/ives/Documents/Dev/Personal/gh-pages-github-action",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/v8-to-istanbul/issues"
},
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.1",
"convert-source-map": "^1.6.0",
"source-map": "^0.7.3"
},
"description": "convert from v8 coverage format to istanbul's format",
"devDependencies": {
"@types/node": "^12.7.11",
"c8": "^7.0.0",
"coveralls": "3.0.9",
"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.2"
}