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
| {
| "_from": "grunt-contrib-copy@1.0.0",
| "_id": "grunt-contrib-copy@1.0.0",
| "_inBundle": false,
| "_integrity": "sha512-gFRFUB0ZbLcjKb67Magz1yOHGBkyU6uL29hiEW1tdQ9gQt72NuMKIy/kS6dsCbV0cZ0maNCb0s6y+uT1FKU7jA==",
| "_location": "/grunt-contrib-copy",
| "_phantomChildren": {
| "escape-string-regexp": "1.0.5",
| "has-ansi": "2.0.0"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-contrib-copy@1.0.0",
| "name": "grunt-contrib-copy",
| "escapedName": "grunt-contrib-copy",
| "rawSpec": "1.0.0",
| "saveSpec": null,
| "fetchSpec": "1.0.0"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz",
| "_shasum": "7060c6581e904b8ab0d00f076e0a8f6e3e7c3573",
| "_spec": "grunt-contrib-copy@1.0.0",
| "_where": "/home/l/plc/node-red",
| "appveyor_id": "fe6l517l01ys2y86",
| "author": {
| "name": "Grunt Team",
| "url": "http://gruntjs.com/"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/grunt-contrib-copy/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^1.1.1",
| "file-sync-cmp": "^0.1.0"
| },
| "deprecated": false,
| "description": "Copy files and folders",
| "devDependencies": {
| "grunt": "^0.4.5",
| "grunt-cli": "^0.1.13",
| "grunt-contrib-clean": "^1.0.0",
| "grunt-contrib-internal": "^0.4.5",
| "grunt-contrib-jshint": "^1.0.0",
| "grunt-contrib-nodeunit": "^0.4.1"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/gruntjs/grunt-contrib-copy#readme",
| "keywords": [
| "gruntplugin"
| ],
| "license": "MIT",
| "main": "tasks/copy.js",
| "name": "grunt-contrib-copy",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/grunt-contrib-copy.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "1.0.0"
| }
|
|