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
71
| {
| "_from": "grunt-mkdir@~1.1.0",
| "_id": "grunt-mkdir@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-FRE17OYVveNbVJFX8GPGa5bzH2ZiAdBx3q0Kwk2Dg6l+TzLGaTdufUxiUWUbS2MERFacnmXZwDDOR5ZbYW0o+Q==",
| "_location": "/grunt-mkdir",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "grunt-mkdir@~1.1.0",
| "name": "grunt-mkdir",
| "escapedName": "grunt-mkdir",
| "rawSpec": "~1.1.0",
| "saveSpec": null,
| "fetchSpec": "~1.1.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-mkdir/-/grunt-mkdir-1.1.0.tgz",
| "_shasum": "4ce8133a56435585a434b416837a3bd02e538506",
| "_spec": "grunt-mkdir@~1.1.0",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Ruben Vermeersch",
| "email": "ruben@savanne.be",
| "url": "http://savanne.be/"
| },
| "bugs": {
| "url": "https://github.com/rubenv/grunt-mkdir/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Create directories with Grunt.",
| "devDependencies": {
| "coffee-script": "^1.6.1",
| "grunt": "^0.4.5",
| "grunt-contrib-clean": "^0.4.1",
| "grunt-contrib-coffee": "^0.6.7",
| "grunt-contrib-watch": "^0.3.1",
| "grunt-mocha-cli": "^1.14.0",
| "grunt-release": "^0.14.0"
| },
| "engines": {
| "node": ">= 0.8.0"
| },
| "homepage": "https://github.com/rubenv/grunt-mkdir",
| "keywords": [
| "gruntplugin"
| ],
| "licenses": [
| {
| "type": "MIT",
| "url": "https://github.com/rubenv/grunt-mkdir/blob/master/LICENSE-MIT"
| }
| ],
| "main": "Gruntfile.js",
| "name": "grunt-mkdir",
| "peerDependencies": {
| "grunt": ">=0.4.0"
| },
| "repository": {
| "type": "git",
| "url": "git://github.com/rubenv/grunt-mkdir.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "1.1.0"
| }
|
|