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-contrib-concat@2.1.0",
| "_id": "grunt-contrib-concat@2.1.0",
| "_inBundle": false,
| "_integrity": "sha512-Vnl95JIOxfhEN7bnYIlCgQz41kkbi7tsZ/9a4usZmxNxi1S2YAIOy8ysFmO8u4MN26Apal1O106BwARdaNxXQw==",
| "_location": "/grunt-contrib-concat",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-contrib-concat@2.1.0",
| "name": "grunt-contrib-concat",
| "escapedName": "grunt-contrib-concat",
| "rawSpec": "2.1.0",
| "saveSpec": null,
| "fetchSpec": "2.1.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-2.1.0.tgz",
| "_shasum": "9ac62117a18b48d1bfccb3eef46c960bbd163d75",
| "_spec": "grunt-contrib-concat@2.1.0",
| "_where": "/home/l/plc/node-red",
| "appveyor_id": "l42173901ms416km",
| "author": {
| "name": "Grunt Team",
| "url": "http://gruntjs.com/"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/grunt-contrib-concat/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^4.1.2",
| "source-map": "^0.5.3"
| },
| "deprecated": false,
| "description": "Concatenate files.",
| "devDependencies": {
| "grunt": "^1.4.1",
| "grunt-contrib-clean": "^2.0.0",
| "grunt-contrib-internal": "^7.0.0",
| "grunt-contrib-jshint": "^3.2.0",
| "grunt-contrib-nodeunit": "^4.0.0"
| },
| "engines": {
| "node": ">=0.12.0"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/gruntjs/grunt-contrib-concat#readme",
| "keywords": [
| "gruntplugin"
| ],
| "license": "MIT",
| "main": "tasks/concat.js",
| "name": "grunt-contrib-concat",
| "peerDependencies": {
| "grunt": ">=1.4.1"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/grunt-contrib-concat.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "2.1.0"
| }
|
|