Update checked-in dependencies
This commit is contained in:
parent
75e4d9f140
commit
4154eaf0e9
55 changed files with 1717 additions and 1934 deletions
15
node_modules/tmp-promise/package.json
generated
vendored
15
node_modules/tmp-promise/package.json
generated
vendored
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "tmp-promise",
|
||||
"version": "2.1.1",
|
||||
"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",
|
||||
"test": "npm run mocha && npm run check-types"
|
||||
"test": "npm run mocha && npm run check-types",
|
||||
"publish": "node publish"
|
||||
},
|
||||
"keywords": [
|
||||
"tmp",
|
||||
|
|
@ -16,18 +17,18 @@
|
|||
"mkdtemp",
|
||||
"mktemp"
|
||||
],
|
||||
"author": "Benjamin Gruenbaum and collaborators.",
|
||||
"author": "Benjamin Gruenbaum and Collaborators.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/benjamingr/tmp-promise.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"tmp": "0.1.0"
|
||||
"tmp": "^0.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/tmp": "^0.1.0",
|
||||
"mocha": "^6.1.4",
|
||||
"tsd": "^0.7.2"
|
||||
"@types/tmp": "^0.2.0",
|
||||
"mocha": "7.1.2",
|
||||
"tsd": "0.11.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue