tap
Version:
A Test-Anything-Protocol library for JavaScript
100 lines (99 loc) • 2.38 kB
JSON
{
"_from": "treport@latest",
"_id": "treport@0.4.2",
"_inBundle": false,
"_integrity": "sha512-Po8pQ/rmu4lVNmZWBgqyiHoIWXFeWaMA3H/WoCKw+DiS0xFn43UYRH6hYnjmrWCp0rkLItELQP/maO9uHDe/7A==",
"_location": "/treport",
"_phantomChildren": {
"color-convert": "1.9.3",
"escape-string-regexp": "1.0.5",
"has-flag": "3.0.0",
"punycode": "2.1.1",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "treport@latest",
"name": "treport",
"escapedName": "treport",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/treport/-/treport-0.4.2.tgz",
"_shasum": "27574ef8e7b534bd1a4feedc75b6c19044117472",
"_spec": "treport@latest",
"_where": "/Users/isaacs/dev/js/tap",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "https://izs.me"
},
"bugs": {
"url": "https://github.com/tapjs/treport/issues"
},
"bundleDependencies": false,
"dependencies": {
"cardinal": "^2.1.1",
"chalk": "^2.4.2",
"import-jsx": "^2.0.0",
"ink": "^2.1.1",
"ms": "^2.1.1",
"react": "^16.8.6",
"string-length": "^2.0.0",
"tap-parser": "^10.0.1",
"unicode-length": "^2.0.1"
},
"deprecated": false,
"description": "Reporters for node-tap",
"devDependencies": {
"events-to-array": "^1.1.2",
"ink-testing-library": "^1.0.1",
"minipass": "^3.0.0",
"tap": "^14.7.1"
},
"files": [
"index.js",
"types.js",
"lib/**/!(*.test).js"
],
"homepage": "https://github.com/tapjs/treport#readme",
"license": "ISC",
"main": "index.js",
"name": "treport",
"nyc": {
"all": true,
"include": [
"index.js",
"lib/**/!(*.test).js"
]
},
"repository": {
"type": "git",
"url": "git://github.com/tapjs/treport.git"
},
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"snap": "tap",
"test": "tap"
},
"tap": {
"check-coverage": true,
"test-env": [
"TERM_PROGRAM=iTerm.app",
"TERM=xterm-256color",
"TERM_PROGRAM_VERSION=3.2.7",
"COLORTERM=truecolor",
"FORCE_COLOR=1"
],
"coverage-map": "map.js"
},
"version": "0.4.2"
}