@types/tape
Version:
TypeScript definitions for tape
62 lines • 1.91 kB
JSON
{
"name": "@types/tape",
"version": "5.8.1",
"description": "TypeScript definitions for tape",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tape",
"license": "MIT",
"contributors": [
{
"name": "Bart van der Schoor",
"githubUsername": "Bartvds",
"url": "https://github.com/Bartvds"
},
{
"name": "Haoqun Jiang",
"githubUsername": "sodatea",
"url": "https://github.com/sodatea"
},
{
"name": "Dennis Schwartz",
"githubUsername": "DennisSchwartz",
"url": "https://github.com/DennisSchwartz"
},
{
"name": "Michael Henretty",
"githubUsername": "mikehenrty",
"url": "https://github.com/mikehenrty"
},
{
"name": "Rafał Ostrowski",
"githubUsername": "rostrowski",
"url": "https://github.com/rostrowski"
},
{
"name": "Jordan Harband",
"githubUsername": "ljharb",
"url": "https://github.com/ljharb"
}
],
"main": "",
"types": "index.d.ts",
"exports": {
".": "./index.d.ts",
"./lib/default_stream": "./lib/default_stream.d.ts",
"./lib/results": "./lib/results.d.ts",
"./lib/test": "./lib/test.d.ts",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/tape"
},
"scripts": {},
"dependencies": {
"@types/node": "*",
"@ljharb/through": "*",
"mock-property": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "d2af95d3acad5e543fcd28816dd70007ac8ce52ed7626c454c21f647f35f2a68",
"typeScriptVersion": "5.0"
}