wishthis/node_modules/stat-mode/package.json

66 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"stat-mode@0.2.2",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "stat-mode@0.2.2",
"_id": "stat-mode@0.2.2",
"_inBundle": false,
"_integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=",
"_location": "/stat-mode",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stat-mode@0.2.2",
"name": "stat-mode",
"escapedName": "stat-mode",
"rawSpec": "0.2.2",
"saveSpec": null,
"fetchSpec": "0.2.2"
},
"_requiredBy": [
"/gulp-chmod"
],
"_resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz",
"_spec": "0.2.2",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/stat-mode/issues"
},
2022-01-21 08:28:41 +00:00
"description": "Offers convenient getters and setters for the stat `mode`",
2022-02-23 16:41:13 +00:00
"devDependencies": {
"mocha": "^3.0.2"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/TooTallNate/stat-mode",
2022-01-21 08:28:41 +00:00
"keywords": [
"stat",
"mode",
"owner",
"group",
"others",
"chmod",
"octal",
"symbolic",
"permissions"
],
"license": "MIT",
2022-02-23 16:41:13 +00:00
"main": "index.js",
"name": "stat-mode",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/stat-mode.git"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "mocha --reporter spec"
2022-02-23 16:41:13 +00:00
},
"version": "0.2.2"
2022-01-21 08:28:41 +00:00
}