mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +00:00
46 lines
No EOL
1.2 KiB
JSON
46 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "istanbul-lib-coverage",
|
|
"version": "2.0.5",
|
|
"description": "Data library for istanbul coverage objects",
|
|
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"karmaDeps": {
|
|
"browserify-istanbul": "^0.2.1",
|
|
"karma": "^0.13.10",
|
|
"karma-browserify": "^4.2.1",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-coverage": "^0.4.2",
|
|
"karma-mocha": "^0.2.0",
|
|
"karma-phantomjs-launcher": "^0.2.0",
|
|
"phantomjs": "^1.9.17"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:istanbuljs/istanbuljs.git"
|
|
},
|
|
"keywords": [
|
|
"istanbul",
|
|
"coverage",
|
|
"data"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
|
},
|
|
"homepage": "https://istanbul.js.org/",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2"
|
|
|
|
,"_resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz"
|
|
,"_integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA=="
|
|
,"_from": "istanbul-lib-coverage@2.0.5"
|
|
} |