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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
| {
| "_from": "grunt@1.5.3",
| "_id": "grunt@1.5.3",
| "_inBundle": false,
| "_integrity": "sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==",
| "_location": "/grunt",
| "_phantomChildren": {
| "abbrev": "1.1.1",
| "brace-expansion": "1.1.11",
| "esprima": "4.0.1",
| "fs.realpath": "1.0.0",
| "inflight": "1.0.6",
| "inherits": "2.0.4",
| "once": "1.4.0",
| "path-is-absolute": "1.0.1",
| "safer-buffer": "2.1.2"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt@1.5.3",
| "name": "grunt",
| "escapedName": "grunt",
| "rawSpec": "1.5.3",
| "saveSpec": null,
| "fetchSpec": "1.5.3"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.5.3.tgz",
| "_shasum": "3214101d11257b7e83cf2b38ea173b824deab76a",
| "_spec": "grunt@1.5.3",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Grunt Development Team",
| "url": "https://gruntjs.com/development-team"
| },
| "bin": {
| "grunt": "bin/grunt"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/grunt/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "dateformat": "~3.0.3",
| "eventemitter2": "~0.4.13",
| "exit": "~0.1.2",
| "findup-sync": "~0.3.0",
| "glob": "~7.1.6",
| "grunt-cli": "~1.4.3",
| "grunt-known-options": "~2.0.0",
| "grunt-legacy-log": "~3.0.0",
| "grunt-legacy-util": "~2.0.1",
| "iconv-lite": "~0.4.13",
| "js-yaml": "~3.14.0",
| "minimatch": "~3.0.4",
| "mkdirp": "~1.0.4",
| "nopt": "~3.0.6",
| "rimraf": "~3.0.2"
| },
| "deprecated": false,
| "description": "The JavaScript Task Runner",
| "devDependencies": {
| "difflet": "~1.0.1",
| "eslint-config-grunt": "~1.0.1",
| "grunt-contrib-nodeunit": "~4.0.0",
| "grunt-contrib-watch": "~1.1.0",
| "grunt-eslint": "~18.1.0",
| "temporary": "~0.0.4",
| "through2": "~4.0.2"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "lib",
| "bin"
| ],
| "homepage": "https://gruntjs.com/",
| "keywords": [
| "task",
| "async",
| "cli",
| "minify",
| "uglify",
| "build",
| "lodash",
| "unit",
| "test",
| "qunit",
| "nodeunit",
| "server",
| "init",
| "scaffold",
| "make",
| "jake",
| "tool"
| ],
| "license": "MIT",
| "main": "lib/grunt",
| "name": "grunt",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/grunt.git"
| },
| "scripts": {
| "test": "node bin/grunt test",
| "test-tap": "node bin/grunt test:tap"
| },
| "version": "1.5.3"
| }
|
|