github-pages-deploy-action/node_modules/v8-to-istanbul/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "v8-to-istanbul",
2020-04-30 20:40:07 +08:00
"version": "4.1.3",
2020-03-31 20:57:48 +08:00
"description": "convert from v8 coverage format to istanbul's format",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"fix": "standard --fix",
"snapshot": "TAP_SNAPSHOT=1 tap test/*.js",
"test": "c8 --reporter=html --reporter=text tap --no-coverage --no-esm test/*.js",
"posttest": "standard",
"coverage": "c8 report --reporter=text-lcov | coveralls"
2020-03-31 20:42:07 +08:00
},
2020-04-30 20:40:07 +08:00
"repository": "istanbuljs/v8-to-istanbul",
2020-03-31 20:57:48 +08:00
"keywords": [
"istanbul",
"v8",
"coverage"
],
"standard": {
"ignore": [
"**/test/fixtures"
]
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"author": "Ben Coe <ben@npmjs.com>",
"license": "ISC",
2020-03-31 20:42:07 +08:00
"dependencies": {
"@types/istanbul-lib-coverage": "^2.0.1",
"convert-source-map": "^1.6.0",
"source-map": "^0.7.3"
},
"devDependencies": {
"@types/node": "^12.7.11",
2020-04-30 20:40:07 +08:00
"c8": "^7.0.0",
"coveralls": "3.0.11",
2020-03-31 20:42:07 +08:00
"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"
2020-03-31 20:57:48 +08:00
]
2020-03-31 20:42:07 +08:00
}