UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

94 lines (93 loc) 2.09 kB
{ "_from": "tap-parser@latest", "_id": "tap-parser@10.0.1", "_inBundle": false, "_integrity": "sha512-qdT15H0DoJIi7zOqVXDn9X0gSM68JjNy1w3VemwTJlDnETjbi6SutnqmBfjDJAwkFS79NJ97gZKqie00ZCGmzg==", "_location": "/tap-parser", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "tap-parser@latest", "name": "tap-parser", "escapedName": "tap-parser", "rawSpec": "latest", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/", "/tap-mocha-reporter", "/treport" ], "_resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-10.0.1.tgz", "_shasum": "b63c2500eeef2be8fbf09d512914196d1f12ebec", "_spec": "tap-parser@latest", "_where": "/Users/isaacs/dev/js/tap", "bin": { "tap-parser": "bin/cmd.js" }, "bugs": { "url": "https://github.com/tapjs/tap-parser/issues" }, "bundleDependencies": false, "dependencies": { "events-to-array": "^1.0.1", "minipass": "^3.0.0", "tap-yaml": "^1.0.0" }, "deprecated": false, "description": "parse the test anything protocol", "devDependencies": { "glob": "^7.0.5", "tap": "^14.4.1" }, "engines": { "node": ">= 8" }, "files": [ "index.js", "bin/cmd.js" ], "homepage": "https://github.com/tapjs/tap-parser", "keywords": [ "tap", "test", "parser" ], "license": "MIT", "main": "index.js", "name": "tap-parser", "nyc": { "hookRunInThisContext": true }, "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/tapjs/tap-parser.git" }, "scripts": { "postpublish": "git push origin --follow-tags", "postversion": "npm publish", "preversion": "npm test", "snap": "tap", "test": "tap" }, "tap": { "check-coverage": true }, "testling": { "files": "test/*.js", "browsers": [ "ie/6..latest", "chrome/10", "chrome/latest", "firefox/3.5", "firefox/latest", "opera/latest", "safari/latest" ] }, "version": "10.0.1" }