setup-node/node_modules/istanbul-reports/package.json
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

42 lines
1.0 KiB
JSON

{
"name": "istanbul-reports",
"version": "2.2.6",
"description": "istanbul reports",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "mocha --recursive"
},
"dependencies": {
"handlebars": "^4.1.2"
},
"devDependencies": {
"istanbul-lib-coverage": "^2.0.5",
"istanbul-lib-report": "^2.0.8"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git@github.com:istanbuljs/istanbuljs"
},
"keywords": [
"istanbul",
"reports"
],
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"homepage": "https://istanbul.js.org/",
"engines": {
"node": ">=6"
},
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
,"_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-2.2.6.tgz"
,"_integrity": "sha512-SKi4rnMyLBKe0Jy2uUdx28h8oG7ph2PPuQPvIAh31d+Ci+lSiEu4C+h3oBPuJ9+mPKhOyW0M8gY4U5NM1WLeXA=="
,"_from": "istanbul-reports@2.2.6"
}