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
| {
| "_from": "grunt-concurrent@3.0.0",
| "_id": "grunt-concurrent@3.0.0",
| "_inBundle": false,
| "_integrity": "sha512-AgXtjUJESHEGeGX8neL3nmXBTHSj1QC48ABQ3ng2/vjuSBpDD8gKcVHSlXP71pFkIR8TQHf+eomOx6OSYSgfrA==",
| "_location": "/grunt-concurrent",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-concurrent@3.0.0",
| "name": "grunt-concurrent",
| "escapedName": "grunt-concurrent",
| "rawSpec": "3.0.0",
| "saveSpec": null,
| "fetchSpec": "3.0.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-3.0.0.tgz",
| "_shasum": "643e72b1110ca70d1dbcc52fc540c429456097cb",
| "_spec": "grunt-concurrent@3.0.0",
| "_where": "/home/l/plc/node-red",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/grunt-concurrent/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "arrify": "^2.0.1",
| "async": "^3.1.0",
| "indent-string": "^4.0.0",
| "pad-stream": "^2.0.0"
| },
| "deprecated": false,
| "description": "Run grunt tasks concurrently",
| "devDependencies": {
| "cross-spawn": "^6.0.5",
| "grunt": "^1.0.4",
| "grunt-cli": "^1.3.2",
| "grunt-contrib-clean": "^2.0.0",
| "grunt-contrib-watch": "^1.1.0",
| "grunt-nodemon": "^0.4.0",
| "grunt-simple-mocha": "^0.4.0",
| "nodemon": "^1.2.1",
| "path-exists": "^4.0.0",
| "supports-color": "^7.0.0",
| "xo": "^0.24.0"
| },
| "engines": {
| "node": ">=8"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/sindresorhus/grunt-concurrent#readme",
| "keywords": [
| "gruntplugin",
| "concurrent",
| "parallel",
| "simultaneous",
| "optimize",
| "speed",
| "perf",
| "performance",
| "fast",
| "faster"
| ],
| "license": "MIT",
| "name": "grunt-concurrent",
| "peerDependencies": {
| "grunt": ">=1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/grunt-concurrent.git"
| },
| "scripts": {
| "test": "xo && grunt"
| },
| "version": "3.0.0"
| }
|
|