blob: 563bcef6689b10f89c62a141ba92bed5b0771b63 [file] [log] [blame]
{
"_from": "istanbul-reports@^1.1.3",
"_id": "istanbul-reports@1.1.3",
"_inBundle": true,
"_integrity": "sha512-ZEelkHh8hrZNI5xDaKwPMFwDsUf5wIEI2bXAFGp1e6deR2mnEKBPhLJEgr4ZBt8Gi6Mj38E/C8kcy9XLggVO2Q==",
"_location": "/nyc/istanbul-reports",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "istanbul-reports@^1.1.3",
"name": "istanbul-reports",
"escapedName": "istanbul-reports",
"rawSpec": "^1.1.3",
"saveSpec": null,
"fetchSpec": "^1.1.3"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.1.3.tgz",
"_shasum": "3b9e1e8defb6d18b1d425da8e8b32c5a163f2d10",
"_spec": "istanbul-reports@^1.1.3",
"_where": "/Users/benjamincoe/bcoe/nyc",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"bundleDependencies": false,
"dependencies": {
"handlebars": "^4.0.3"
},
"deprecated": false,
"description": "istanbul reports",
"devDependencies": {
"chai": "^3.5.0",
"is-windows": "^1.0.1",
"istanbul-lib-coverage": "^1.1.1",
"istanbul-lib-report": "^1.1.2",
"jshint": "^2.8.0",
"mocha": "^3.1.2"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/istanbuljs/istanbuljs",
"keywords": [
"istanbul",
"reports"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "istanbul-reports",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"pretest": "jshint --exclude=**/prettify.js index.js lib/ test/",
"test": "mocha --recursive"
},
"version": "1.1.3"
}