thedesk/app/node_modules/stat-mode/package.json

67 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2019-09-13 00:38:13 +10:00
{
"_args": [
[
"stat-mode@0.3.0",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "stat-mode@0.3.0",
"_id": "stat-mode@0.3.0",
"_inBundle": false,
"_integrity": "sha512-QjMLR0A3WwFY2aZdV0okfFEJB5TRjkggXZjxP3A1RsWsNHNu3YPv8btmtc6iCFZ0Rul3FE93OYogvhOUClU+ng==",
"_location": "/stat-mode",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "stat-mode@0.3.0",
"name": "stat-mode",
"escapedName": "stat-mode",
"rawSpec": "0.3.0",
"saveSpec": null,
"fetchSpec": "0.3.0"
},
"_requiredBy": [
"/builder-util"
],
"_resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.3.0.tgz",
"_spec": "0.3.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://n8.io/"
},
"bugs": {
"url": "https://github.com/TooTallNate/stat-mode/issues"
},
"description": "Offers convenient getters and setters for the stat `mode`",
"devDependencies": {
"mocha": "^3.0.2"
},
"homepage": "https://github.com/TooTallNate/stat-mode",
"keywords": [
"stat",
"mode",
"owner",
"group",
"others",
"chmod",
"octal",
"symbolic",
"permissions"
],
"license": "MIT",
"main": "index.js",
"name": "stat-mode",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/stat-mode.git"
},
"scripts": {
"test": "mocha --reporter spec"
},
"version": "0.3.0"
}