UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

73 lines (72 loc) 1.74 kB
{ "_from": "tap-yaml@^1.0.0", "_id": "tap-yaml@1.0.0", "_inBundle": false, "_integrity": "sha512-Rxbx4EnrWkYk0/ztcm5u3/VznbyFJpyXO12dDBHKWiDVxy7O2Qw6MRrwO5H6Ww0U5YhRY/4C/VzWmFPhBQc4qQ==", "_location": "/tap-yaml", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tap-yaml@^1.0.0", "name": "tap-yaml", "escapedName": "tap-yaml", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/", "/tap-mocha-reporter", "/tap-parser" ], "_resolved": "https://registry.npmjs.org/tap-yaml/-/tap-yaml-1.0.0.tgz", "_shasum": "4e31443a5489e05ca8bbb3e36cef71b5dec69635", "_spec": "tap-yaml@^1.0.0", "_where": "/Users/isaacs/dev/js/tap", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me" }, "bugs": { "url": "https://github.com/tapjs/tap-yaml/issues" }, "bundleDependencies": false, "dependencies": { "yaml": "^1.5.0" }, "deprecated": false, "description": "Yaml handling for TAP parsers and generators", "devDependencies": { "tap": "^13.0.0-rc.21" }, "files": [ "index.js", "lib/**/*.js" ], "homepage": "https://github.com/tapjs/tap-yaml#readme", "keywords": [ "tap", "yaml", "test", "testanything" ], "license": "ISC", "main": "index.js", "name": "tap-yaml", "repository": { "type": "git", "url": "git+https://github.com/tapjs/tap-yaml.git" }, "scripts": { "postpublish": "git push origin --all; git push origin --tags", "postversion": "npm publish", "preversion": "npm test", "snap": "tap test/*.js", "test": "tap test/*.js" }, "tap": { "check-coverage": true }, "version": "1.0.0" }