schnee effeckt und fehler Korektur
This commit is contained in:
20
node_modules/tempfile/package.json
generated
vendored
20
node_modules/tempfile/package.json
generated
vendored
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"name": "tempfile",
|
||||
"version": "1.1.1",
|
||||
"description": "Get a random temp file path",
|
||||
"version": "2.0.0",
|
||||
"description": "Get a random temporary file path",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/tempfile",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "http://sindresorhus.com"
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
"node": ">=4"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
@@ -26,13 +26,15 @@
|
||||
"file",
|
||||
"path",
|
||||
"random",
|
||||
"rand"
|
||||
"rand",
|
||||
"uuid"
|
||||
],
|
||||
"dependencies": {
|
||||
"os-tmpdir": "^1.0.0",
|
||||
"uuid": "^2.0.1"
|
||||
"temp-dir": "^1.0.0",
|
||||
"uuid": "^3.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user