package.json
1.44 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.6",
"_id": "pug-linker@3.0.6",
"_inBundle": false,
"_integrity": "sha512-bagfuHttfQOpANGy1Y6NJ+0mNb7dD2MswFG2ZKj22s8g0wVsojpRlqveEQHmgXXcfROB2RT6oqbPYr9EN2ZWzg==",
"_location": "/pug-linker",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-linker@^3.0.6",
"name": "pug-linker",
"escapedName": "pug-linker",
"rawSpec": "^3.0.6",
"saveSpec": null,
"fetchSpec": "^3.0.6"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-linker/-/pug-linker-3.0.6.tgz",
"_shasum": "f5bf218b0efd65ce6670f7afc51658d0f82989fb",
"_spec": "pug-linker@^3.0.6",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\pug",
"author": {
"name": "Forbes Lindesay"
},
"bundleDependencies": false,
"dependencies": {
"pug-error": "^1.3.3",
"pug-walk": "^1.1.8"
},
"deprecated": false,
"description": "Link multiple pug ASTs together using include/extends",
"devDependencies": {
"pug-lexer": "^4.1.0",
"pug-load": "^2.0.12",
"pug-parser": "^5.0.1"
},
"files": [
"index.js"
],
"gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-linker",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker"
},
"version": "3.0.6"
}