Galerie und tage
This commit is contained in:
33
node_modules/stat-mode/package.json
generated
vendored
Normal file
33
node_modules/stat-mode/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user