blob: 8026d6f634f784c75456a1ecb72b2e37c24359a9 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-contrib-copy@^1.0.0",
3 "_id": "grunt-contrib-copy@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha1-cGDGWB6QS4qw0A8HbgqPbj58NXM=",
6 "_location": "/grunt-contrib-copy",
7 "_phantomChildren": {
8 "escape-string-regexp": "1.0.5",
9 "has-ansi": "2.0.0",
10 "strip-ansi": "3.0.1"
11 },
12 "_requested": {
13 "type": "range",
14 "registry": true,
15 "raw": "grunt-contrib-copy@^1.0.0",
16 "name": "grunt-contrib-copy",
17 "escapedName": "grunt-contrib-copy",
18 "rawSpec": "^1.0.0",
19 "saveSpec": null,
20 "fetchSpec": "^1.0.0"
21 },
22 "_requiredBy": [
23 "#DEV:/"
24 ],
25 "_resolved": "https://registry.npmjs.org/grunt-contrib-copy/-/grunt-contrib-copy-1.0.0.tgz",
26 "_shasum": "7060c6581e904b8ab0d00f076e0a8f6e3e7c3573",
27 "_spec": "grunt-contrib-copy@^1.0.0",
28 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
29 "appveyor_id": "fe6l517l01ys2y86",
30 "author": {
31 "name": "Grunt Team",
32 "url": "http://gruntjs.com/"
33 },
34 "bugs": {
35 "url": "https://github.com/gruntjs/grunt-contrib-copy/issues"
36 },
37 "bundleDependencies": false,
38 "dependencies": {
39 "chalk": "^1.1.1",
40 "file-sync-cmp": "^0.1.0"
41 },
42 "deprecated": false,
43 "description": "Copy files and folders",
44 "devDependencies": {
45 "grunt": "^0.4.5",
46 "grunt-cli": "^0.1.13",
47 "grunt-contrib-clean": "^1.0.0",
48 "grunt-contrib-internal": "^0.4.5",
49 "grunt-contrib-jshint": "^1.0.0",
50 "grunt-contrib-nodeunit": "^0.4.1"
51 },
52 "engines": {
53 "node": ">=0.10.0"
54 },
55 "files": [
56 "tasks"
57 ],
58 "homepage": "https://github.com/gruntjs/grunt-contrib-copy#readme",
59 "keywords": [
60 "gruntplugin"
61 ],
62 "license": "MIT",
63 "main": "tasks/copy.js",
64 "name": "grunt-contrib-copy",
65 "repository": {
66 "type": "git",
67 "url": "git+https://github.com/gruntjs/grunt-contrib-copy.git"
68 },
69 "scripts": {
70 "test": "grunt test"
71 },
72 "version": "1.0.0"
73}