This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

73
node_modules/tempfile/package.json generated vendored Normal file
View File

@@ -0,0 +1,73 @@
{
"_from": "tempfile@^2.0.0",
"_id": "tempfile@2.0.0",
"_inBundle": false,
"_integrity": "sha1-awRGhWqbERTRhW/8vlCczLCXcmU=",
"_location": "/tempfile",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tempfile@^2.0.0",
"name": "tempfile",
"escapedName": "tempfile",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/bin-build",
"/exec-buffer"
],
"_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-2.0.0.tgz",
"_shasum": "6b0446856a9b1114d1856ffcbe509cccb0977265",
"_spec": "tempfile@^2.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/bin-build",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tempfile/issues"
},
"bundleDependencies": false,
"dependencies": {
"temp-dir": "^1.0.0",
"uuid": "^3.0.1"
},
"deprecated": false,
"description": "Get a random temporary file path",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/tempfile#readme",
"keywords": [
"tmp",
"temp",
"temporary",
"tempfile",
"file",
"path",
"random",
"rand",
"uuid"
],
"license": "MIT",
"name": "tempfile",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tempfile.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}