1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "stat-mode@^0.2.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=",
- "_location": "/stat-mode",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "stat-mode@^0.2.0",
- "name": "stat-mode",
- "escapedName": "stat-mode",
- "rawSpec": "^0.2.0",
- "saveSpec": null,
- "fetchSpec": "^0.2.0"
- },
- "_requiredBy": [
- "/gulp-chmod"
- ],
- "_resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz",
- "_shasum": "e6c80b623123d7d80cf132ce538f346289072502",
- "_spec": "stat-mode@^0.2.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-chmod",
- "author": {
- "name": "Nathan Rajlich",
- "email": "[email protected]",
- "url": "http://n8.io/"
- },
- "bugs": {
- "url": "https://github.com/TooTallNate/stat-mode/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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.2.2"
- }
|