nyc
Version:
the Istanbul command line interface
77 lines (76 loc) • 1.86 kB
JSON
{
"_args": [
[
"istanbul-lib-report@1.1.3",
"/Users/benjamincoe/oss/nyc"
]
],
"_from": "istanbul-lib-report@1.1.3",
"_id": "istanbul-lib-report@1.1.3",
"_inBundle": false,
"_integrity": "sha512-D4jVbMDtT2dPmloPJS/rmeP626N5Pr3Rp+SovrPn1+zPChGHcggd/0sL29jnbm4oK9W0wHjCRsdch9oLd7cm6g==",
"_location": "/istanbul-lib-report",
"_phantomChildren": {
"has-flag": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "istanbul-lib-report@1.1.3",
"name": "istanbul-lib-report",
"escapedName": "istanbul-lib-report",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "/Users/benjamincoe/oss/nyc",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {
"istanbul-lib-coverage": "^1.1.2",
"mkdirp": "^0.5.1",
"path-parse": "^1.0.5",
"supports-color": "^3.1.2"
},
"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.3"
}