package.json
2.28 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": [
[
{
"raw": "hogan.js@^3.0.2",
"scope": null,
"escapedName": "hogan.js",
"name": "hogan.js",
"rawSpec": "^3.0.2",
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/howhap"
]
],
"_from": "hogan.js@>=3.0.2 <4.0.0",
"_id": "hogan.js@3.0.2",
"_inCache": true,
"_location": "/hogan.js",
"_npmUser": {
"name": "sayrer",
"email": "sayrer@gmail.com"
},
"_npmVersion": "1.4.15",
"_phantomChildren": {},
"_requested": {
"raw": "hogan.js@^3.0.2",
"scope": null,
"escapedName": "hogan.js",
"name": "hogan.js",
"rawSpec": "^3.0.2",
"spec": ">=3.0.2 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/howhap"
],
"_resolved": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz",
"_shasum": "4cd9e1abd4294146e7679e41d7898732b02c7bfd",
"_shrinkwrap": null,
"_spec": "hogan.js@^3.0.2",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/howhap",
"author": {
"name": "Twitter Inc."
},
"bin": {
"hulk": "./bin/hulk"
},
"bugs": {
"url": "https://github.com/twitter/hogan.js/issues"
},
"dependencies": {
"mkdirp": "0.3.0",
"nopt": "1.0.10"
},
"description": "A mustache compiler.",
"devDependencies": {
"jsdom": "0.3.4",
"rimraf": "2.0.1",
"step": "0.0.5",
"uglify-js": "2.x"
},
"directories": {},
"dist": {
"shasum": "4cd9e1abd4294146e7679e41d7898732b02c7bfd",
"tarball": "https://registry.npmjs.org/hogan.js/-/hogan.js-3.0.2.tgz"
},
"gitHead": "c52d142643e764e3f82e8ad3f2d44a46b82d1640",
"homepage": "http://twitter.github.com/hogan.js/",
"keywords": [
"mustache",
"template"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main": "./lib/hogan.js",
"maintainers": [
{
"name": "fat",
"email": "jacobthornton@gmail.com"
},
{
"name": "sayrer",
"email": "sayrer@gmail.com"
}
],
"name": "hogan.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/twitter/hogan.js.git"
},
"scripts": {},
"version": "3.0.2"
}