package.json
2.52 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
{
"_args": [
[
"pug@2.0.0-beta11",
"/root/nodejs/myapp"
]
],
"_from": "pug@2.0.0-beta11",
"_id": "pug@2.0.0-beta11",
"_inCache": true,
"_installable": true,
"_location": "/pug",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/pug-2.0.0-beta11.tgz_1486212039208_0.39830155158415437"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "pug",
"raw": "pug@2.0.0-beta11",
"rawSpec": "2.0.0-beta11",
"scope": null,
"spec": "2.0.0-beta11",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/pug/-/pug-2.0.0-beta11.tgz",
"_shasum": "15abe6af5004c7e2cf4613e4b27465c9546b5f01",
"_shrinkwrap": null,
"_spec": "pug@2.0.0-beta11",
"_where": "/root/nodejs/myapp",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/pugjs/pug/issues"
},
"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"
},
"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"
},
"directories": {},
"dist": {
"shasum": "15abe6af5004c7e2cf4613e4b27465c9546b5f01",
"tarball": "https://registry.npmjs.org/pug/-/pug-2.0.0-beta11.tgz"
},
"homepage": "https://pugjs.org",
"license": "MIT",
"main": "lib",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "pug",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/pugjs/pug.git"
},
"scripts": {},
"version": "2.0.0-beta11"
}