package.json
2.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"_from": "grunt",
"_id": "grunt@1.0.1",
"_inBundle": false,
"_integrity": "sha1-6HeHZOlEsY8yuw8QuQeEdcnftWs=",
"_location": "/grunt",
"_phantomChildren": {
"findup-sync": "0.3.0",
"fs.realpath": "1.0.0",
"grunt-known-options": "1.1.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"nopt": "3.0.6",
"once": "1.4.0",
"path-is-absolute": "1.0.1",
"resolve": "1.1.7"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "grunt",
"name": "grunt",
"escapedName": "grunt",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/grunt/-/grunt-1.0.1.tgz",
"_shasum": "e8778764e944b18f32bb0f10b9078475c9dfb56b",
"_spec": "grunt",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site",
"author": {
"name": "Grunt Development Team",
"url": "http://gruntjs.com/development-team"
},
"bin": {
"grunt": "bin/grunt"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt/issues"
},
"bundleDependencies": false,
"dependencies": {
"coffee-script": "~1.10.0",
"dateformat": "~1.0.12",
"eventemitter2": "~0.4.13",
"exit": "~0.1.1",
"findup-sync": "~0.3.0",
"glob": "~7.0.0",
"grunt-cli": "~1.2.0",
"grunt-known-options": "~1.1.0",
"grunt-legacy-log": "~1.0.0",
"grunt-legacy-util": "~1.0.0",
"iconv-lite": "~0.4.13",
"js-yaml": "~3.5.2",
"minimatch": "~3.0.0",
"nopt": "~3.0.6",
"path-is-absolute": "~1.0.0",
"rimraf": "~2.2.8"
},
"deprecated": false,
"description": "The JavaScript Task Runner",
"devDependencies": {
"difflet": "~0.2.3",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~2.8.0",
"semver": "2.1.0",
"shelljs": "~0.5.3",
"temporary": "~0.0.4",
"through2": "~2.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib",
"bin"
],
"homepage": "http://gruntjs.com/",
"keywords": [
"task",
"async",
"cli",
"minify",
"uglify",
"build",
"lodash",
"unit",
"test",
"qunit",
"nodeunit",
"server",
"init",
"scaffold",
"make",
"jake",
"tool"
],
"license": "MIT",
"main": "lib/grunt",
"name": "grunt",
"repository": {
"type": "git",
"url": "git+https://github.com/gruntjs/grunt.git"
},
"scripts": {
"test": "grunt test",
"test-tap": "grunt test:tap"
},
"version": "1.0.1"
}