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
101
102
103
{
"_from": "pug@2.0.0-beta11",
"_id": "pug@2.0.0-beta11",
"_inBundle": false,
"_integrity": "sha1-Favmr1AEx+LPRhPksnRlyVRrXwE=",
"_location": "/pug",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pug@2.0.0-beta11",
"name": "pug",
"escapedName": "pug",
"rawSpec": "2.0.0-beta11",
"saveSpec": null,
"fetchSpec": "2.0.0-beta11"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pug/-/pug-2.0.0-beta11.tgz",
"_shasum": "15abe6af5004c7e2cf4613e4b27465c9546b5f01",
"_spec": "pug@2.0.0-beta11",
"_where": "/Users/suyeon/Desktop/UR_Village",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/pugjs/pug/issues"
},
"bundleDependencies": false,
"dependencies": {
"pug-code-gen": "^1.1.1",
"pug-filters": "^2.1.1",
"pug-lexer": "^3.0.0",
"pug-linker": "^2.0.2",
"pug-load": "^2.0.5",
"pug-parser": "^2.0.2",
"pug-runtime": "^2.0.3",
"pug-strip-comments": "^1.0.2"
},
"deprecated": false,
"description": "A clean, whitespace-sensitive template language for writing HTML",
"devDependencies": {
"jstransformer-cdata": "^1.0.0",
"jstransformer-coffee-script": "^1.0.0",
"jstransformer-less": "^2.1.0",
"jstransformer-markdown-it": "^1.0.0",
"jstransformer-stylus": "^1.0.0",
"jstransformer-uglify-js": "^1.1.1",
"jstransformer-verbatim": "^1.0.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.2.8",
"uglify-js": "github:mishoo/UglifyJS2#1c15d0db456ce32f1b9b507aad97e5ee5c8285f7"
},
"homepage": "https://pugjs.org",
"license": "MIT",
"main": "lib",
"maintainers": [
{
"name": "Forbes Lindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "Matthias Le Brun",
"email": "mlbli@me.com"
},
{
"name": "Joshua Appelman",
"email": "joshua@jbna.nl"
},
{
"name": "Jonathan Ong",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "Alex Kocharin",
"email": "alex@kocharin.ru"
},
{
"name": "Hemanth",
"email": "hemanth.hm@gmail.com"
},
{
"name": "Timothy Gu",
"email": "timothygu99@gmail.com"
},
{
"name": "Andreas Lubbe",
"email": "git@lubbe.org"
}
],
"name": "pug",
"repository": {
"type": "git",
"url": "git://github.com/pugjs/pug.git"
},
"version": "2.0.0-beta11"
}