GT2/GT2-iOS/node_modules/istanbul-reports/package.json

112 lines
3.3 KiB
JSON

{
"_args": [
[
{
"raw": "istanbul-reports@^1.1.3",
"scope": null,
"escapedName": "istanbul-reports",
"name": "istanbul-reports",
"rawSpec": "^1.1.3",
"spec": ">=1.1.3 <2.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/istanbul-api"
]
],
"_from": "istanbul-reports@>=1.1.3 <2.0.0",
"_id": "istanbul-reports@1.1.3",
"_inCache": true,
"_location": "/istanbul-reports",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/istanbul-reports-1.1.3.tgz_1508612370637_0.6891787350177765"
},
"_npmUser": {
"name": "bcoe",
"email": "ben@npmjs.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "istanbul-reports@^1.1.3",
"scope": null,
"escapedName": "istanbul-reports",
"name": "istanbul-reports",
"rawSpec": "^1.1.3",
"spec": ">=1.1.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/istanbul-api"
],
"_resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.1.3.tgz",
"_shasum": "3b9e1e8defb6d18b1d425da8e8b32c5a163f2d10",
"_shrinkwrap": null,
"_spec": "istanbul-reports@^1.1.3",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/istanbul-api",
"author": {
"name": "Krishnan Anantheswaran",
"email": "kananthmail-github@yahoo.com"
},
"bugs": {
"url": "https://github.com/istanbuljs/istanbuljs/issues"
},
"dependencies": {
"handlebars": "^4.0.3"
},
"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"
},
"directories": {},
"dist": {
"integrity": "sha512-ZEelkHh8hrZNI5xDaKwPMFwDsUf5wIEI2bXAFGp1e6deR2mnEKBPhLJEgr4ZBt8Gi6Mj38E/C8kcy9XLggVO2Q==",
"shasum": "3b9e1e8defb6d18b1d425da8e8b32c5a163f2d10",
"tarball": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-1.1.3.tgz"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/istanbuljs/istanbuljs",
"keywords": [
"istanbul",
"reports"
],
"license": "BSD-3-Clause",
"main": "index.js",
"maintainers": [
{
"name": "jakxz",
"email": "jgkurian@me.com"
},
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "gotwarlost",
"email": "kananthmail-github@yahoo.com"
}
],
"name": "istanbul-reports",
"optionalDependencies": {},
"readme": "istanbul-reports\n================\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/istanbuljs/istanbul-reports.svg)](https://greenkeeper.io/)\n[![Build Status](https://travis-ci.org/istanbuljs/istanbul-reports.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-reports)\n\n* node.getRelativeName\n\n* context.getSource(filePath)\n* context.classForPercent(type, percent)\n* context.console.colorize(str, class)\n* context.writer\n* context.console.write\n* context.console.println\n",
"readmeFilename": "README.md",
"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"
}