1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
| {
| "_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"
| }
|
|