wishthis/node_modules/stat-mode/package.json

34 lines
724 B
JSON
Raw Permalink Normal View History

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