blob: 5d7705e9534e73a9ab40b85f1c1ef00393787552 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-legacy-log-utils@~2.1.0",
3 "_id": "grunt-legacy-log-utils@2.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-lwquaPXJtKQk0rUM1IQAop5noEpwFqOXasVoedLeNzaibf/OPWjKYvvdqnEHNmU+0T0CaReAXIbGo747ZD+Aaw==",
6 "_location": "/grunt-legacy-log-utils",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "grunt-legacy-log-utils@~2.1.0",
12 "name": "grunt-legacy-log-utils",
13 "escapedName": "grunt-legacy-log-utils",
14 "rawSpec": "~2.1.0",
15 "saveSpec": null,
16 "fetchSpec": "~2.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-legacy-log"
20 ],
21 "_resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-2.1.0.tgz",
22 "_shasum": "49a8c7dc74051476dcc116c32faf9db8646856ef",
23 "_spec": "grunt-legacy-log-utils@~2.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-legacy-log",
25 "author": {
26 "name": "\"Cowboy\" Ben Alman",
27 "url": "http://benalman.com/"
28 },
29 "bugs": {
30 "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "chalk": "~4.1.0",
35 "lodash": "~4.17.19"
36 },
37 "deprecated": false,
38 "description": "Static methods for the Grunt 0.4.x logger.",
39 "devDependencies": {
40 "grunt": "~1.2.1",
41 "grunt-cli": "~1.3.2",
42 "grunt-contrib-jshint": "~2.1.0",
43 "grunt-contrib-nodeunit": "~2.1.0",
44 "grunt-contrib-watch": "~1.1.0"
45 },
46 "engines": {
47 "node": ">=10"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "http://gruntjs.com/",
53 "keywords": [
54 "grunt",
55 "legacy"
56 ],
57 "license": "MIT",
58 "main": "index.js",
59 "name": "grunt-legacy-log-utils",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
63 },
64 "scripts": {
65 "test": "grunt test"
66 },
67 "version": "2.1.0"
68}