overwatch-api-server
Version:
An Unoffical Overwatch HTTP API
86 lines (85 loc) • 2.07 kB
JSON
{
"_from": "supertap@^1.0.0",
"_id": "supertap@1.0.0",
"_inBundle": false,
"_integrity": "sha512-HZJ3geIMPgVwKk2VsmO5YHqnnJYl6bV5A9JW2uzqV43WmpgliNEYbuvukfor7URpaqpxuw3CfZ3ONdVbZjCgIA==",
"_location": "/supertap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "supertap@^1.0.0",
"name": "supertap",
"escapedName": "supertap",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/supertap/-/supertap-1.0.0.tgz",
"_shasum": "bd9751c7fafd68c68cf8222a29892206a119fa9e",
"_spec": "supertap@^1.0.0",
"_where": "C:\\Users\\Alf\\Source\\overwatch-api\\api\\node_modules\\ava",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"ava": {
"serial": true
},
"bugs": {
"url": "https://github.com/vadimdemedes/supertap/issues"
},
"bundleDependencies": false,
"dependencies": {
"arrify": "^1.0.1",
"indent-string": "^3.2.0",
"js-yaml": "^3.10.0",
"serialize-error": "^2.1.0",
"strip-ansi": "^4.0.0"
},
"deprecated": false,
"description": "Generate TAP output",
"devDependencies": {
"ava": "^0.20.0",
"ctrlc-exit": "^1.0.0",
"execa": "^0.8.0",
"faucet": "^0.0.1",
"p-each-series": "^1.0.0",
"tap-dot": "^1.0.5",
"tap-json": "^1.0.0",
"tap-min": "^1.2.2",
"tap-nyan": "^1.1.0",
"tap-out": "^2.0.0",
"tap-pessimist": "^1.0.1",
"tap-spec": "^4.1.1",
"tap-summary": "^4.0.0",
"wait-for-enter": "^1.0.0",
"xo": "^0.18.2"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/vadimdemedes/supertap#readme",
"keywords": [
"tap",
"tape",
"output"
],
"license": "MIT",
"name": "supertap",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/supertap.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.0"
}