blob: 315a6a47a72a46804c4d3c6163fce7af889c9f31 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt@^1.0.4",
3 "_id": "grunt@1.3.0",
4 "_inBundle": false,
5 "_integrity": "sha512-6ILlMXv11/4cxuhSMfSU+SfvbxrPuqZrAtLN64+tZpQ3DAKfSQPQHRbTjSbdtxfyQhGZPtN0bDZJ/LdCM5WXXA==",
6 "_location": "/grunt",
7 "_phantomChildren": {
8 "abbrev": "1.1.1",
9 "grunt-known-options": "1.1.1",
10 "interpret": "1.1.0",
11 "liftoff": "2.5.0",
12 "osenv": "0.1.5",
13 "v8flags": "3.1.3"
14 },
15 "_requested": {
16 "type": "range",
17 "registry": true,
18 "raw": "grunt@^1.0.4",
19 "name": "grunt",
20 "escapedName": "grunt",
21 "rawSpec": "^1.0.4",
22 "saveSpec": null,
23 "fetchSpec": "^1.0.4"
24 },
25 "_requiredBy": [
26 "#DEV:/"
27 ],
28 "_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.3.0.tgz",
29 "_shasum": "55db6ccd80c6fb53722e496f680620a2e681f809",
30 "_spec": "grunt@^1.0.4",
31 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
32 "author": {
33 "name": "Grunt Development Team",
34 "url": "https://gruntjs.com/development-team"
35 },
36 "bin": {
37 "grunt": "bin/grunt"
38 },
39 "bugs": {
40 "url": "https://github.com/gruntjs/grunt/issues"
41 },
42 "bundleDependencies": false,
43 "dependencies": {
44 "dateformat": "~3.0.3",
45 "eventemitter2": "~0.4.13",
46 "exit": "~0.1.2",
47 "findup-sync": "~0.3.0",
48 "glob": "~7.1.6",
49 "grunt-cli": "~1.3.2",
50 "grunt-known-options": "~1.1.0",
51 "grunt-legacy-log": "~3.0.0",
52 "grunt-legacy-util": "~2.0.0",
53 "iconv-lite": "~0.4.13",
54 "js-yaml": "~3.14.0",
55 "minimatch": "~3.0.4",
56 "mkdirp": "~1.0.4",
57 "nopt": "~3.0.6",
58 "rimraf": "~3.0.2"
59 },
60 "deprecated": false,
61 "description": "The JavaScript Task Runner",
62 "devDependencies": {
63 "difflet": "~1.0.1",
64 "eslint-config-grunt": "~1.0.1",
65 "grunt-contrib-nodeunit": "~2.1.0",
66 "grunt-contrib-watch": "~1.1.0",
67 "grunt-eslint": "~18.1.0",
68 "temporary": "~0.0.4",
69 "through2": "~2.0.0"
70 },
71 "engines": {
72 "node": ">=8"
73 },
74 "files": [
75 "lib",
76 "bin"
77 ],
78 "homepage": "https://gruntjs.com/",
79 "keywords": [
80 "task",
81 "async",
82 "cli",
83 "minify",
84 "uglify",
85 "build",
86 "lodash",
87 "unit",
88 "test",
89 "qunit",
90 "nodeunit",
91 "server",
92 "init",
93 "scaffold",
94 "make",
95 "jake",
96 "tool"
97 ],
98 "license": "MIT",
99 "main": "lib/grunt",
100 "name": "grunt",
101 "repository": {
102 "type": "git",
103 "url": "git+https://github.com/gruntjs/grunt.git"
104 },
105 "scripts": {
106 "test": "node bin/grunt test",
107 "test-tap": "node bin/grunt test:tap"
108 },
109 "version": "1.3.0"
110}