auth-api/tests/node_modules/tap-spec/package.json
2021-06-23 22:30:45 +02:00

72 lines
1.7 KiB
JSON

{
"_from": "tap-spec",
"_id": "tap-spec@5.0.0",
"_inBundle": false,
"_integrity": "sha512-zMDVJiE5I6Y4XGjlueGXJIX2YIkbDN44broZlnypT38Hj/czfOXrszHNNJBF/DXR8n+x6gbfSx68x04kIEHdrw==",
"_location": "/tap-spec",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "tap-spec",
"name": "tap-spec",
"escapedName": "tap-spec",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/tap-spec/-/tap-spec-5.0.0.tgz",
"_shasum": "7329e4e66e8aa68da2a164215abbb903a7c5d352",
"_spec": "tap-spec",
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests",
"author": {
"name": "Scott Corgan"
},
"bin": {
"tspec": "bin/cmd.js",
"tap-spec": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/scottcorgan/tap-spec/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^1.0.0",
"duplexer": "^0.1.1",
"figures": "^1.4.0",
"lodash": "^4.17.10",
"pretty-ms": "^2.1.0",
"repeat-string": "^1.5.2",
"tap-out": "^2.1.0",
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Formatted TAP output like Mocha's spec reporter",
"devDependencies": {
"tapes": "^2.0.0"
},
"homepage": "https://github.com/scottcorgan/tap-spec#readme",
"keywords": [
"tape",
"tap",
"mocha",
"spec",
"reporter"
],
"license": "MIT",
"main": "index.js",
"name": "tap-spec",
"repository": {
"type": "git",
"url": "git+https://github.com/scottcorgan/tap-spec.git"
},
"scripts": {
"test": "echo 'Tests are out of date. Not running until fixed.'"
},
"version": "5.0.0"
}