Files
codeql-action/node_modules/supertap/package.json
2020-06-24 14:33:14 +01:00

90 lines
2.0 KiB
JSON

{
"_args": [
[
"supertap@1.0.0",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "supertap@1.0.0",
"_id": "supertap@1.0.0",
"_inBundle": false,
"_integrity": "sha512-HZJ3geIMPgVwKk2VsmO5YHqnnJYl6bV5A9JW2uzqV43WmpgliNEYbuvukfor7URpaqpxuw3CfZ3ONdVbZjCgIA==",
"_location": "/supertap",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "1.0.0",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com",
"url": "github.com/vadimdemedes"
},
"ava": {
"serial": true
},
"bugs": {
"url": "https://github.com/vadimdemedes/supertap/issues"
},
"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"
},
"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"
}