Files
WeihnachtsKalenderMelly/node_modules/tempfile/package.json
2021-11-23 17:56:26 +01:00

39 lines
640 B
JSON

{
"name": "tempfile",
"version": "1.1.1",
"description": "Get a random temp file path",
"license": "MIT",
"repository": "sindresorhus/tempfile",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"tmp",
"temp",
"temporary",
"tempfile",
"file",
"path",
"random",
"rand"
],
"dependencies": {
"os-tmpdir": "^1.0.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"mocha": "*"
}
}