package.json
1.7 KB
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
{
"_from": "grunt-legacy-log@~0.1.0",
"_id": "grunt-legacy-log@0.1.3",
"_inBundle": false,
"_integrity": "sha1-7ClCboAwIa9ZAp+H0vnNczWgVTE=",
"_location": "/grunt-legacy-log",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-legacy-log@~0.1.0",
"name": "grunt-legacy-log",
"escapedName": "grunt-legacy-log",
"rawSpec": "~0.1.0",
"saveSpec": null,
"fetchSpec": "~0.1.0"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz",
"_shasum": "ec29426e803021af59029f87d2f9cd7335a05531",
"_spec": "grunt-legacy-log@~0.1.0",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt-legacy-log/issues"
},
"bundleDependencies": false,
"dependencies": {
"colors": "~0.6.2",
"grunt-legacy-log-utils": "~0.1.1",
"hooker": "~0.2.3",
"lodash": "~2.4.1",
"underscore.string": "~2.3.3"
},
"deprecated": false,
"description": "The Grunt 0.4.x logger.",
"devDependencies": {
"grunt": "0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-watch": "~0.6.1"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "http://gruntjs.com/",
"keywords": [
"grunt",
"legacy"
],
"license": "MIT",
"main": "index.js",
"name": "grunt-legacy-log",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-legacy-log.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.1.3"
}