{ "_from": "grunt-chmod@~1.1.1", "_id": "grunt-chmod@1.1.1", "_inBundle": false, "_integrity": "sha512-f807W/VOIhhaOW85JyeRd4DgB0RcbsGQV/4IvtcKctOWGvPJns4AqN7xW73PG9+RwDnSGxApS+6Xov5L2LeNXg==", "_location": "/grunt-chmod", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "grunt-chmod@~1.1.1", "name": "grunt-chmod", "escapedName": "grunt-chmod", "rawSpec": "~1.1.1", "saveSpec": null, "fetchSpec": "~1.1.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/grunt-chmod/-/grunt-chmod-1.1.1.tgz", "_shasum": "d1865c5a84e7ed9aefe509ffbf5290f97a257840", "_spec": "grunt-chmod@~1.1.1", "_where": "/home/l/plc/node-red", "author": { "name": "James M. Greene", "email": "james.m.greene@gmail.com", "url": "http://greene.io/" }, "bugs": { "url": "https://github.com/JamesMGreene/grunt-chmod/issues" }, "bundleDependencies": false, "dependencies": { "shelljs": "^0.5.3" }, "deprecated": false, "description": "A Grunt task plugin to modify file permissions, a la `chmod`.", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "^0.4.1" }, "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/JamesMGreene/grunt-chmod", "keywords": [ "gruntplugin", "chmod", "permissions" ], "licenses": [ { "type": "MIT", "url": "https://github.com/JamesMGreene/grunt-chmod/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "name": "grunt-chmod", "repository": { "type": "git", "url": "git://github.com/JamesMGreene/grunt-chmod.git" }, "scripts": { "test": "grunt travis --verbose" }, "version": "1.1.1" }