Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
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.3.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue