Files
codeql-action/node_modules/tmp-promise/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
726 B
JSON
Raw Normal View History

{
"name": "tmp-promise",
2022-03-03 17:18:51 +00:00
"version": "3.0.3",
"description": "The tmp package with promises support and disposers.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"mocha": "mocha",
"check-types": "tsd",
2022-03-03 17:18:51 +00:00
"test": "npm run mocha && npm run check-types",
"publish": "node publish"
},
"keywords": [
"tmp",
"promise",
"tempfile",
"mkdtemp",
"mktemp"
],
2022-03-03 17:18:51 +00:00
"author": "Benjamin Gruenbaum and Collaborators.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/benjamingr/tmp-promise.git"
},
"dependencies": {
2022-03-03 17:18:51 +00:00
"tmp": "^0.2.0"
},
"devDependencies": {
2022-03-03 17:18:51 +00:00
"@types/tmp": "^0.2.0",
"mocha": "7.1.2",
"tsd": "0.11.0"
}
2022-02-24 17:03:29 +00:00
}