blob: 683a9193934893afedf4dcc3e9935640a077493a [file] [log] [blame]
{
"_from": "tap-mocha-reporter@^3.0.6",
"_id": "tap-mocha-reporter@3.0.6",
"_inBundle": false,
"_integrity": "sha512-UImgw3etckDQCoqZIAIKcQDt0w1JLVs3v0yxLlmwvGLZl6MGFxF7JME5PElXjAoDklVDU42P3vVu5jgr37P4Yg==",
"_location": "/tap-mocha-reporter",
"_phantomChildren": {
"events-to-array": "1.1.2",
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"js-yaml": "3.10.0",
"minimatch": "3.0.4",
"ms": "2.0.0",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"readable-stream": "2.3.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-mocha-reporter@^3.0.6",
"name": "tap-mocha-reporter",
"escapedName": "tap-mocha-reporter",
"rawSpec": "^3.0.6",
"saveSpec": null,
"fetchSpec": "^3.0.6"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/tap-mocha-reporter/-/tap-mocha-reporter-3.0.6.tgz",
"_shasum": "12abe97ff409a5a6ecc3d70b6dba34d82184a770",
"_spec": "tap-mocha-reporter@^3.0.6",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"tap-mocha-reporter": "index.js"
},
"bugs": {
"url": "https://github.com/isaacs/tap-mocha-reporter/issues"
},
"bundleDependencies": false,
"dependencies": {
"color-support": "^1.1.0",
"debug": "^2.1.3",
"diff": "^1.3.2",
"escape-string-regexp": "^1.0.3",
"glob": "^7.0.5",
"js-yaml": "^3.3.1",
"readable-stream": "^2.1.5",
"tap-parser": "^5.1.0",
"unicode-length": "^1.0.0"
},
"deprecated": false,
"description": "Format a TAP stream using Mocha's set of reporters",
"devDependencies": {
"tap": "^6.2.0"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/isaacs/tap-mocha-reporter",
"license": "ISC",
"main": "index.js",
"name": "tap-mocha-reporter",
"optionalDependencies": {
"readable-stream": "^2.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/tap-mocha-reporter.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.0.6"
}