Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

33
node_modules/stat-mode/package.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"name": "stat-mode",
"version": "0.2.2",
"description": "Offers convenient getters and setters for the stat `mode`",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/stat-mode.git"
},
"keywords": [
"stat",
"mode",
"owner",
"group",
"others",
"chmod",
"octal",
"symbolic",
"permissions"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TooTallNate/stat-mode/issues"
},
"homepage": "https://github.com/TooTallNate/stat-mode",
"devDependencies": {
"mocha": "^3.0.2"
},
"scripts": {
"test": "mocha --reporter spec"
}
}