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

69 lines
1.6 KiB
JSON

{
"_from": "tap-out@^2.1.0",
"_id": "tap-out@2.1.0",
"_inBundle": false,
"_integrity": "sha512-LJE+TBoVbOWhwdz4+FQk40nmbIuxJLqaGvj3WauQw3NYYU5TdjoV3C0x/yq37YAvVyi+oeBXmWnxWSjJ7IEyUw==",
"_location": "/tap-out",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tap-out@^2.1.0",
"name": "tap-out",
"escapedName": "tap-out",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/tap-spec"
],
"_resolved": "https://registry.npmjs.org/tap-out/-/tap-out-2.1.0.tgz",
"_shasum": "c093079a915036de8b835bfa3297f14458b15358",
"_spec": "tap-out@^2.1.0",
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/tap-spec",
"author": {
"name": "Scott Corgan"
},
"bin": {
"tap-out": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/scottcorgan/tap-out/issues"
},
"bundleDependencies": false,
"dependencies": {
"re-emitter": "1.1.3",
"readable-stream": "2.2.9",
"split": "1.0.0",
"trim": "0.0.1"
},
"deprecated": false,
"description": "A different tap parser",
"devDependencies": {
"tape": "4.6.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/scottcorgan/tap-out",
"keywords": [
"tap",
"parser",
"tape",
"tap-spec",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "tap-out",
"repository": {
"type": "git",
"url": "git+https://github.com/scottcorgan/tap-out.git"
},
"scripts": {
"test": "tape test/index.js"
},
"version": "2.1.0"
}