package.json
1.5 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
{
"_from": "pug-runtime@^2.0.3",
"_id": "pug-runtime@2.0.3",
"_inBundle": false,
"_integrity": "sha1-mBYmB7D86eJU1CfzOYelrucWi9o=",
"_location": "/pug-runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-runtime@^2.0.3",
"name": "pug-runtime",
"escapedName": "pug-runtime",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/pug",
"/pug-attrs",
"/pug-code-gen"
],
"_resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.3.tgz",
"_shasum": "98162607b0fce9e254d427f33987a5aee7168bda",
"_spec": "pug-runtime@^2.0.3",
"_where": "/Users/fzy/project/efang/node_modules/pug",
"author": {
"name": "ForbesLindesay"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/pugjs/pug-runtime/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "The runtime components for the pug templating language",
"devDependencies": {
"uglify-js": "^2.6.1"
},
"files": [
"build.js",
"index.js",
"lib/dependencies.js",
"lib/internals.js",
"lib/sources.js",
"wrap.js"
],
"homepage": "https://github.com/pugjs/pug-runtime#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-runtime",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-runtime.git"
},
"scripts": {
"prepublish": "node prepublish",
"pretest": "npm run prepublish"
},
"version": "2.0.3"
}