blob: 5b8dffa70aa7aeb5f851b40e6e7957eb296852f1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-legacy-util@~2.0.0",
3 "_id": "grunt-legacy-util@2.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ZEmYFB44bblwPE2oz3q3ygfF6hseQja9tx8I3UZIwbUik32FMWewA+d1qSFicMFB+8dNXDkh35HcDCWlpRsGlA==",
6 "_location": "/grunt-legacy-util",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "grunt-legacy-util@~2.0.0",
12 "name": "grunt-legacy-util",
13 "escapedName": "grunt-legacy-util",
14 "rawSpec": "~2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "~2.0.0"
17 },
18 "_requiredBy": [
19 "/grunt"
20 ],
21 "_resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-2.0.0.tgz",
22 "_shasum": "34d20f2a26c6adebfe9a9bdc8823f7016b0369c3",
23 "_spec": "grunt-legacy-util@~2.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt",
25 "author": {
26 "name": "\"Cowboy\" Ben Alman",
27 "url": "http://benalman.com/"
28 },
29 "bugs": {
30 "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "async": "~1.5.2",
35 "exit": "~0.1.1",
36 "getobject": "~0.1.0",
37 "hooker": "~0.2.3",
38 "lodash": "~4.17.20",
39 "underscore.string": "~3.3.5",
40 "which": "~1.3.0"
41 },
42 "deprecated": false,
43 "description": "Some old grunt utils provided for backwards compatibility.",
44 "devDependencies": {
45 "grunt": "^1.2.1",
46 "grunt-cli": "^1.3.2",
47 "grunt-contrib-jshint": "^2.1.0",
48 "grunt-contrib-nodeunit": "^2.1.0",
49 "grunt-contrib-watch": "^1.1.0",
50 "temporary": "0.0.8"
51 },
52 "engines": {
53 "node": ">= 8"
54 },
55 "homepage": "http://gruntjs.com/",
56 "keywords": [
57 "grunt",
58 "legacy"
59 ],
60 "license": "MIT",
61 "main": "index.js",
62 "name": "grunt-legacy-util",
63 "repository": {
64 "type": "git",
65 "url": "git://github.com/gruntjs/grunt-legacy-util.git"
66 },
67 "scripts": {
68 "test": "grunt test"
69 },
70 "version": "2.0.0"
71}