package.json
1.88 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
{
"_args": [
[
"express-handlebars@3.1.0",
"C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT"
]
],
"_from": "express-handlebars@3.1.0",
"_id": "express-handlebars@3.1.0",
"_inBundle": false,
"_integrity": "sha512-7QlaXnSREMmN5P2o4gmpUZDfJlLtfBka9d6r7/ccXaU7rPp76odw9YYtwZYdIiha2JqwiaG6o2Wu6NZJQ0u7Fg==",
"_location": "/express-handlebars",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-handlebars@3.1.0",
"name": "express-handlebars",
"escapedName": "express-handlebars",
"rawSpec": "3.1.0",
"saveSpec": null,
"fetchSpec": "3.1.0"
},
"_requiredBy": [
"/node-iframe-replacement"
],
"_resolved": "https://registry.npmjs.org/express-handlebars/-/express-handlebars-3.1.0.tgz",
"_spec": "3.1.0",
"_where": "C:\\Users\\LEEHYUNJONG\\Desktop\\오픈소스SW\\YTMT",
"author": {
"name": "Eric Ferraiuolo",
"email": "eferraiuolo@gmail.com",
"url": "http://ericf.me/"
},
"bugs": {
"url": "https://github.com/ericf/express-handlebars/issues"
},
"dependencies": {
"glob": "^7.1.3",
"graceful-fs": "^4.1.2",
"handlebars": "^4.1.2",
"object.assign": "^4.1.0",
"promise": "^8.0.2"
},
"description": "A Handlebars view engine for Express which doesn't suck.",
"devDependencies": {},
"directories": {
"example": "examples"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/ericf/express-handlebars",
"keywords": [
"express",
"express3",
"handlebars",
"view",
"layout",
"partials",
"templates"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "express-handlebars",
"repository": {
"type": "git",
"url": "git://github.com/ericf/express-handlebars.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.1.0"
}