package.json
2.21 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
{
"_args": [
[
"pug-code-gen@^1.1.1",
"/root/nodejs/myapp/node_modules/pug"
]
],
"_from": "pug-code-gen@>=1.1.1 <2.0.0",
"_id": "pug-code-gen@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/pug-code-gen",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/pug-code-gen-1.1.1.tgz_1485220031087_0.19261079910211265"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "pug-code-gen",
"raw": "pug-code-gen@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-1.1.1.tgz",
"_shasum": "1cf72744ef2a039eae6a3340caaa1105871258e8",
"_shrinkwrap": null,
"_spec": "pug-code-gen@^1.1.1",
"_where": "/root/nodejs/myapp/node_modules/pug",
"author": {
"name": "Forbes Lindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-code-gen/issues"
},
"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"
},
"description": "Default code-generator for pug. It generates HTML via a JavaScript template function.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "1cf72744ef2a039eae6a3340caaa1105871258e8",
"tarball": "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-1.1.1.tgz"
},
"homepage": "https://github.com/pugjs/pug-code-gen#readme",
"keywords": [
"pug"
],
"license": "MIT",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "pug-code-gen",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-code-gen.git"
},
"scripts": {},
"version": "1.1.1"
}