node-tar/types-tar/package.json

33 lines
986 B
JSON
Executable File

{
"name": "@types/tar",
"version": "4.0.5",
"description": "TypeScript definitions for tar",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar",
"license": "MIT",
"contributors": [
{
"name": "Maxime LUCE",
"url": "https://github.com/SomaticIT",
"githubUsername": "SomaticIT"
},
{
"name": "Connor Peet",
"url": "https://github.com/connor4312",
"githubUsername": "connor4312"
}
],
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/tar"
},
"scripts": {},
"dependencies": {
"@types/minipass": "*",
"@types/node": "*"
},
"typesPublisherContentHash": "a6efdc2394562ab1a73de84074e183b53ab21d470ff13ecf93b28ba3993bd3d7",
"typeScriptVersion": "3.6"
}