mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 09:10:07 +08:00
33 lines
694 B
JSON
33 lines
694 B
JSON
{
|
|
"name": "tmp-promise",
|
|
"version": "2.1.1",
|
|
"description": "The tmp package with promises support and disposers.",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"mocha": "mocha",
|
|
"check-types": "tsd",
|
|
"test": "npm run mocha && npm run check-types"
|
|
},
|
|
"keywords": [
|
|
"tmp",
|
|
"promise",
|
|
"tempfile",
|
|
"mkdtemp",
|
|
"mktemp"
|
|
],
|
|
"author": "Benjamin Gruenbaum and collaborators.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/benjamingr/tmp-promise.git"
|
|
},
|
|
"dependencies": {
|
|
"tmp": "0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tmp": "^0.1.0",
|
|
"mocha": "^6.1.4",
|
|
"tsd": "^0.7.2"
|
|
}
|
|
} |