blob: 23b7979d568be7cfaa2a7fd8a37fc3ad9304211d [file] [log] [blame]
{
"_from": "istanbul-lib-report@^1.1.2",
"_id": "istanbul-lib-report@1.1.2",
"_inBundle": true,
"_integrity": "sha512-UTv4VGx+HZivJQwAo1wnRwe1KTvFpfi/NYwN7DcsrdzMXwpRT/Yb6r4SBPoHWj4VuQPakR32g4PUUeyKkdDkBA==",
"_location": "/nyc/istanbul-lib-report",
"_phantomChildren": {
"has-flag": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "istanbul-lib-report@^1.1.2",
"name": "istanbul-lib-report",
"escapedName": "istanbul-lib-report",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/nyc"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.2.tgz",
"_shasum": "922be27c13b9511b979bd1587359f69798c1d425",
"_spec": "istanbul-lib-report@^1.1.2",
"_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": {
"istanbul-lib-coverage": "^1.1.1",
"mkdirp": "^0.5.1",
"path-parse": "^1.0.5",
"supports-color": "^3.1.2"
},
"deprecated": false,
"description": "Base reporting library for istanbul",
"devDependencies": {
"chai": "^3.0.0",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^3.2.0",
"rimraf": "^2.6.1"
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/istanbuljs/istanbuljs",
"keywords": [
"istanbul",
"report",
"api",
"lib"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "istanbul-lib-report",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
},
"scripts": {
"pretest": "jshint index.js lib/ test/",
"test": "mocha"
},
"version": "1.1.2"
}