package.json
1.43 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
{
"_from": "pug-load@^2.0.12",
"_id": "pug-load@2.0.12",
"_inBundle": false,
"_integrity": "sha512-UqpgGpyyXRYgJs/X60sE6SIf8UBsmcHYKNaOccyVLEuT6OPBIMo6xMPhoJnqtB3Q3BbO4Z3Bjz5qDsUWh4rXsg==",
"_location": "/pug-load",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-load@^2.0.12",
"name": "pug-load",
"escapedName": "pug-load",
"rawSpec": "^2.0.12",
"saveSpec": null,
"fetchSpec": "^2.0.12"
},
"_requiredBy": [
"/pug"
],
"_resolved": "https://registry.npmjs.org/pug-load/-/pug-load-2.0.12.tgz",
"_shasum": "d38c85eb85f6e2f704dea14dcca94144d35d3e7b",
"_spec": "pug-load@^2.0.12",
"_where": "C:\\Users\\yeari\\Desktop\\경희대\\오픈소스SW개발\\Project\\OSS-Project\\node_modules\\pug",
"author": {
"name": "ForbesLindesay"
},
"bundleDependencies": false,
"dependencies": {
"object-assign": "^4.1.0",
"pug-walk": "^1.1.8"
},
"deprecated": false,
"description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
"devDependencies": {
"pug-lexer": "^4.1.0",
"pug-parser": "^5.0.1"
},
"files": [
"index.js"
],
"gitHead": "1bdf628a70fda7a0d840c52f3abce54b1c6b0130",
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-load",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
},
"version": "2.0.12"
}