package.json
1.4 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
{
"_from": "pug-linker@^3.0.2",
"_id": "pug-linker@3.0.2",
"_inBundle": false,
"_integrity": "sha512-8D+XJs5lF2batwEv7UtS0kSklX+k9HapU9UeBmCAJ+XP82idk8XIBu0aV+L5j8rupdyW3fdfKQ/tznMHvqEg6g==",
"_location": "/pug-linker",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-linker@^3.0.2",
"name": "pug-linker",
"escapedName": "pug-linker",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-3.0.2.tgz",
"_shasum": "cc0780cf9f3f5522b270871785492b99588d3142",
"_spec": "pug-linker@^3.0.2",
"_where": "/Users/fzy/project/efang/node_modules/pug",
"author": {
"name": "Forbes Lindesay"
},
"bugs": {
"url": "https://github.com/pugjs/pug-linker/issues"
},
"bundleDependencies": false,
"dependencies": {
"pug-error": "^1.3.2",
"pug-walk": "^1.1.4"
},
"deprecated": false,
"description": "Link multiple pug ASTs together using include/extends",
"devDependencies": {
"pug-lexer": "^3.1.0",
"pug-load": "^2.0.8",
"pug-parser": "^3.0.1"
},
"homepage": "https://github.com/pugjs/pug-linker#readme",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-linker",
"repository": {
"type": "git",
"url": "git+https://github.com/pugjs/pug-linker.git"
},
"version": "3.0.2"
}