package.json
2.48 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
{
"_args": [
[
"grunt-legacy-util@~0.2.0",
"/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt"
]
],
"_from": "grunt-legacy-util@>=0.2.0 <0.3.0",
"_id": "grunt-legacy-util@0.2.0",
"_inCache": true,
"_installable": true,
"_location": "/grunt-legacy-util",
"_npmUser": {
"email": "cowboy@rj3.net",
"name": "cowboy"
},
"_npmVersion": "1.4.4",
"_phantomChildren": {},
"_requested": {
"name": "grunt-legacy-util",
"raw": "grunt-legacy-util@~0.2.0",
"rawSpec": "~0.2.0",
"scope": null,
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz",
"_shasum": "93324884dbf7e37a9ff7c026dff451d94a9e554b",
"_shrinkwrap": null,
"_spec": "grunt-legacy-util@~0.2.0",
"_where": "/Users/sam/Documents/dili_git_project/static-pnr/images/2.3.0/node_modules/grunt",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt-legacy-util/issues"
},
"dependencies": {
"async": "~0.1.22",
"exit": "~0.1.1",
"getobject": "~0.1.0",
"hooker": "~0.2.3",
"lodash": "~0.9.2",
"underscore.string": "~2.2.1",
"which": "~1.0.5"
},
"description": "Some old grunt utils provided for backwards compatibility.",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"temporary": "0.0.8"
},
"directories": {},
"dist": {
"shasum": "93324884dbf7e37a9ff7c026dff451d94a9e554b",
"tarball": "http://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "http://gruntjs.com/",
"keywords": [
"grunt",
"legacy"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt-legacy-util/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"maintainers": [
{
"name": "tkellen",
"email": "tyler@sleekcode.net"
},
{
"name": "cowboy",
"email": "cowboy@rj3.net"
}
],
"name": "grunt-legacy-util",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-legacy-util.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.2.0"
}