package.json
1.47 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
{
"_from": "pug-code-gen@^1.1.1",
"_id": "pug-code-gen@1.1.1",
"_inBundle": false,
"_integrity": "sha1-HPcnRO8qA56uajNAyqoRBYcSWOg=",
"_location": "/pug-code-gen",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-code-gen@^1.1.1",
"name": "pug-code-gen",
"escapedName": "pug-code-gen",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-1.1.1.tgz",
"_shasum": "1cf72744ef2a039eae6a3340caaa1105871258e8",
"_spec": "pug-code-gen@^1.1.1",
"_where": "/Users/suyeon/Desktop/UR_Village/node_modules/pug",
"author": {
"name": "Forbes Lindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-code-gen/issues"
},
"bundleDependencies": false,
"dependencies": {
"constantinople": "^3.0.1",
"doctypes": "^1.1.0",
"js-stringify": "^1.0.1",
"pug-attrs": "^2.0.2",
"pug-error": "^1.3.2",
"pug-runtime": "^2.0.3",
"void-elements": "^2.0.1",
"with": "^5.0.0"
},
"deprecated": false,
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.",
"homepage": "https://github.com/pugjs/pug-code-gen#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-code-gen",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-code-gen.git"
},
"version": "1.1.1"
}