mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-22 08:30:51 +00:00
38 lines
821 B
JSON
38 lines
821 B
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"
|
|
}
|