package.json
1.51 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
{
"_from": "ejs-locals",
"_id": "ejs-locals@1.0.2",
"_inBundle": false,
"_integrity": "sha1-ubMg/2kzFUEF+g7taD6mTWeAiM4=",
"_location": "/ejs-locals",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "ejs-locals",
"name": "ejs-locals",
"escapedName": "ejs-locals",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/ejs-locals/-/ejs-locals-1.0.2.tgz",
"_shasum": "b9b320ff6933154105fa0eed683ea64d678088ce",
"_spec": "ejs-locals",
"_where": "C:\\Users\\지윤\\project_opensource",
"author": {
"name": "Tom Carden",
"email": "tom@tom-carden.co.uk"
},
"bugs": {
"url": "https://github.com/randometc/ejs-locals/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Robert Sköld",
"email": "robert@publicclass.se",
"url": "http://publicclass.se"
}
],
"dependencies": {
"ejs": "0.8.x"
},
"deprecated": false,
"description": "Express 3.x locals for layout, partial and blocks.",
"devDependencies": {
"express": "~3.0.0",
"methods": "0.0.1",
"mocha": "*",
"should": "*"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/randometc/ejs-locals",
"name": "ejs-locals",
"repository": {
"type": "git",
"url": "git://github.com/randometc/ejs-locals.git"
},
"scripts": {
"test": "mocha -r should -R spec"
},
"version": "1.0.2"
}